ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

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.

Why use this skill?

Instantly publish your Claude Code skills to GitHub, ClawHub, and major community registries with one command. Automate PRs, repository creation, and file generation.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dongsheng123132/skill-multi-publisher
Or

What This Skill Does

The skill-multi-publisher is an automated DevOps powerhouse for Claude Code developers. It streamlines the entire distribution lifecycle, ensuring that a single skill can reach all major marketplaces simultaneously. Instead of manually navigating GitHub repositories, opening PRs, or navigating different platform dashboards, this skill handles the heavy lifting: validating SKILL.md frontmatter, auto-generating compliance files like LICENSE and README.md, initializing Git repositories, and executing the complex PR flow required by community-led directories like awesome-claude-skills. It bridges the gap between local development and global visibility, effectively automating the deployment of your AI agents to the wider ecosystem.

Installation

Ensure you have the following prerequisites installed and authenticated:

  1. gh CLI: Install via your package manager and run gh auth login.
  2. clawhub CLI: Ensure it is installed and configured via clawhub whoami.

Once prepared, add this skill to your OpenClaw environment by running the installer command. Ensure your skill directory contains a properly formatted SKILL.md with the required YAML frontmatter (name, version, description, and tags).

Use Cases

  • Rapid Market Entry: Perfect for developers who want to launch their agents to multiple repositories (GitHub, ClawHub, and community directories) within seconds.
  • Standardization: Use this to ensure your project complies with the specific structural requirements demanded by community-curated directories like composiohq or anthropics.
  • Automated PR Management: Ideal for maintaining presence across various open-source registries without the overhead of manual submission workflows.

Example Prompts

  • "Publish this skill to all major marketplaces right now."
  • "Release this new search-engine-skill everywhere, including awesome-claude-skills."
  • "Push my current project to ClawHub and create a PR for all supported community directories."

Tips & Limitations

  • Validation First: Always ensure your SKILL.md includes at least 50 characters in the description field, or the publisher may reject the request.
  • GitHub Permissions: The gh CLI must have permission to create repositories and open pull requests on your behalf; ensure your token has repo scope.
  • Community Guidelines: Be aware that community repositories like awesome-claude-skills may have their own review processes that occur after the automated PR submission. The skill handles the submission, but the final merge is subject to maintainer approval.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dongsheng123132-skill-multi-publisher": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#skill#publish#github#clawhub#marketplace#automation
Safety Score: 3/5

Flags: file-write, file-read, code-execution