โ† All skills
Tencent SkillHub ยท Developer Tools

Skill Scaffold

AI agent skill scaffolding CLI. Create skills for OpenClaw, Moltbot, Claude, Cursor, ChatGPT, Copilot instantly. Vibe-coding ready. MCP compatible.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

AI agent skill scaffolding CLI. Create skills for OpenClaw, Moltbot, Claude, Cursor, ChatGPT, Copilot instantly. Vibe-coding ready. MCP compatible.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, bin/skill-scaffold.js, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Skill Scaffold

Create AI agent skills in seconds. Supports OpenClaw/Moltbot, MCP servers, and generic skill structures.

Trigger Words

Use this skill when the user mentions: "create a skill" "scaffold a skill" "new skill template" "skill generator" "make a openclaw skill" "mcp server template"

Quick Start

# Install globally npm install -g skill-scaffold # Create a OpenClaw skill skill-scaffold my-awesome-skill # Create an MCP server skill-scaffold my-api --template mcp # With all options skill-scaffold weather-bot --template openclaw --cli --description "Weather alerts for agents"

Commands

CommandDescriptionskill-scaffold <name>Create skill with default (openclaw) templateskill-scaffold <name> --template mcpCreate MCP server scaffoldskill-scaffold <name> --template genericCreate minimal skillskill-scaffold <name> --cliInclude CLI binary scaffoldskill-scaffold --helpShow help

OpenClaw (default)

Full skill structure for OpenClaw/Moltbot agents: SKILL.md with YAML frontmatter, trigger words, commands table README.md with badges, installation, features scripts/ folder for helpers

MCP

Model Context Protocol server scaffold: SKILL.md with MCP config examples Tools and resources documentation Ready for Claude Desktop/Cursor integration

Generic

Minimal structure: Basic SKILL.md Simple README.md

Options

OptionDescriptionDefault--template <type>Template: openclaw, mcp, genericopenclaw--author <name>Author nameNextFrontierBuilds--description <text>Skill descriptionAuto-generated--dir <path>Output directoryCurrent directory--cliInclude CLI binary scaffoldfalse--no-scriptsSkip scripts folderfalse

Usage Examples

# Create in current directory skill-scaffold my-skill # Create in specific directory skill-scaffold my-skill --dir ~/clawd/skills # MCP server with custom author skill-scaffold github-mcp --template mcp --author "YourName" # Full CLI tool skill-scaffold awesome-cli --cli --description "Does awesome things"

Output Structure

my-skill/ โ”œโ”€โ”€ SKILL.md # Main documentation (OpenClaw reads this) โ”œโ”€โ”€ README.md # GitHub/npm readme โ”œโ”€โ”€ scripts/ # Helper scripts (optional) โ””โ”€โ”€ bin/ # CLI binary (if --cli flag used) โ””โ”€โ”€ my-skill.js

After Creating

cd my-skill Edit SKILL.md with your actual documentation Add implementation (scripts or bin/) Test locally Publish: clawdhub publish . or npm publish

Notes

Skill names must be lowercase with hyphens only SEO keywords are auto-included in generated files Works with OpenClaw, Moltbot, and any agent that reads SKILL.md

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • bin/skill-scaffold.js Scripts
  • package.json Config