create-claw-skill

Generate OpenClaw skills and commands with SKILL.md scaffolding.

270|16|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gupsammy/Claudest --skill create-claw-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-claw-skill
Source: https://github.com/gupsammy/Claudest/tree/main/plugins/claude-claw/skills/create-claw-skill
Command: npx skills add https://github.com/gupsammy/Claudest --skill create-claw-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of new skills and commands for the OpenClaw ecosystem, ensuring they adhere to the platform's specific conventions and best practices.

Core Features & Use Cases

  • Skill/Command Generation: Creates well-structured SKILL.md files with appropriate frontmatter and body content.
  • Porting Assistance: Translates existing Claude Code skills to the OpenClaw format, handling frontmatter and tool name conversions.
  • Use Case: When you need to add a new capability to your OpenClaw agent, this Skill guides you through generating the necessary files and configurations, saving you time and reducing errors.

Quick Start

Use the create-claw-skill to generate a new skill named 'my-new-skill' in the current directory.

Frequently Asked Questions about create-claw-skill

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

FAQPage Schema
How do I generate OpenClaw skills and commands automatically?

To generate OpenClaw skills and commands, use this tool to scaffold `SKILL.md` files and associated resources. It structures the frontmatter and body content to ensure adherence to the platform's AgentSkills specification.

Can I port existing Claude Code skills to the OpenClaw format?

Yes, you can port existing Claude Code skills to OpenClaw. The tool translates frontmatter, tool names, and path conventions automatically, ensuring your ported skills meet OpenClaw's best practices for discoverability.

What is the best way to structure a new OpenClaw skill file?

The best way to structure an OpenClaw skill file is by generating it with this tool. It automatically scaffolds the `SKILL.md` file with appropriate frontmatter and body content, reducing manual configuration errors.

Do I need jq installed to create OpenClaw skills?

Yes, you need `jq` installed as a dependency. The skill generation and porting scripts rely on `jq` to process and translate the frontmatter and configuration data within the `SKILL.md` files.

Why does my ported OpenClaw skill fail discoverability checks?

A ported OpenClaw skill might fail discoverability checks if the frontmatter or tool names are not translated correctly. This tool ensures adherence to the AgentSkills specification, preventing such configuration errors.