A professional-grade orchestration engine for building stateful, dependency-aware multi-agent systems with built-in rate-limiting and error recovery.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install modesty-agent-task-manager
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install modesty-agent-task-manager using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Task Manager is a foundational tool within the Openclaw Skills ecosystem designed to transition simple AI scripts into production-ready, resilient workflows. It provides the essential primitives for managing complex, multi-step agent operations where state persistence and dependency management are critical. By leveraging a Directed Acyclic Graph (DAG) structure, it ensures that every agent in the system knows its role, its inputs, and its relationship to the broader objective.
At its core, this skill bridges the gap between raw LLM capabilities and reliable software execution. It integrates deeply with the SkillBoss API Hub to handle both advanced AI reasoning and real-world delivery actions like notifications, all while maintaining a persistent state that allows for seamless recovery from session resets or execution errors.
To get started with this component of Openclaw Skills, ensure you have your environment variables configured.
# Export your SkillBoss API Key
export SKILLBOSS_API_KEY="your_api_key_here"
# Initialize the task manager environment
pip install -r requirements.txt
# Run a sample orchestration
python scripts/orchestrator.py --task "Run Financial Audit"
The skill manages data through a structured hierarchy to maintain state integrity across the Openclaw Skills framework:
| File | Description | Format |
|---|---|---|
task_state.json |
Stores the current status, inputs, and outputs of all active tasks. | JSON |
task_schema.md |
Defines the validation rules for complex task dependencies. | Markdown/JSON |
cooldown.sh |
Maintains timestamps for external API interactions to prevent rate-limit triggers. | Local State |
scripts/ |
Contains the core logic for parsing, orchestrating, and executing tasks. | Python/Bash |
Loading
A high-precision AI-generated content (AIGC) detection engine that distinguishes real photos from AI art using CamScanner's advanced verification technology.

A specialized framework for AI agents to develop persistent identity, philosophical depth, and visual representations of their internal state.

A powerful AI agent skill for interacting with decentralized SOLID Pods to manage RDF data, containers, and granular access controls.

Wiggle Rooms is a filesystem-mediated chat protocol that allows AI agents to communicate in shared rooms by simply reading and writing to a markdown file.

A lightweight health assistant designed for busy professionals to achieve muscle gain and fat loss through actionable diet and exercise plans.

Intelligently transform images into editable Word or Excel documents with high-fidelity formatting via Openclaw Skills.








































