skill-creator

Generate standardized skill directories with SKILL.md templates and package them as .skill archives.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/lemonlqf/openclaw-rtsp --skill skill-creator-lemonlqf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/lemonlqf/openclaw-rtsp/tree/main/skills/skill-creator
Command: npx skills add https://github.com/lemonlqf/openclaw-rtsp --skill skill-creator-lemonlqf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, structuring, and packaging new AI skills, ensuring they adhere to best practices and are ready for deployment.

Core Features & Use Cases

  • Skill Initialization: Creates a new skill directory with a standardized SKILL.md template.
  • Resource Management: Optionally includes scripts/, references/, and assets/ directories with example files.
  • Packaging: Compiles a skill directory into a distributable .skill file.
  • Validation: Includes basic checks for skill structure and SKILL.md content.
  • Use Case: A developer needs to quickly scaffold a new skill for interacting with a specific API. They use this skill to generate the basic file structure, add initial documentation, and prepare it for further development.

Quick Start

Use the skill-creator to initialize a new skill named 'api-connector' in the 'skills/private' directory, including scripts and references.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new AI skill with the correct directory structure?

Skill packaging compiles your structured directory into a distributable .skill archive, validating the skill structure and SKILL.md content to ensure it is ready for deployment and distribution.

What files are included when generating a skill directory for distribution?

Validation checks the skill structure and SKILL.md content to confirm that the skill directory meets standardized formatting rules, ensuring it can be successfully compiled into a distributable .skill archive.

Can I include scripts and references when initializing skill development?

Yes, skill initialization optionally includes scripts and references directories with example files, allowing developers to integrate code and documentation directly into the standardized skill structure during setup.

What is the best way to prepare AI skills for deployment as distributable archives?

The best way to prepare AI skills for deployment is to use a skill creator that standardizes the directory layout, validates skill integrity, and packages the final output into a .skill archive file.