← 返回 Skills 市场
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install recurring-loop-runner - 安装完成后,直接呼叫该 Skill 的名称或使用
/recurring-loop-runner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial extraction from local Claude Code source
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Recurring Loop Runner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install recurring-loop-runner」即可一键安装,无需额外配置。
Recurring Loop Runner 是免费的吗?
是的,Recurring Loop Runner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Recurring Loop Runner 支持哪些平台?
Recurring Loop Runner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Recurring Loop Runner?
由 wimi321(@wimi321)开发并维护,当前版本 v1.0.0。
推荐 Skills