โ† All skills
Tencent SkillHub ยท Developer Tools

Publisher

Make your skills easy to understand and impossible to ignore

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

Make your skills easy to understand and impossible to ignore

โฌ‡ 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, scripts/publish.sh

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.6

Documentation

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

publisher

Professional documentation and publishing for Clawdbot skills Generate adoption-optimized READMEs and publish to GitHub + ClawdHub with one command.

โš ๏ธ Requirements

bash jq (for JSON parsing) gh CLI (GitHub operations) clawdhub CLI (publishing) git

๐Ÿ“‹ What It Does

Automates the complete publishing workflow:

Documentation Generation

Reads your SKILL.md to understand what the skill does Generates 3 one-liner options using proven patterns Creates a README following GitHub best practices: Problem/solution upfront Inverted pyramid structure Emoji headers for scannability Bold outcomes Under 15% text highlighting Updates SKILL.md frontmatter with chosen description

Publishing

Creates GitHub repository (if doesn't exist) Pushes code to GitHub Publishes to ClawdHub with auto-detected version

๐Ÿš€ Installation

clawdhub install skill-publisher

๐Ÿ’ก Usage

cd ~/clawd/skills/your-skill skill-publisher The script will: Show 3 one-liner options (choose or write your own) Generate README preview Ask for approval Publish to GitHub + ClawdHub

๐ŸŽฏ One-Liner Generation Patterns

The tool generates options using three proven patterns:

Pattern A: Continuous Benefit

Keep [thing] [desired state] [timeframe] Example: "Keep your Claude access token fresh 24/7"

Pattern B: Elimination

[Do thing] without [pain point] Example: "Build cross-device tools without hardcoding paths"

Pattern C: Automation

Automatically [action] [thing] [when] Example: "Automatically refresh tokens before they expire"

๐Ÿ“š README Structure Generated

Follows the framework from GitHub's documentation best practices:

Essential Sections (above the fold)

Title + subtitle The problem: (1 sentence) This tool: (1 sentence) ๐Ÿ“‹ Requirements โšก What It Does (outcome first, then features) ๐Ÿš€ Installation ๐Ÿ”ง How It Works (result first, then process)

Optional Sections (collapsible)

Configuration options Troubleshooting For Developers Implementation details

Phase 1: Analysis

Reads SKILL.md frontmatter (if exists) Extracts key information: name, description, requirements Parses scripts for dependencies

Phase 2: One-Liner Generation

Analyzes your SKILL.md description and generates 3 options: Pattern A: Continuous benefit format Pattern B: Pain point elimination format Pattern C: Automation format Shows you all 3, lets you choose or write custom.

Phase 3: README Generation

Uses the template from ~/clawd/templates/README-template.md: Fills in title, problem, solution Extracts requirements from SKILL.md Generates "What It Does" from description Creates installation steps Builds "How It Works" with examples

Phase 4: Publishing

Checks for gh CLI (guides setup if missing) Reads VERSION file for version number Creates GitHub repo (using gh repo create) Commits and pushes all files Publishes to ClawdHub with clawdhub publish

๐Ÿ“ File Structure Expected

your-skill/ โ”œโ”€โ”€ SKILL.md # Required: skill description โ”œโ”€โ”€ VERSION # Required: version number (e.g., "1.0.0") โ”œโ”€โ”€ scripts/ # Optional: your scripts โ”‚ โ””โ”€โ”€ main.sh โ”œโ”€โ”€ README.md # Generated by this tool โ””โ”€โ”€ .gitignore # Optional

โš™๏ธ Configuration

No configuration needed. The tool auto-detects everything from: SKILL.md (name, description, requirements) VERSION (version number) scripts/ (code examples, dependencies)

"gh: command not found"

Install GitHub CLI: brew install gh gh auth login

"SKILL.md not found"

Create a minimal SKILL.md: --- name: your-skill description: Brief description of what it does --- # your-skill More details about your skill here.

"VERSION file not found"

Create a VERSION file: echo "1.0.0" > VERSION

๐Ÿ“– References

GitHub documentation best practices: https://docs.github.com/en/contributing/writing-for-github-docs/best-practices-for-github-docs README template: ~/clawd/templates/README-template.md One-liner formulas: See "One-Liner Generation Patterns" section above

License

MIT

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 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • scripts/publish.sh Scripts