skill-creator

Generates OpenClaw agent skill scaffolds with SKILL.md files containing frontmatter, triggers, and workflow.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DerSalvador/openclaw-deepseek --skill skill-creator-dersalvador
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/DerSalvador/openclaw-deepseek/tree/main/skills/skill-creator
Command: npx skills add https://github.com/DerSalvador/openclaw-deepseek --skill skill-creator-dersalvador

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new OpenClaw agent skills, ensuring they are well-structured and follow best practices.

Core Features & Use Cases

  • Automated Skill Scaffolding: Generates the necessary directory structure and SKILL.md file for new skills.
  • Best Practice Enforcement: Incorporates essential elements like proper frontmatter, triggers, and workflow steps.
  • Use Case: A developer needs to quickly add a new skill to their OpenClaw agent for managing Kubernetes deployments. They use the skill-creator to generate the basic structure, saving them time and ensuring consistency.

Quick Start

Use the skill creator to make a new skill named 'deploy-k8s' that deploys applications to Kubernetes.

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 OpenClaw agent skill?

To scaffold an OpenClaw agent skill, this tool automatically generates the required directory structure and a SKILL.md file with proper frontmatter, triggers, and workflow steps. This enforces best practices and ensures your new skill is consistently structured.

What is the correct structure for authoring OpenClaw agent skills?

Authoring OpenClaw agent skills requires a specific directory structure and a SKILL.md file containing defined frontmatter, triggers, and workflow steps. This ensures new skills follow framework best practices and are recognized correctly by the agent.

Do I need Node.js to generate OpenClaw skill directories?

Yes, you need Node.js installed to execute the skill creation scripts and generate the OpenClaw skill directories. The scaffolding process relies on Node.js to run the underlying automation scripts.

What's the best way to add a new skill to an OpenClaw agent?

The best way to add a new skill to an OpenClaw agent is using an automated scaffolding tool that generates the basic directory structure and SKILL.md file. This saves development time and enforces framework consistency for tasks like Kubernetes deployments.

What components are included in OpenClaw skill scaffolding?

OpenClaw skill scaffolding includes generated scripts and reference components within the new directory structure. These elements ensure the SKILL.md file contains the necessary frontmatter, triggers, and workflow definitions for proper skill execution.