# Skill Creator

> Create new openrappter skills with proper SKILL.md format and metadata. Use when this capability is needed.

- Skill: `tomevault-io/skill-creator-87` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/skill-creator-87`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/skill-creator-87/raw
- Safety review: pending (external: skill-scanner PASS, skillspector CAUTION)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/skill-creator-87

---


# Skill Creator

Create new openrappter/ClawHub skills.

## SKILL.md Format

Every skill needs a `SKILL.md` file with YAML frontmatter:

```markdown
---
name: my-skill
description: What this skill does.
metadata: {"openclaw":{"emoji":"🎯","requires":{"bins":["tool-name"]}}}
---

# My Skill

Instructions and documentation for the skill.
```

## Metadata Fields

- `emoji` — display icon
- `requires.bins` — required CLI binaries (all must exist)
- `requires.anyBins` — alternative binaries (at least one must exist)
- `requires.env` — required environment variables
- `requires.config` — required config paths
- `os` — supported operating systems (darwin, linux, win32)
- `install` — installation instructions for dependencies

## Directory Structure

```
my-skill/
  SKILL.md          # Required: skill definition
  scripts/          # Optional: executable scripts
    run.sh
    run.py
```

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/kody-w) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

