← Back to Skills Marketplace
romicboy

Clawhub Publisher

by 沈荣明 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
43
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clawhub-publisher-tool
Description
一键发布技能到ClawHub平台。自动完成登录、版本更新、发布全流程。 适用场景: - "帮我发布这个技能" - "升级技能到新版本" - "把编辑助手发布到ClawHub" - "发布技能
README (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

注意事项

  1. 版本号不能降级 - ClawHub 不允许发布低于当前版本的版本
  2. slug 必须唯一 - 如果 slug 已被使用,会发布为新版本
  3. changelog 必填 - 必须提供版本更新说明
  4. 路径包含中文 - Windows 路径有中文可能影响,建议使用英文路径

🚀 有了这个技能,发布技能就像发朋友圈一样简单!

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawhub-publisher-tool
  3. After installation, invoke the skill by name or use /clawhub-publisher-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1.0.0: 初始版本,支持一键发布技能到ClawHub平台
Metadata
Slug clawhub-publisher-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Clawhub Publisher?

一键发布技能到ClawHub平台。自动完成登录、版本更新、发布全流程。 适用场景: - "帮我发布这个技能" - "升级技能到新版本" - "把编辑助手发布到ClawHub" - "发布技能. It is an AI Agent Skill for Claude Code / OpenClaw, with 43 downloads so far.

How do I install Clawhub Publisher?

Run "/install clawhub-publisher-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Clawhub Publisher free?

Yes, Clawhub Publisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Clawhub Publisher support?

Clawhub Publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Clawhub Publisher?

It is built and maintained by 沈荣明 (@romicboy); the current version is v1.0.0.

💬 Comments