← 返回 Skills 市场
teoslayer

Pilot Cron

作者 Calin Teodor · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
86
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pilot-cron
功能描述
Scheduled recurring task submission. Use this skill when: 1. You need periodic task execution on a fixed schedule 2. You want automated recurring tasks witho...
安全使用建议
This skill appears to do what it claims: schedule scripts that call pilotctl to submit tasks. Before you install or run the provided scripts: 1) Verify pilotctl is the official binary you expect and that the local Pilot daemon and keys are trusted (pilotctl likely uses local config for auth). 2) Ensure jq is installed and available (SKILL.md uses jq but metadata doesn't declare it). 3) Inspect and test any script ($HOME/.pilot/cron-jobs/*) so they don't perform unexpected actions. 4) Be aware that adding cron or systemd timers creates persistent jobs that will run with your user privileges and perform network calls—only allow this if you trust the scripts and the Pilot network endpoints. 5) If you don't want persistent jobs, run scripts manually or in an isolated environment first. If you want a stricter assessment, provide the pilotctl implementation details or the expected auth flow (where keys are stored), and confirm whether jq/cron/systemd should be declared as required binaries.
功能分析
Type: OpenClaw Skill Name: pilot-cron Version: 1.0.0 The skill provides instructions and examples for establishing system persistence via `crontab` and `systemd` user timers in `SKILL.md`. While these capabilities are aligned with the stated purpose of 'Scheduled recurring task submission,' they represent high-risk behaviors that allow for persistent execution on the host. The workflow example also demonstrates automated task submission to remote peers using the `pilotctl` binary, which could be leveraged for unauthorized remote execution if the agent is misconfigured.
能力评估
Purpose & Capability
The name/description (scheduled recurring task submission on the Pilot network) matches the instructions: scripts call pilotctl to discover peers and submit tasks. However the SKILL.md also requires 'jq' and either cron or systemd timer support but those are not declared in the openclaw metadata (only pilotctl is declared). This is a modest inconsistency in declared dependencies.
Instruction Scope
The runtime instructions are narrowly scoped to creating executable scripts, adding cron entries or systemd timers, and calling pilotctl to submit tasks. All referenced files/paths (e.g., $HOME/.pilot, /tmp/crontab.tmp, $HOME/.pilot/logs) are consistent with the stated purpose. Note: the instructions will create persistent jobs that execute network operations; inspect scripts to ensure they do only what you expect.
Install Mechanism
This is an instruction-only skill with no install spec or code to download. No on-disk installation is performed by the skill itself beyond what the instructions tell you to do (create scripts, crontab/systemd entries). That lowers the surface area.
Credentials
The skill declares no required environment variables, which is reasonable because pilotctl appears to use a local daemon/config for auth. However SKILL.md uses additional tooling (jq) and system services (cron/systemd) that were not listed in the registry metadata. There's no requirement for unrelated credentials.
Persistence & Privilege
The instructions intentionally create persistent scheduled jobs (crontab or systemd user timers) and write scripts/logs under the user's home. The skill itself is not marked always:true and does not modify other skills, but installing the recommended cron/systemd entries will cause recurring network operations under the user's account—verify you want that behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pilot-cron
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pilot-cron 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug pilot-cron
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pilot Cron 是什么?

Scheduled recurring task submission. Use this skill when: 1. You need periodic task execution on a fixed schedule 2. You want automated recurring tasks witho... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。

如何安装 Pilot Cron?

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

Pilot Cron 是免费的吗?

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

Pilot Cron 支持哪些平台?

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

谁开发了 Pilot Cron?

由 Calin Teodor(@teoslayer)开发并维护,当前版本 v1.0.0。

💬 留言讨论