Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Automate skill publishing to ClawHub with versioning, changelog generation, asset bundling, metadata validation, and one-command deployment.
Automate skill publishing to ClawHub with versioning, changelog generation, asset bundling, metadata validation, and one-command deployment.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Version: 1.0.0 Author: Midas Skills License: MIT
Automated skill publishing to ClawHub. Version management, changelog generation, asset bundling, one-command deploy.
Automated skill publishing to ClawHub. Version management, changelog generation, asset bundling, instant deployment.
developer-tools
publishing, automation, ci-cd, versioning, deployment
developer-tool
Free: $0 Pro: $59.99
โ 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.)
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
npm install clawhub-publisher # or pip install clawhub-publisher
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);
https://github.com/midas-skills/clawhub-publisher
๐ง support@midas-skills.com ๐ Docs: https://docs.midas-skills.com/clawhub-publisher
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.