← 返回 Skills 市场
dongsheng123132

Skill Multi Publisher

作者 dongsheng123132 · GitHub ↗ · v2.0.0
cross-platform ⚠ suspicious
348
总下载
0
收藏
3
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-multi-publisher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-multi-publisher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug skill-multi-publisher
版本 2.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 348 次。

如何安装 Skill Multi Publisher?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-multi-publisher」即可一键安装,无需额外配置。

Skill Multi Publisher 是免费的吗?

是的,Skill Multi Publisher 完全免费(开源免费),可自由下载、安装和使用。

Skill Multi Publisher 支持哪些平台?

Skill Multi Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Skill Multi Publisher?

由 dongsheng123132(@dongsheng123132)开发并维护,当前版本 v2.0.0。

💬 留言讨论