← All skills
Tencent SkillHub · Developer Tools

Clawhub auto publisher

Automatically package and publish local skills to ClawHub marketplace with pricing optimization.

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

Automatically package and publish local skills to ClawHub marketplace with pricing optimization.

⬇ 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
SKILL.md, publisher.py

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

ClawHub Auto Publisher

一键将本地开发的 skills 打包并上架到 ClawHub,自动定价和优化描述。

Features

批量上架: 扫描本地 skills 目录,批量提交 智能定价: 根据复杂度、功能数量自动建议价格 SEO 优化: 自动生成关键词和描述 版本管理: 自动递增版本号,记录 changelog

Quick Start

# 配置 ClawHub API export CLAWHUB_API_KEY=your_key_here # 扫描并上架所有 skills python3 publisher.py --auto-price --publish # 只预览不上架 python3 publisher.py --dry-run

Pricing Strategy

Skill 类型基础价格溢价因素工具类200-500+API 集成自动化300-600+多平台支持赚钱类400-800+收益证明系统类300-500+监控告警

Requirements

Python 3.8+ ClawHub API access Git (for version tracking)

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
1 Docs1 Scripts
  • SKILL.md Primary doc
  • publisher.py Scripts