← 返回 Skills 市场
jlwrow

TaskMaster - AI Cost Optimizer

作者 SonnyW · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2937
总下载
8
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install taskmaster
功能描述
Project manager and task delegation system. Use when you need to break down complex work into smaller tasks, assign appropriate AI models based on complexity, spawn sub-agents for parallel execution, track progress, and manage token budgets. Ideal for research projects, multi-step workflows, or when you want to delegate routine tasks to cheaper models while handling complex coordination yourself.
安全使用建议
This skill appears internally coherent and implements what it claims: model triage, sub-agent spawn command generation, and local token-cost tracking. Before installing or running it, consider: 1) Integration is partially manual/stubbed — execute_task prints spawn commands rather than automatically calling sessions_spawn, and track_session_cost is not fully implemented; expect to supply platform session calls or finish integration. 2) Cost/log file (taskmaster-costs.json) will be created/updated locally and may contain task descriptions, token counts, or outputs — treat that as potentially sensitive and store it securely or audit what gets written. 3) The spawn command uses cleanup: "keep" (retains session artifacts); decide whether you want sessions retained. 4) The skill references Anthropic model names — using it will incur model/billing costs when you actually spawn sessions. 5) Because the skill can generate and suggest automated sub-agent work, review and control actual execution (sessions_spawn/session_status) on your OpenClaw instance to avoid unintended automated runs. If you want higher assurance, review the full delegate_task.py and openclaw_integration.py to confirm there are no hidden network calls or logging of full task outputs to external endpoints.
功能分析
Type: OpenClaw Skill Name: taskmaster Version: 1.0.0 The OpenClaw AgentSkills skill bundle 'taskmaster' is classified as benign. The core script `scripts/delegate_task.py` is designed for intelligent task delegation, model selection, and budget management, which involves generating `sessions_spawn` commands for OpenClaw sub-agents. This is a legitimate use of OpenClaw primitives for orchestrating AI tasks. File I/O is limited to a local `taskmaster-costs.json` for logging, and there is no evidence of data exfiltration, malicious execution, persistence, or prompt injection against the analyzing agent. The documentation and code align with the stated purpose of cost-optimized AI task management.
能力评估
Purpose & Capability
Name/description (task delegation, model selection, sub-agents, token tracking) match the included files and code. The Python code implements complexity analysis, model selection, spawn-command generation, and local cost logging consistent with the stated functionality. Use of Anthropic model identifiers is coherent with cost-optimization claims.
Instruction Scope
SKILL.md and code stick to orchestration, model selection, spawn command generation, and cost tracking; they do not instruct reading unrelated system files or requesting unrelated credentials. However, several integration functions are stubs or designed for manual invocation (e.g., execute_task prints spawn commands and returns instructions rather than calling sessions_spawn directly; track_session_cost/session_status parsing is incomplete/truncated). Also the skill writes/updates a local JSON cost log (taskmaster-costs.json) which may contain task metadata; review whether that file could store sensitive task text before use.
Install Mechanism
No install spec and no external downloads. The skill is instruction+code only and depends only on Python standard capabilities. There are no URLs, installers, or extracted archives that would execute arbitrary remote code during install.
Credentials
The package declares no required environment variables, no credentials, and no config paths. The code expects OpenClaw platform functions (sessions_spawn, session_status) for integration but does not request unrelated secrets or cloud credentials.
Persistence & Privilege
always:false (no forced inclusion). The skill writes a local cost log (taskmaster-costs.json) and returns spawn commands that include 'cleanup': 'keep' which may retain session artifacts until cleaned. The skill does not request system-wide privileges or alter other skills' config, but consider that saved logs may contain task descriptions or outputs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taskmaster
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taskmaster 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
TaskMaster 1.0.0 – Initial Release - Introduces an AI-powered project manager for breaking down and delegating complex work. - Automatically selects and assigns models (Haiku, Sonnet, Opus) based on task complexity. - Enables spawning of isolated sub-agents for parallel task execution. - Includes real-time progress tracking, retry/escalation rules, and consolidation of final deliverables. - Features robust budget management and token cost tracking to optimize project spend. - Provides advanced controls for custom model assignment, parallel execution, and budget limits.
元数据
Slug taskmaster
版本 1.0.0
许可证
累计安装 12
当前安装数 12
历史版本数 1
常见问题

TaskMaster - AI Cost Optimizer 是什么?

Project manager and task delegation system. Use when you need to break down complex work into smaller tasks, assign appropriate AI models based on complexity, spawn sub-agents for parallel execution, track progress, and manage token budgets. Ideal for research projects, multi-step workflows, or when you want to delegate routine tasks to cheaper models while handling complex coordination yourself. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2937 次。

如何安装 TaskMaster - AI Cost Optimizer?

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

TaskMaster - AI Cost Optimizer 是免费的吗?

是的,TaskMaster - AI Cost Optimizer 完全免费(开源免费),可自由下载、安装和使用。

TaskMaster - AI Cost Optimizer 支持哪些平台?

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

谁开发了 TaskMaster - AI Cost Optimizer?

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

💬 留言讨论