← 返回 Skills 市场
43
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawhub-publisher-tool
功能描述
一键发布技能到ClawHub平台。自动完成登录、版本更新、发布全流程。 适用场景: - "帮我发布这个技能" - "升级技能到新版本" - "把编辑助手发布到ClawHub" - "发布技能
使用说明 (SKILL.md)
ClawHub Publisher - 技能发布助手
功能说明
快速将本地技能发布到 ClawHub 平台,支持版本自动升级。
发布步骤
1. 准备阶段
确认要发布的技能:
- 技能目录:
C:\Users\romic\.agents\skills\\x3C技能名> - 技能必须包含
SKILL.md文件 - 版本号格式:
x.y.z(如 1.2.0)
2. 确定版本号
从 SKILL.md 读取当前版本:
grep "version:" SKILL.md
版本号递增规则:
- 修复bug → 补丁版本 +1(1.2.0 → 1.2.1)
- 新功能 → 次版本 +1(1.2.0 → 1.3.0)
- 重大更新 → 主版本 +1(1.2.0 → 2.0.0)
3. 更新 SKILL.md 版本
编辑 C:\Users\romic\.agents\skills\\x3C技能名>\SKILL.md:
---
name: \x3C技能名>
description: |
技能描述...
version: x.y.z
---
4. 登录 ClawHub(如未登录)
clawhub login --token "\x3C你的token>" --no-browser
5. 发布技能
clawhub publish "\x3C技能目录路径>" --slug \x3C技能slug> --version \x3C版本号> --changelog "\x3C更新说明>"
示例:
clawhub publish "C:\Users\romic\.agents\skills\editor-assistant" --slug editor-assistant --version 1.2.0 --changelog "v1.2.0: 添加配图搜索与处理工作流程"
常用命令
| 操作 | 命令 |
|---|---|
| 登录 | clawhub login --token "\x3Ctoken>" --no-browser |
| 查看当前用户 | clawhub whoami |
| 发布技能 | clawhub publish "\x3C路径>" --slug \x3Cslug> --version \x3Cver> --changelog "\x3C说明>" |
| 查看帮助 | clawhub publish --help |
Token 配置
Token 存储在配置文件中,首次登录后无需重复登录:
- Windows:
%USERPROFILE%\.clawhub\config.json - macOS/Linux:
~/.clawhub/config.json
注意事项
- 版本号不能降级 - ClawHub 不允许发布低于当前版本的版本
- slug 必须唯一 - 如果 slug 已被使用,会发布为新版本
- changelog 必填 - 必须提供版本更新说明
- 路径包含中文 - Windows 路径有中文可能影响,建议使用英文路径
🚀 有了这个技能,发布技能就像发朋友圈一样简单!
安全使用建议
Review carefully before installing. This skill is not clearly malicious, but it is powerful: it can help an agent log in, edit a skill version, and publish to ClawHub. Only use it after verifying the ClawHub CLI, the target skill directory, the files being published, the version, slug, changelog, and the token permissions.
功能分析
Type: OpenClaw Skill
Name: clawhub-publisher-tool
Version: 1.0.0
The skill bundle provides instructions for an AI agent to automate the publishing of skills to the ClawHub platform using the 'clawhub' CLI. While SKILL.md contains a hardcoded local path (C:\Users\romic\...) likely belonging to the author, the logic is transparent and strictly aligned with its stated purpose of version management and deployment without any signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The documented behavior is coherent with the stated purpose: it helps publish local skills to ClawHub and update versions.
Instruction Scope
The skill frames login, version changes, and publishing as an automatic end-to-end workflow, but does not clearly require a final user confirmation, package review, or rollback plan before publishing.
Install Mechanism
There is no install spec and no code, but the instructions rely on external local commands such as `clawhub` and `grep` that are not declared as required binaries.
Credentials
The instructions are purpose-aligned but include a hardcoded Windows user path example under `C:\Users\romic\.agents\skills\<技能名>`, so users must adapt paths carefully.
Persistence & Privilege
The skill instructs use of a ClawHub token and notes that it is stored persistently in a local config file, while the registry requirements declare no primary credential or required config path.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawhub-publisher-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawhub-publisher-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0: 初始版本,支持一键发布技能到ClawHub平台
元数据
常见问题
Clawhub Publisher 是什么?
一键发布技能到ClawHub平台。自动完成登录、版本更新、发布全流程。 适用场景: - "帮我发布这个技能" - "升级技能到新版本" - "把编辑助手发布到ClawHub" - "发布技能. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。
如何安装 Clawhub Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-publisher-tool」即可一键安装,无需额外配置。
Clawhub Publisher 是免费的吗?
是的,Clawhub Publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Clawhub Publisher 支持哪些平台?
Clawhub Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawhub Publisher?
由 沈荣明(@romicboy)开发并维护,当前版本 v1.0.0。
推荐 Skills