/install clawhub-publisher-auto
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawhub-publisher-auto - After installation, invoke the skill by name or use
/clawhub-publisher-auto - Provide required inputs per the skill's parameter spec and get structured output
What is ClawHub Publisher?
Automated skill publishing to ClawHub. Fix push error issue with acceptLicenseTerms support. It is an AI Agent Skill for Claude Code / OpenClaw, with 265 downloads so far.
How do I install ClawHub Publisher?
Run "/install clawhub-publisher-auto" 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 Rao Lin (@bg1avd); the current version is v1.0.0.