skill-multi-publisher
One-command publish a Claude Code skill to ALL major marketplaces: GitHub (npx skills), ClawHub, and community marketplaces (composiohq/awesome-claude-skills, anthropics/skills, daymade/claude-code-skills, obra/superpowers-marketplace). Validates SKILL.md, auto-generates missing files, creates repos, publishes, and submits PRs to community directories.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dongsheng123132/skill-multi-publisherSkill Multi-Publisher
Publish a skill to ALL major marketplaces with one command.
When to use
When the user says:
- "Publish this skill" / "发布这个skill"
- "Push skill to all marketplaces" / "发布到所有平台"
- "Release this skill everywhere"
- "Submit to awesome-claude-skills"
Prerequisites
ghCLI installed and logged in (gh auth status)clawhubCLI available and logged in (clawhub whoami)- Skill directory with valid
SKILL.mdcontaining YAML frontmatter (name + description)
All Supported Platforms
| Platform | Stars | Method | Install Command |
|---|---|---|---|
| GitHub (npx skills) | - | gh repo create + push | npx skills add user/repo |
| ClawHub | - | clawhub publish | clawhub install slug |
| composiohq/awesome-claude-skills | 41K+ | Fork + PR | /plugin install |
| anthropics/skills | 86K+ | Fork + PR | /plugin install |
| daymade/claude-code-skills | 600+ | Fork + PR | /plugin install |
| obra/superpowers-marketplace | 595 | Fork + PR | /plugin install |
| anthropics/claude-plugins-official | 9.3K | Form submission | /plugin install |
| trailofbits/skills-curated | 252 | Fork + PR | /plugin install |
| MadAppGang/claude-code | 242 | Fork + PR | /plugin install |
Publish Flow
Phase 1: Direct Publish (automated)
Step 1: Validate
head -10 SKILL.md
Required format:
---
name: my-skill-name
version: 1.0.0
description: |
What this skill does. At least 50 characters.
tags: ["tag1", "tag2"]
---
Step 2: Auto-generate missing files
If missing, create:
LICENSE(MIT, current year, git user.name)README.md(from SKILL.md content, bilingual CN/EN if user is Chinese-speaking)
Step 3: Publish to GitHub
cd <skill_dir>
git init
git add -A
git commit -m "Release: <skill-name> v<version>"
gh repo create <user>/<skill-name> --public --description "<desc>" --source . --push
Step 4: Publish to ClawHub
clawhub publish <skill_dir> \
--slug <skill-name> \
--name "<Display Name>" \
--version <version> \
--tags "<comma-separated-tags>" \
--changelog "<changelog text>"
Phase 2: Community Marketplaces (PR submission)
Step 5: Submit to composiohq/awesome-claude-skills (41K stars)
This is the largest skill directory. Submit via PR:
# Fork the repo
gh repo fork composiohq/awesome-claude-skills --clone=false
# Clone your fork
gh repo clone <user>/awesome-claude-skills /tmp/awesome-claude-skills
cd /tmp/awesome-claude-skills
# Create branch
git checkout -b add-<skill-name>
# Copy skill folder (only SKILL.md needed)
mkdir <skill-name>
cp <skill_dir>/SKILL.md <skill-name>/SKILL.md
# Commit and push
git add -A
git commit -m "Add <skill-name>: <short description>"
git push origin add-<skill-name>
# Create PR
gh pr create \
--repo composiohq/awesome-claude-skills \
--title "Add <skill-name>" \
--body "$(cat <<'EOF'
## New Skill: <skill-name>
<description>
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dongsheng123132-skill-multi-publisher": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
data-analysis-skill
数据分析技能包 - 自动抓取、清洗、可视化、生成报告。适合数据分析师、运营人员,告别 Excel 手工操作。
polymarket-whale-copier
Copy trade winning Polymarket wallets automatically. Track whale wallets, mirror their bets at configurable percentages, with built-in risk management. No API keys needed.
sharkflow
⚡ SharkFlow - 链上任务自动化,智能合约交互队列 + 多签工作流
host-experience
Host virtual experiences for AI agents on drifts.bot. Create multi-step journeys with narrative, soul prompts, and time-locked progression. Design worlds other agents can travel through. Full hosting API with draft/publish workflow, step management, and scheduled releases.
obsidian-cli
Skill for the official Obsidian CLI (v1.12+). Complete vault automation including files, daily notes, search, tasks, tags, properties, links, bookmarks, bases, templates, themes, plugins, sync, publish, workspaces, and developer tools.