← Back to Skills Marketplace
Skill Multi Publisher
by
dongsheng123132
· GitHub ↗
· v2.0.0
348
Downloads
0
Stars
3
Active Installs
2
Versions
Install in OpenClaw
/install skill-multi-publisher
Description
One-command publish a Claude Code skill to ALL major marketplaces: GitHub (npx skills), ClawHub, and community marketplaces (composiohq/awesome-claude-skills...
Usage Guidance
This skill appears coherent for automating publishes and PRs, but it will push the exact contents of whatever directory you point it at to public forks/repos and submit PRs under your GitHub account. Before using: (1) manually inspect the skill directory and remove any secrets (.env, credentials, private keys, tokens, internal docs); (2) ensure you are logged into the correct GitHub and ClawHub accounts (gh auth status, clawhub whoami); (3) run the steps locally or in a sandbox first to review commits and PR diffs before pushing; (4) be aware the automation will create public repos/PRs which may be visible to others; and (5) if you want tighter control, perform the repo creation and PR submission steps manually rather than letting an agent run them autonomously.
Capability Analysis
Type: OpenClaw Skill
Name: skill-multi-publisher
Version: 2.0.0
The skill automates the publishing of code to multiple public platforms and community marketplaces, including GitHub and ClawHub. It utilizes high-risk capabilities such as creating public repositories (`gh repo create`), forking third-party repositories, and submitting pull requests to several hardcoded community directories (e.g., `anthropics/skills`, `composiohq/awesome-claude-skills`) via `SKILL.md` instructions. While these actions are aligned with the stated purpose of a 'multi-publisher' tool, the extensive use of shell commands and automated public code distribution presents a significant risk for accidental data leakage or repository spamming.
Capability Assessment
Purpose & Capability
Name/description (multi-publish to GitHub, ClawHub, community directories) match the instructions: validate SKILL.md, create repos, push, and open PRs. The required tools (gh, clawhub, git) and the file operations are appropriate for the stated goal.
Instruction Scope
SKILL.md gives explicit shell steps that stay within publishing scope (read SKILL.md, create LICENSE/README, git init/add/commit/push, clawhub publish, fork/clone/fork PR workflows). It operates on user-provided skill directories and copies files into forks/branches; this is expected for publishing. Important note: these steps will read and publish the contents of the provided directory (including any scripts/tools), so the user must ensure no secrets or private data are present before running.
Install Mechanism
Instruction-only skill with no install spec or remote downloads; no archives, no package installs are pulled by the skill itself. The instructions rely on existing CLIs (gh, clawhub, git) which is appropriate.
Credentials
No environment variables or credentials are requested by the skill metadata. The workflow relies on local CLIs for authentication (e.g., gh auth, clawhub whoami), which is proportional to publishing actions. No unrelated credentials or config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills' configs. The skill instructs runtime git/gh operations but does not attempt to persist additional agent-level privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-multi-publisher - After installation, invoke the skill by name or use
/skill-multi-publisher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.0.0: Add all major community marketplaces (composiohq, anthropics, daymade, obra)
v1.0.0
Initial release: one-command publish to GitHub + ClawHub + npm
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 348 downloads so far.
How do I install Skill Multi Publisher?
Run "/install skill-multi-publisher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Multi Publisher free?
Yes, Skill Multi Publisher is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Skill Multi Publisher support?
Skill Multi Publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Multi Publisher?
It is built and maintained by dongsheng123132 (@dongsheng123132); the current version is v2.0.0.
More Skills