← 返回 Skills 市场
sakullla

Rotating Single Target Cron

作者 sakullla · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
207
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install rotating-single-target-cron
功能描述
Create or update recurring chat cron jobs that choose exactly one @ID from a configured list on each run, avoid repeating the previous target, persist the la...
安全使用建议
This skill appears coherent and narrowly scoped, but before installing consider: 1) the cron job will post messages into chats — confirm you want automated mentions and pick an appropriate chat/roster to avoid harassment or privacy issues; 2) the state file is stored under workspace/memory and will contain the last-picked @ID in plain text; if that workspace is shared, be aware of visibility; 3) test only when you explicitly request a live run (the skill recommends this), and prefer testing in a private chat to avoid accidental notifications; 4) confirm you, or the agent user, will manage or remove the cron job when it is no longer needed. If you need the skill to integrate with external services or to store state outside the workspace, request explicit details from the skill author before granting those accesses.
功能分析
Type: OpenClaw Skill Name: rotating-single-target-cron Version: 1.0.2 The skill bundle provides a framework for creating scheduled cron jobs that rotate through a list of users to send automated chat messages (e.g., daily fortunes or wake-up calls). It uses a local state file in the 'memory/' directory to track the last targeted user and avoid immediate repetition. The instructions in SKILL.md and references/examples.md include explicit safety constraints, such as avoiding harassment, privacy violations, or explicit content, and the logic is entirely consistent with its stated purpose of managing scheduled chat interactions.
能力评估
Purpose & Capability
Name and description match the SKILL.md. The skill only needs workspace state files and cron payloads to implement single-target rotation; it does not request unrelated binaries, env vars, or external services.
Instruction Scope
Runtime instructions are narrowly scoped: read/write a single workspace state file under memory/, build a strict cron payload, and post one message to chat. The SKILL.md explicitly limits live testing and output shape and does not direct reading of unrelated system files or exfiltration to external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by an installer beyond the state file the skill itself describes. This is the lowest-risk install posture.
Credentials
No environment variables, credentials, or config paths are requested. The only persisted artifact is a simple workspace-relative state file (memory/<job-slug>-last-target.txt), which is proportionate to the function.
Persistence & Privilege
always is false and autonomous invocation is allowed (the platform default). The skill does not request permanent elevated privileges, nor does it modify other skills or system-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rotating-single-target-cron
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rotating-single-target-cron 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Rewrite the skill body and examples in English; keep relative memory state-file paths.
v1.0.1
Use relative memory state-file paths in instructions and examples instead of absolute workspace paths.
v1.0.0
Initial release
元数据
Slug rotating-single-target-cron
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Rotating Single Target Cron 是什么?

Create or update recurring chat cron jobs that choose exactly one @ID from a configured list on each run, avoid repeating the previous target, persist the la... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 207 次。

如何安装 Rotating Single Target Cron?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install rotating-single-target-cron」即可一键安装,无需额外配置。

Rotating Single Target Cron 是免费的吗?

是的,Rotating Single Target Cron 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Rotating Single Target Cron 支持哪些平台?

Rotating Single Target Cron 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Rotating Single Target Cron?

由 sakullla(@sakullla)开发并维护,当前版本 v1.0.2。

💬 留言讨论