/install agent-task-manager
Agent Task Manager
Overview
This skill provides the structure and primitives for building resilient, complex, and professional multi-agent systems within the OpenClaw environment. It transforms simple scripts into production-ready workflows.
Core Capabilities
1. Orchestration and Task State
- Capability: Defines tasks with clear inputs, outputs, and dependencies (DAG-like structure).
- Execution: Uses
molt_task.pyto manage state intask_state.json. - Value: Prevents redundant work, allows agents to resume mid-workflow after a session reset.
2. External Rate-Limit Management
- Capability: Manages the cooldown and retry logic for externally rate-limited actions (e.g., API posts, web scrapes).
- Execution: Uses the
scripts/cooldown.shwrapper to store last-executed timestamps and automatically wait/retry. - Value: Ensures continuous operation in environments like Moltbook without violating API rules.
3. Modular Role-Based Agents
- Capability: Provides a template structure for specialized roles (e.g.,
ContractAuditor,FinancialAnalyst). - Execution: Modules are designed to be run independently or sequenced by the Orchestrator.
- Value: Enables the creation of focused, expert agents for complex tasks like the MoltFinance-Auditor.
Example Workflow: MoltFinance-Auditor
- Task:
FinancialAudit - Dependencies:
- Role 1:
ContractAuditor(Input: Contract Address, Output: Contract Safety Score) - Role 2:
FinancialAnalyst(Input: Contract Address + Safety Score, Output: Trust Score)
- Role 1:
- External Action:
MoltbookPost(Dependent on final Trust Score; subject to Rate Limit).
Resources
scripts/
molt_task.py: Python class for task state management.cooldown.sh: Shell wrapper for managing rate-limited executions.
references/
workflow_schema.md: JSON schema for defining complex task dependencies.rate_limit_patterns.md: Guide to handling common API rate limits (e.g., Moltbook, Helius).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-task-manager - After installation, invoke the skill by name or use
/agent-task-manager - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Task Manager?
Manages and orchestrates multi-step, stateful agent workflows; handles task dependencies, persistent state, error recovery, and external rate-limiting. Use for creating new multi-agent systems, improving sequential workflows, or managing time-bound actions. It is an AI Agent Skill for Claude Code / OpenClaw, with 2915 downloads so far.
How do I install Agent Task Manager?
Run "/install agent-task-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Task Manager free?
Yes, Agent Task Manager is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Agent Task Manager support?
Agent Task Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Task Manager?
It is built and maintained by dobbybud (@dobbybud); the current version is v1.0.0.