skill-creator

Guide creation, editing, and auditing of AgentSkills with YAML frontmatter and Markdown structure.

14|5|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill skill-creator-openclaw-easy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/openclaw-easy/openclaw-easy-desktop/tree/main/openclaw/skills/skill-creator
Command: npx skills add https://github.com/openclaw-easy/openclaw-easy-desktop --skill skill-creator-openclaw-easy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides the creation, editing, improvement, and auditing of AgentSkills to ensure consistent structure and quality across skill directories.

Core Features & Use Cases

  • Guidance for structuring SKILL.md with required frontmatter (name and description) and the Markdown body.
  • Patterns for organizing resources (scripts/, references/, assets/) and how to reference extra content from SKILL.md.
  • Best practices for updating and auditing existing skills, including validation steps and packaging readiness.
  • Use cases include starting a new skill from scratch, tidying up an existing skill, or restructuring a skill directory to align with the AgentSkills spec.

Quick Start

Initialize a new skill using the template, then customize SKILL.md and add optional resources as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new AgentSkill from scratch?▼

To create an AgentSkill from scratch, initialize a new skill using the provided template, then customize the SKILL.md file by adding required YAML frontmatter (name and description) and writing the Markdown body.

What is the required structure for a SKILL.md file?▼

A SKILL.md file requires YAML frontmatter containing the name and description fields, followed by a clear Markdown body outlining the skill's logic and optional references to scripts, assets, or reference materials.

How do I organize scripts, references, and assets in a skill directory?▼

You organize a skill directory by placing supplementary content into dedicated folders like scripts/, references/, and assets/, then linking to these resources from the main SKILL.md file to support repeatable workflows.

How do I audit an existing skill to align with the AgentSkills spec?▼

To audit an existing skill, review the SKILL.md file to ensure it contains valid YAML frontmatter and a structured Markdown body, then validate the directory organization and packaging readiness against the AgentSkills spec.

What is the best way to reorganize a skill directory for better workflow documentation?▼

The best way to reorganize a skill directory is to enforce YAML frontmatter with name and description, outline a clear Markdown body, and recommend optional scripts, references, or assets to support repeatable workflows.

Do I need YAML frontmatter to use markdown templates for AgentSkills?▼

Yes, YAML frontmatter containing the name and description fields is required for markdown templates used in AgentSkills to ensure consistent structure and quality across skill directories.