remote_agent_scheduler

Use when the user wants to create, inspect, update, or run scheduled remote agents in the cloud rather than local cron jobs.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "remote_agent_scheduler" with this command: npx skills add remote-agent-scheduler

Remote Agent Scheduler

Use this skill for recurring remote agent jobs that run in isolated cloud environments.

Workflow

  1. Determine whether the user wants to create, list, update, or run a trigger.
  2. Collect repo source, environment, connectors, schedule, and prompt payload.
  3. Build or inspect the trigger definition.
  4. Confirm authentication, environment, and connector assumptions.
  5. Return the trigger details and next management steps.

Guardrails

  • Distinguish remote cloud runs from local cron jobs.
  • Keep repo URL, environment ID, and schedule explicit.
  • Surface setup blockers like missing auth or repo access early.

Example Requests

  • Create a nightly remote agent to summarize repo health.
  • Update this cloud trigger to use a different environment and cron.

Inputs

  • Desired action
  • Repo source
  • Environment and connector context
  • Cron schedule

Outputs

  • Trigger definition
  • Run or update confirmation
  • Operational notes

Success Criteria

  • The action type is clear.
  • Remote environment assumptions are explicit.
  • Auth and repo blockers are surfaced.

Non-Goals

  • Local cron setup
  • Ambiguous cloud-vs-local scheduling

Source Provenance

Derived from src/skills/bundled/scheduleRemoteAgents.ts.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Workflow Skillify

Use when a successful session or repeatable process should be captured as a reusable skill with steps, arguments, and invocation guidance.

Registry SourceRecently Updated
1281Profile unavailable
Coding

Verifier Skill Generator

Use when a project needs one or more verifier skills for web, CLI, or API runtime checks that the Verify agent can discover automatically.

Registry SourceRecently Updated
890Profile unavailable
Coding

Stuck Session Diagnosis

Use when another Claude Code session appears frozen, stuck, or abnormally slow and needs process-level diagnosis and reporting.

Registry SourceRecently Updated
1160Profile unavailable
Coding

Statusline Setup

Use when the user wants to configure Claude Code statusline UI by inspecting shell prompt configuration and updating the relevant settings.

Registry SourceRecently Updated
900Profile unavailable