← 返回 Skills 市场
1460
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install task-father
功能描述
Generator for file-based task state machines (registry + task folders + lifecycle state + queue files + cron specs/jobs) for long-running work.
安全使用建议
This skill appears to do what it says: create task folders, state files, and cron specs and to call the local 'openclaw' CLI. Before installing or running it, review the included scripts/task_father.py (you already have it) and back up any existing workspace files you care about (it will create/overwrite task files and registry rows). Confirm 'openclaw' is the intended local CLI and that you trust it on your machine. Be cautious with task slugs and with messages passed to cron-add (they end up in JSON and are passed to the CLI). If you want tighter safety, run the script in a sandbox or test workspace first.
功能分析
Type: OpenClaw Skill
Name: task-father
Version: 0.1.0
The skill bundle is classified as suspicious due to its capability to schedule arbitrary AI agent prompts via cron jobs. The `scripts/task_father.py` script uses `subprocess.run` to execute `openclaw cron add` with a user-provided `--message` argument. While the script itself does not craft malicious prompts, this functionality allows a user or a compromised upstream agent to inject arbitrary instructions into future agent tasks, posing a significant prompt injection risk against the agents that will execute these scheduled cron jobs. There is no evidence of direct data exfiltration, shell injection, or other malicious intent within the provided code.
能力评估
Purpose & Capability
Name/description match the included script and SKILL.md. The Python script creates task folders, registry rows, queue files, and cron spec files and calls the local 'openclaw cron' CLI as described — these requirements are proportionate to a file-based task state machine generator.
Instruction Scope
SKILL.md limits actions to creating files under the workspace, managing state files, and calling 'openclaw cron add/rm'. The script reads an optional config.env and will create/update files under the configured WORKSPACE_DIR (defaulting to /home/miles/.openclaw/workspace). This is expected, but users should note it will write and modify files in that workspace and create cron spec JSONs and run the local openclaw CLI.
Install Mechanism
No install spec — instruction-only with a bundled script. Nothing is downloaded or extracted from external URLs; risk from install mechanism is minimal.
Credentials
The skill declares no required environment variables or credentials and the script only optionally loads a local config.env. It does not request unrelated secrets or remote API keys. The only external dependency is the local 'openclaw' CLI (used to register/unregister cron jobs), which aligns with the purpose.
Persistence & Privilege
Skill is not always-enabled and does not request elevated platform privileges. It writes only to its workspace/task directories and does not modify other skills or global agent config beyond calling the openclaw CLI, which is consistent with its role.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install task-father - 安装完成后,直接呼叫该 Skill 的名称或使用
/task-father触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release
元数据
常见问题
Task Father 是什么?
Generator for file-based task state machines (registry + task folders + lifecycle state + queue files + cron specs/jobs) for long-running work. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1460 次。
如何安装 Task Father?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install task-father」即可一键安装,无需额外配置。
Task Father 是免费的吗?
是的,Task Father 完全免费(开源免费),可自由下载、安装和使用。
Task Father 支持哪些平台?
Task Father 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Task Father?
由 Zhihao(@moodykong)开发并维护,当前版本 v0.1.0。
推荐 Skills