The Plan Skill empowers AI agents to generate structured, step-by-step implementation blueprints and interactive sub-agent plan-deepeners before writing code.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install holbot-plan
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install holbot-plan using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Plan Skill is a core architectural framework designed for engineering-grade task orchestration within the ecosystem of Openclaw Skills. Grounded in the principle of 'think first, build later,' this skill defines the precise implementation structure (the how) before any actual code modification occurs. It helps developers and AI agents avoid short-sighted implementations by enforcing a rigorous, context-aware planning phase. Let your AI agent run research, map repository files, and model workflows systematically before diving into active execution.
By leveraging the Plan Skill, users can ensure their Openclaw Skills projects are organized, context-aware, and thoroughly reviewed. It decomposes highly complex goals into isolated, sequential, and testable steps, bridging the gap between high-level prompt requirements and executable code updates.
/home/HolBot/plans/ for version-controlled tracking.To enable and execute this skill within your ecosystem of Openclaw Skills, invoke it directly within your agent terminal or integrate it into your automated agent profiles.
Simply call the skill using the registered slash command:
/plan [optional: task description, requirements, or file path to deepen]
Ensure your agent environment is configured to write to the designated plan storage directory. You can pre-configure the destination directory in your environment variables or global skill configuration:
export OPENCLAW_PLANS_DIR="/home/HolBot/plans"
The Plan Skill structures and saves plans using standard Markdown format. It records precise metadata and execution hierarchies to ensure compatibility with other Openclaw Skills.
Plans are archived in the following format:
| Directory | Filename Pattern | Description |
|---|---|---|
/home/HolBot/plans/ |
YYYY-MM-DD-[slug].md |
Version-controlled plan archiving |
Every plan file uses a highly structured Markdown schema to organize its sections:
MEMORY.md to load learnings, past mistakes, and architectural constraints automatically.Loading
The Lingxi AI Note Recording Query skill enables AI agents to query, retrieve, and analyze sales and meeting voice recordings and their detailed transcription insights.

Automate product sourcing, inquiries, and pricing analysis on 1688 with secure raw JSON pipelines that preserve LLM context.

A comprehensive configuration framework to define structured AI agent identities, behavior-driven voices, dynamic adaptation rules, and robust operation boundaries.

Testing Plus is a versatile software verification suite that equips projects with multi-language testing configurations, automated CI/CD workflows, mutation testing, performance load testing, and vulnerability diagnostics.

A developer tool that queries real-time and cached meeting room availability and recently released slots.

A structured game design utility providing repeatable templates, checklists, and safe defaults for planning epic boss encounters.








































