Clawhub Publisher
/install clawhub-publisher
ClawHub Publisher
Version: 1.0.0
Author: Midas Skills
License: MIT
Description
Automated skill publishing to ClawHub. Version management, changelog generation, asset bundling, one-command deploy.
Value Proposition
Automated skill publishing to ClawHub. Version management, changelog generation, asset bundling, instant deployment.
Category
developer-tools
Tags
publishing, automation, ci-cd, versioning, deployment
Skill Type
developer-tool
Pricing
- Free: $0
- Pro: $59.99
Key Features
- ✅ One-command skill publishing
- ✅ Automatic version bumping (major/minor/patch)
- ✅ Git-powered changelog generation
- ✅ Multi-file asset bundling
- ✅ Metadata validation
- ✅ README optimization
- ✅ Gumroad link injection
- ✅ Publishing history & rollback
- ✅ Skill analytics
- ✅ Team collaboration support
- ✅ CI/CD integration (GitHub Actions, etc.)
Use Cases
- Automatic skill versioning & deployment
- One-command publish workflow
- Changelog auto-generation
- Multi-file asset bundling
- Gumroad integration & upsell linking
- Skill stats & analytics dashboard
- Rolling back bad deployments
- Team publishing workflows
Installation
npm install clawhub-publisher
# or
pip install clawhub-publisher
Quick Start
const Publisher = require('clawhub-publisher');
const publisher = new Publisher({
apiKey: process.env.CLAWHUB_API_KEY,
author: 'Your Name',
gumroadLink: 'https://gumroad.com/your-product'
});
const result = await publisher.publish({
skillPath: './my-skill',
version: '1.0.0',
changelog: 'Initial release with core features'
});
console.log('Published to:', result.clawHubUrl);
Repository
https://github.com/midas-skills/clawhub-publisher
Support
📧 [email protected]
🔗 Docs: https://docs.midas-skills.com/clawhub-publisher
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawhub-publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawhub-publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Clawhub Publisher 是什么?
Automate skill publishing to ClawHub with versioning, changelog generation, asset bundling, metadata validation, and one-command deployment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1299 次。
如何安装 Clawhub Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-publisher」即可一键安装,无需额外配置。
Clawhub Publisher 是免费的吗?
是的,Clawhub Publisher 完全免费(开源免费),可自由下载、安装和使用。
Clawhub Publisher 支持哪些平台?
Clawhub Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Clawhub Publisher?
由 Shepherd217(@shepherd217)开发并维护,当前版本 v1.0.0。