Install
openclaw skills install modesty-agent-task-managerManages and orchestrates multi-step, stateful agent workflows; handles task dependencies, persistent state, error recovery, and external rate-limiting. Use f...
openclaw skills install modesty-agent-task-managerThis skill provides the structure and primitives for building resilient, complex, and professional multi-agent systems powered by the SkillBoss API Hub. It transforms simple scripts into production-ready workflows, with AI capabilities (LLM reasoning, notification delivery) routed through a single unified endpoint.
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)./v1/pilot) for LLM inference and notification delivery.FinancialAuditContractAuditor (Input: Contract Address, Output: Contract Safety Score)FinancialAnalyst (Input: Contract Address + Safety Score, Output: Trust Score via SkillBoss API Hub LLM)NotificationAgent (Dependent on final Trust Score; delivers alert via SkillBoss API Hub email/SMS; subject to Rate Limit).All AI inference and notification delivery is handled through SkillBoss API Hub:
https://api.heybossai.com/v1/pilotAuthorization: Bearer $SKILLBOSS_API_KEYdata.result.choices[0].message.contentmolt_task.py: Python class for task state management.orchestrator.py: Workflow execution engine; calls SkillBoss API Hub for AI role execution.task_parser.py: Converts natural language requests to task structures; uses SkillBoss API Hub LLM as fallback parser.cooldown.sh: Shell wrapper for managing rate-limited executions.task_schema.md: JSON schema for defining complex task dependencies.