← Back to Skills Marketplace
110
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install recurring-loop-runner
Description
Use 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.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: recurring-loop-runner
Version: 1.0.0
The skill bundle describes a utility for scheduling and executing recurring tasks or prompts at specified intervals. The instructions in SKILL.md and agents/openai.yaml are transparently aligned with the stated purpose, including guardrails for handling ambiguous cadences and providing cancellation instructions. No evidence of malicious intent, data exfiltration, or harmful prompt injection was found in the provided files.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recurring-loop-runner - After installation, invoke the skill by name or use
/recurring-loop-runner - 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
Frequently Asked Questions
What is Recurring Loop Runner?
Use 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 110 downloads so far.
How do I install Recurring Loop Runner?
Run "/install recurring-loop-runner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recurring Loop Runner free?
Yes, Recurring Loop Runner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recurring Loop Runner support?
Recurring Loop Runner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recurring Loop Runner?
It is built and maintained by wimi321 (@wimi321); the current version is v1.0.0.
More Skills