skill-creator

Create AdClaw skills with YAML frontmatter and Markdown instructions.

31|8|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/citedy/adclaw --skill skill-creator-citedy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/citedy/adclaw/tree/main/src/adclaw/agents/skills/skill-creator
Command: npx skills add https://github.com/citedy/adclaw --skill skill-creator-citedy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the process of adding new capabilities to AdClaw by guiding the creation of standardized SKILL.md files and optional supporting directories.

Core Features & Use Cases

  • Define a new skill with a structured frontmatter (name, description) and a markdown body that describes instructions.
  • Organize optional references/ and scripts/ to extend functionality and provide context or executable helpers.
  • Use the Skill Creator workflow to maintain consistency across skills and enable sharing within teams.

Quick Start

Create a new skill directory under customized_skills with a properly formatted SKILL.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create custom AdClaw skills using a SKILL.md file?

To create custom AdClaw skills, you write a SKILL.md file containing YAML frontmatter with required name and description fields, plus an instructional Markdown body for automation.

What is the required YAML frontmatter format for AdClaw skill creation?

YAML frontmatter for AdClaw skill creation requires mandatory name and description fields, while version, author, tags, and metadata are optional fields included at the skill root.

How do I add executable scripts and references to custom skills?

You extend custom skills by organizing optional references and scripts directories alongside the SKILL.md file to provide executable helpers and contextual documentation.

Do I need any dependencies to generate standardized AdClaw skills?

No dependencies are required to generate standardized AdClaw skills. You only need a properly formatted SKILL.md file at the skill root directory to define new capabilities.

What is the best way to maintain consistency across custom skills for team sharing?

The best way to maintain consistency across custom skills is using a structured creation workflow that standardizes SKILL.md formatting and optional directory structures for team sharing.

Are there limitations when adding optional metadata fields to a custom skill?

Limitations are minimal when adding optional metadata fields. The SKILL.md format supports optional version, author, and tags, but the mandatory name and description fields must always be present.