Create Cron Job
v1.0.0Create and configure OpenClaw cron jobs with correct scheduling, execution modes, and delivery patterns. Use when asked to schedule a task, set up a recurrin...
⭐ 0· 141·1 current·1 all-time
byKarl Varga@kjvarga
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
SKILL.md clearly documents how to create cron jobs using the openclaw CLI and workspace conventions (conventions/cron.md, AGENTS.md, workspace/skills/...). However, the registry metadata lists no required binaries or config paths even though the instructions invoke the `openclaw` CLI and expect a particular workspace layout and convention files to exist. This is a mild inconsistency (likely an omission) but not evidence the skill is doing unrelated work.
Instruction Scope
The instructions remain focused on scheduling, naming, binding, delivery, testing, and where to place scripts. They reference local convention files and workspace paths (to document and place skills/scripts) and delivery options (announce, webhook, none). No instructions request unrelated secrets, system-wide config, or arbitrary data collection. Note: delivery modes (webhook/announce) will post to external endpoints or channels as expected for a scheduling tool.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill itself.
Credentials
No environment variables or credentials are declared or required. The instructions do use webhook URLs and channel/target identifiers when configuring delivery — these are normal for scheduling/delivery and don't require hidden credentials by default. Verify any webhook URLs or channel tokens you supply are appropriate and trusted.
Persistence & Privilege
The skill is not always-enabled and uses default autonomous invocation settings. It does not request elevated platform-wide persistence or claim to modify other skills or system-wide agent settings. It instructs the user/agent to update the agent's AGENTS.md, which is expected documentation work.
Assessment
This skill appears coherent for creating OpenClaw cron jobs, but before installing or running it: 1) Confirm the `openclaw` CLI exists on the host (SKILL.md assumes it, but metadata doesn't declare it). 2) Ensure you have the expected workspace layout and convention files (conventions/cron.md, AGENTS.md) or adapt instructions accordingly. 3) Review any webhook URLs or channel targets you configure — they will cause the job to send data externally. 4) If a cron job will run scripts, follow the guidance to place scripts under workspace/skills/<name>/scripts/ and review those scripts for safety. 5) Test jobs in a safe environment (use openclaw cron run <jobId>) before enabling production schedules.Like a lobster shell, security has layers — review code before you run it.
latestvk9702zdw28h91psj4wcfd48jch837ckf
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
