โ† All skills
Tencent SkillHub ยท Developer Tools

Clawhub Publisher

Automate skill publishing to ClawHub with versioning, changelog generation, asset bundling, metadata validation, and one-command deployment.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Automate skill publishing to ClawHub with versioning, changelog generation, asset bundling, metadata validation, and one-command deployment.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

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

๐Ÿ“ง support@midas-skills.com ๐Ÿ”— Docs: https://docs.midas-skills.com/clawhub-publisher

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Config
  • SKILL.md Primary doc
  • README.md Docs
  • package.json Config