skill-creator

Plan and implement AgentSkills with structured SKILL.md files and organized resources.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/karaabd23-crypto/openclaw --skill skill-creator-karaabd23-crypto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/karaabd23-crypto/openclaw/tree/main/skills/skill-creator
Command: npx skills add https://github.com/karaabd23-crypto/openclaw --skill skill-creator-karaabd23-crypto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating, auditing, and tidying AgentSkills with consistent structure and frontmatter, so teams can rapidly produce reliable SKILL.md entries and reusable resources.

Core Features & Use Cases

  • Provides a standardized template and guidance for building new skills or auditing existing ones.
  • Recommends organization of content into SKILL.md, references/, scripts/, and assets/ and when to use each.
  • Supports restructuring workflows for moving content, validating against the AgentSkills spec, and enabling scalable skill production.

Quick Start

Plan and implement a new AgentSkill by creating a well-structured SKILL.md and organizing optional resources.

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 agent skill with consistent frontmatter and structure?

To create an agent skill, use a structured template to build a SKILL.md file with proper frontmatter, then organize optional resources like references, scripts, and assets into their designated directories to ensure standardized skill development.

What's the best way to audit and tidy existing agent skills across directories?

Auditing agent skills involves validating the SKILL.md against the specification, checking frontmatter consistency, enforcing naming conventions, and moving misplaced content into the correct references, scripts, or assets directories to streamline maintenance.

When should I use separate directories for references, scripts, and assets in my SKILL.md?

Use separate directories for references, scripts, and assets when your agent skill requires progressive disclosure, keeping the main SKILL.md concise while properly placing supporting files to enable scalable and organized skill production.

How does progressive disclosure work when designing agent skills?

Progressive disclosure in agent skills separates detailed guidance and resources into subdirectories, keeping the core SKILL.md entry concise while allowing the agent to access deeper references and scripts only when needed.

Can I restructure and move content within an existing agent skill directory?

Yes, you can restructure agent skills by moving content between the main SKILL.md and subdirectories, validating the new structure against the specification to ensure consistent frontmatter and properly placed references.

What naming conventions should I follow when building agent skills?

Building agent skills requires enforcing specific naming conventions for the SKILL.md file and its associated frontmatter, ensuring consistent structure and reliable skill discovery across directories.