Install
openclaw skills install agent-task-managerManages 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.
openclaw skills install agent-task-managerThis 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.
molt_task.py to manage state in task_state.json.scripts/cooldown.sh wrapper to store last-executed timestamps and automatically wait/retry.ContractAuditor, FinancialAnalyst).FinancialAuditContractAuditor (Input: Contract Address, Output: Contract Safety Score)FinancialAnalyst (Input: Contract Address + Safety Score, Output: Trust Score)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).