publisher

Generate READMEs and publish Clawdbot skills to GitHub and ClawdHub.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/vuxsoul-ui/catclash --skill publisher-vuxsoul-ui
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: publisher
Source: https://github.com/vuxsoul-ui/catclash/tree/main/skills/publisher
Command: npx skills add https://github.com/vuxsoul-ui/catclash --skill publisher-vuxsoul-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, gh, clawdhub, and includes scripts (resource) components.

What problem does it solve?

This tool helps skill creators communicate value clearly and accelerates adoption by generating adoption-optimized README documentation and automating the publishing workflow to GitHub and ClawdHub.

Core Features & Use Cases

  • Documentation generation: reads SKILL.md to extract the name and description, then builds a well-structured README following GitHub best practices.
  • One-liner generation: produces three compelling options using proven patterns to convey the skill's value.
  • End-to-end publishing: creates or updates a GitHub repository, pushes changes, and publishes to ClawdHub with semantic versioning.

Quick Start

Run the tool from your skill directory to generate the README, select a one-liner, and publish to GitHub and ClawdHub.

Frequently Asked Questions about publisher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a GitHub README from SKILL.md automatically?▼

To generate a GitHub README from SKILL.md automatically, this tool reads your frontmatter to extract the name and description, then builds a well-structured README following GitHub best practices.

What is an adoption-optimized one-liner for a ClawdHub skill?▼

An adoption-optimized one-liner conveys your skill's value clearly using proven patterns. This tool generates three compelling options based on your SKILL.md metadata to accelerate discovery.

Can I publish to GitHub and ClawdHub simultaneously from one command?▼

Yes, you can publish to GitHub and ClawdHub simultaneously. The tool creates or updates your GitHub repository, pushes changes, and publishes to ClawdHub with semantic versioning.

Do I need jq and gh installed to automate skill publishing?▼

Yes, you need jq and gh installed. The tool depends on jq for parsing metadata and gh for executing GitHub repository operations during the end-to-end publishing workflow.

What's the best way to validate skill metadata for ClawdHub discovery?▼

The best way to validate skill metadata for ClawdHub discovery is using an automated tool that enforces requirements from SKILL.md and VERSION files while detecting dependencies in your scripts.