AGENT-OS
The operating system layer for AI agents. Routes goals to the right skills. Executes with checkpoints.
Transforms your OpenClaw agent from a reactive question-answerer into a proactive autonomous executor. ARCHITECT takes any high-level goal, decomposes it int...
This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.
Install skill "ARCHITECT: Autonomous Goal Execution for AI Agents" with this command: npx skills add agent-architect
This source entry does not include full markdown content beyond metadata.
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
The operating system layer for AI agents. Routes goals to the right skills. Executes with checkpoints.
Gives your OpenClaw agent persistent memory across every session. MEMORIA maintains a structured knowledge layer: who you are, what you're building, every de...
Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when aske...