← 返回 Skills 市场
besty0121

Task Director

作者 besty0121 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
121
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install task-director
功能描述
Task Director — turn complex tasks into movie storyboards. Create a plan, review it, then execute step by step with fallback support. Pause, retry, skip anyt...
安全使用建议
This skill is internally coherent and appears to do what it says, but it delegates command execution to the agent: scene 'shots' can contain arbitrary shell commands (install packages, delete files, curl URLs, etc.). Before approving or running a movie, inspect the scenes.json (or any auto-generated scenes) and the director.py file for unexpected behavior. Prefer running this skill in a low-privilege or sandboxed environment if you will execute untrusted plans. If you rely on autonomous invocation, be aware an agent that has permission to run shell commands plus this orchestrator can perform system actions defined in scenes — review and limit what scenes are allowed.
功能分析
Type: OpenClaw Skill Name: task-director Version: 1.0.0 The 'task-director' skill is a workflow management framework that allows an AI agent to plan, review, and execute multi-step tasks using a movie storyboard metaphor. The core logic in `scripts/director.py` manages task states (draft, approved, filming) and stores data locally in the user's home directory (`~/.openclaw/memory/movies/`). It does not perform any hidden network requests, data exfiltration, or unauthorized command execution; instead, it provides a structured way for the agent to track its own progress and handle fallbacks.
能力评估
Purpose & Capability
The name/description (turn tasks into storyboards and orchestrate execution) matches the included files: a Python CLI (scripts/director.py), SKILL.md describing CLI usage, and example templates. Requiring only python is proportionate.
Instruction Scope
SKILL.md instructs the agent to: call the CLI to get the next 'shot', then execute the shot.command in the environment and report back with director.py result commands. This is coherent for an orchestrator, but it means the agent will run arbitrary shell commands defined in scenes — the skill does not itself restrict or sanitize those commands. Users should review scene files before approving/executing them.
Install Mechanism
No install spec — instruction-only with an included Python script. Nothing is downloaded from external URLs or written to nonstandard system locations beyond the user's home directory (~/.openclaw).
Credentials
The skill declares no required environment variables or credentials. Data is stored locally under ~/.openclaw/memory/movies. No unrelated credentials, tokens, or config paths are requested.
Persistence & Privilege
always is false and the skill's persistence is limited to per-user files in ~/.openclaw/memory/movies. It does not request elevated privileges or modify other skills' configs based on the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install task-director
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /task-director 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Task Director — plan and execute complex tasks like a movie production: - Break down tasks into "storyboard" scenes and shots with fallbacks. - Review and approve a detailed plan before execution. - Stepwise execution: pause, skip, retry, or fallback at any step. - Track execution status; visualize progress and results. - CLI tool (`director.py`) for creating, approving, executing, and managing task plans.
元数据
Slug task-director
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Task Director 是什么?

Task Director — turn complex tasks into movie storyboards. Create a plan, review it, then execute step by step with fallback support. Pause, retry, skip anyt... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Task Director?

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

Task Director 是免费的吗?

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

Task Director 支持哪些平台?

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

谁开发了 Task Director?

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

💬 留言讨论