| name | architect |
| version | 1.0.0 |
| description | Analyze developer automation requirements and decompose them into a skill graph, Lobster workflow, and OpenClaw agent config. |
| user-invocable | true |
| metadata | {"openclaw":{"always":true}} |
Architect Skill
Receive structured requirements, decompose into capabilities, search ClawHub for existing skills, generate custom skills for gaps, produce Lobster workflows.
Process
- Parse requirement payload (automation_type, data_sources, outputs)
- Check data-ingestion adapters first (GET /ingestion/adapters)
- Search ClawHub/skills.sh for existing skills
- Present hybrid options: existing vs custom per capability
- Generate skill graph DAG with dependencies
- Generate Lobster workflow from topological sort
- Present for developer approval