← All skills
Tencent SkillHub Β· AI

ClawHub Publish

Publish OpenClaw skills to ClawHub marketplace (clawhub.ai). Use when deploying a skill to ClawHub for the first time, updating an existing published skill,...

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

Publish OpenClaw skills to ClawHub marketplace (clawhub.ai). Use when deploying a skill to ClawHub for the first time, updating an existing published skill,...

⬇ 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
references/checklist.md, SKILL.md

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. 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. 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 9 sections Open source page

Prerequisites

clawhub CLI installed: npm i -g clawhub Logged in: clawhub whoami (if not: clawhub login via PTY + browser) Target skill folder exists under C:\MAIBOT\skills\<skill-name>\

1. Pre-publish Checklist

Run against each skill before publishing. See references/checklist.md for full criteria. Quick scan: Get-Content "C:\MAIBOT\skills\<skill-name>\SKILL.md" -Encoding UTF8 | Select-Object -First 40 Must verify: description: field is in English (this is what ClawHub users see first) No Korean text in SKILL.md body No personal paths (C:\Users\jini9, JINI_SYNC, etc.) No internal account names or credentials Generic placeholders used where personal config appeared

2. Language & Sanitization Fix

If Korean or personal info is found: Rewrite SKILL.md fully in English Replace personal paths with generic placeholders ($VAULT_PATH, ~/vault, your-username) Move any references/*.md content to English as well Write with UTF-8: [System.IO.File]::WriteAllText($path, $content, [System.Text.Encoding]::UTF8)

3. Determine Version

ScenarioVersion bumpFirst publish1.0.0Content fix / translation1.1.0 (minor)New section / major rewrite2.0.0 (major)Typo / small fix1.0.1 (patch)

4. Publish

cd C:\MAIBOT clawhub publish ./skills/<skill-name> ` --slug <slug> ` --name "<Display Name>" ` --version <X.Y.Z> ` --changelog "<one-line summary of changes>" Slug rules: Lowercase, hyphens only Must be globally unique on ClawHub If slug taken: append -mai suffix (e.g., obsidian-daily-mai)

5. Verify

clawhub whoami # confirm still authenticated # Then check: https://clawhub.ai/u/jini92

6. Update Records

After successful publish, update both: C:\MAIBOT\memory\marketplace-strategy.md β€” add row to ClawHub table Obsidian _DASHBOARD.md β€” add to Current Sprint as Done

Batch Publish

To publish multiple skills at once, run steps 1–4 for each in sequence. Check references/checklist.md for the full quality bar before each.

Common Errors

ErrorFixNot logged inRun clawhub login in PTY mode; open browser URL when shownOnly the owner can publish updatesSlug taken by another user; add -mai suffixLogin session timeout (code 1)Rerun clawhub login β€” PTY must stay alive until browser auth completes

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • references/checklist.md Docs