create-skill

Guide creation of OpenClaw skill packages from discovery to deployment.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/ilove323/comlan-skills --skill create-skill-ilove323
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/ilove323/comlan-skills/tree/main/skills-management/skills/create-skill
Command: npx skills add https://github.com/ilove323/comlan-skills --skill create-skill-ilove323

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Remove the uncertainty and repetition involved in designing and delivering OpenClaw skill packages by guiding creators through discovery, component planning, implementation, and deployment so plugins are consistent, discoverable, and production-ready.

Core Features & Use Cases

  • Discovery & Scoping: Ask targeted questions to clarify purpose, users, and integrations before design begins.
  • Component Planning: Recommend which components to include (skills, agents, hooks, MCP servers) and propose directory/schema layouts.
  • Implementation Checklist & Review: Provide file templates, naming rules, and a validation checklist to produce openclaw.plugin.json, skills/*/SKILL.md, optional agents, and .mcp.json.
  • Use Case: A developer or product manager scaffolds a new plugin for task automation and needs step-by-step design, file templates, and deployment guidance.

Quick Start

Ask the assistant: Create a new OpenClaw skill package for onboarding automation and guide me through discovery, component planning, and deployment.

Frequently Asked Questions about create-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an OpenClaw skill package from scratch?

To create an OpenClaw skill package, you scaffold standardized files like openclaw.plugin.json and skills/*/SKILL.md by defining triggers, component layouts, and MCP servers. The process is guided from discovery to deployment.

What components do I need for OpenClaw plugin development?

OpenClaw plugin development requires defining components such as skills, agents, hooks, and MCP servers. You also configure the directory schema and generate an openclaw.plugin.json file to make the plugin production-ready.

Do I need a specific environment to scaffold OpenClaw skills?

Yes, scaffolding OpenClaw skills requires access to an OpenClaw desktop environment. Specifically, you need write access to the ~/.openclaw/skills/ directory to produce the standardized plugin and configuration files.

How does guided skill creation help with plugin deployment?

Guided skill creation removes uncertainty by providing a validation checklist, file templates, and naming rules for plugin deployment. This ensures your OpenClaw packages are consistent, discoverable, and production-ready before release.

What is the best way to plan components for a new MCP server integration?

The best way to plan MCP server components is through a discovery phase that asks targeted questions to clarify integrations. This helps recommend directory layouts and component schemas for your OpenClaw skill package.