← Back to Skills Marketplace
wimi321

Remote Agent Scheduler

by wimi321 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
98
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install remote-agent-scheduler
Description
Use when the user wants to create, inspect, update, or run scheduled remote agents in the cloud rather than local cron jobs.
Usage Guidance
This skill looks like it does what it says (schedule remote agent runs) but is vague about how it will authenticate to repos or cloud services. Before installing or using it: (1) ask the author which cloud provider or scheduler API it uses and where triggers are stored; (2) do NOT paste API keys, tokens, or passwords into chat — insist on OAuth-based connectors or a secure secrets mechanism; (3) require a clear, minimal-scope credential model (which env vars or connector tokens are needed and what permissions they require); (4) if you plan to let it perform actions, request the full source or an explicit integration endpoint (e.g., docs for the cloud scheduler API) so you can verify behavior; (5) prefer ephemeral or least-privilege tokens and audit logging for scheduled runs. If the author cannot explain how credentials are provided securely, treat the skill as unsafe to use.
Capability Analysis
Type: OpenClaw Skill Name: remote-agent-scheduler Version: 1.0.0 The skill bundle provides a legitimate interface for managing scheduled remote agent jobs in a cloud environment. The instructions in SKILL.md and the configuration in agents/openai.yaml are consistent with the stated purpose of orchestrating remote triggers and do not contain any evidence of malicious intent, data exfiltration, or prompt injection attacks.
Capability Assessment
Purpose & Capability
Name, description, and instructions align: the skill is about creating/listing/updating/running scheduled remote agents and asks for repo, environment, connectors, schedule, and prompt payload — all relevant. However, provenance is minimal (no homepage, unknown source) and the SKILL.md doesn't specify which cloud provider or management API it will use.
Instruction Scope
SKILL.md stays within the scheduling domain (build/inspect trigger definitions, surface auth and repo blockers). It explicitly asks the agent to "confirm authentication, environment, and connector assumptions," but does not limit how authentication is obtained or handled — this could lead the agent to request or log secrets in-chat or in other places.
Install Mechanism
Instruction-only skill with no install spec and no code files to run. Lowest install risk (nothing is written to disk by the skill itself).
Credentials
No required environment variables or declared primary credential are listed, yet the skill needs repo access, environment/connector context, and to confirm authentication. The absence of a declared credential mechanism is an inconsistency: the skill will likely require credentials (cloud API keys, repo tokens, connector OAuth) but provides no safe or explicit way to supply them. That gap increases the risk that users will be asked to paste sensitive tokens into chat or elsewhere.
Persistence & Privilege
always:false and no install hooks; the skill does not request persistent agent-wide privileges or claim to modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install remote-agent-scheduler
  3. After installation, invoke the skill by name or use /remote-agent-scheduler
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial extraction from local Claude Code source
Metadata
Slug remote-agent-scheduler
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.

How do I install Remote Agent Scheduler?

Run "/install remote-agent-scheduler" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Remote Agent Scheduler free?

Yes, Remote Agent Scheduler is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Remote Agent Scheduler support?

Remote Agent Scheduler is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Remote Agent Scheduler?

It is built and maintained by wimi321 (@wimi321); the current version is v1.0.0.

💬 Comments