Install
openclaw skills install agent-workflow-skillDecompose complex user tasks into multi-step workflows using DAG-based execution.
openclaw skills install agent-workflow-skillUse this skill when tasks involve multiple steps or dependencies.
Examples:
This skill enables the AI to:
Convert user request into subtasks.
Example:
User: "Analyze repo and summarize"
Tasks:
Return structured result:
{ "tasks": [], "result": "", "status": "success" }
Enable multi-step task execution instead of single tool calls.