Recurring Loop Runner
v1.0.0Use when the user wants a prompt or command to run on a recurring interval, such as checking deploys, polling status, or repeating a slash-command.
⭐ 0· 66·0 current·0 all-time
by@wimi321
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name, description, and SKILL.md all describe creating and running recurring tasks; there are no extra environment variables, binaries, or config paths that don't belong to scheduling functionality.
Instruction Scope
Instructions are high-level and limited to parsing cadence, scheduling, confirming details, and executing the task once immediately. They do not instruct reading arbitrary files, accessing extra env vars, or sending data to external endpoints. Caveat: the SKILL.md leaves implementation details unspecified (how scheduling is persisted and how commands are executed), so platform-level policies determine the actual runtime behavior.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk or downloaded as part of this skill.
Credentials
Requires no environment variables, credentials, or config paths. This is proportionate to a scheduling helper that delegates execution to the agent/platform.
Persistence & Privilege
always:false (default) and no requests to modify other skills or system configuration. The skill indicates it will schedule recurring tasks, but it does not declare or request persistent elevated privileges itself.
Assessment
This skill is internally coherent for scheduling recurring tasks, but you should confirm how your agent/platform implements scheduling and command execution before enabling it: ensure the agent has only the necessary permissions, verify where scheduled tasks run and where logs/output are sent, avoid scheduling highly privileged or sensitive commands, and confirm there are clear cancellation and expiry controls to prevent runaway or long-lived jobs.Like a lobster shell, security has layers — review code before you run it.
claude-codevk97bzc8pkhqz1nqz9r6ms9qep1843ep2extractedvk97bzc8pkhqz1nqz9r6ms9qep1843ep2latestvk97bzc8pkhqz1nqz9r6ms9qep1843ep2
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
