🌐 Language: English (current) | 简体中文
# agent-planner
Modular, self-contained AI agent skill for the OpenClaw framework.
Task planning, fact verification, audit workflow, and knowledge base integration (F0-F12 pipeline). Provides structured planning phases with checkpoints and quality gates.
Copy the agent-planner/ directory to your OpenClaw skills directory (typically ~/.openclaw-skills/agent-planner/).
agent-planner/ ├── SKILL.md # Main skill definition (read first) ├── references/ # Reference documentation ├── scripts/ # Executable tools ├── _knowledge/ # Knowledge base └── _meta.json # Skill metadata
MIT - see LICENSE