← Back to Skills Marketplace
jlwrow

TaskMaster - AI Cost Optimizer

by SonnyW · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2937
Downloads
8
Stars
12
Active Installs
1
Versions
Install in OpenClaw
/install taskmaster
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install taskmaster
  3. After installation, invoke the skill by name or use /taskmaster
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug taskmaster
Version 1.0.0
License
All-time Installs 12
Active Installs 12
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 2937 downloads so far.

How do I install TaskMaster - AI Cost Optimizer?

Run "/install taskmaster" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is TaskMaster - AI Cost Optimizer free?

Yes, TaskMaster - AI Cost Optimizer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does TaskMaster - AI Cost Optimizer support?

TaskMaster - AI Cost Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TaskMaster - AI Cost Optimizer?

It is built and maintained by SonnyW (@jlwrow); the current version is v1.0.0.

💬 Comments