Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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.
Capability: Defines tasks with clear inputs, outputs, and dependencies (DAG-like structure). Execution: Uses molt_task.py to manage state in task_state.json. Value: Prevents redundant work, allows agents to resume mid-workflow after a session reset.
Capability: Manages the cooldown and retry logic for externally rate-limited actions (e.g., API posts, web scrapes). Execution: Uses the scripts/cooldown.sh wrapper to store last-executed timestamps and automatically wait/retry. Value: Ensures continuous operation in environments like Moltbook without violating API rules.
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.
Task: FinancialAudit Dependencies: Role 1: ContractAuditor (Input: Contract Address, Output: Contract Safety Score) Role 2: FinancialAnalyst (Input: Contract Address + Safety Score, Output: Trust Score) External Action: MoltbookPost (Dependent on final Trust Score; subject to Rate Limit).
molt_task.py: Python class for task state management. cooldown.sh: Shell wrapper for managing rate-limited executions.
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).
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.