🦀 ClawHub
Clawhub auto publisher
by @sasamittrrr
Automatically package and publish local skills to ClawHub marketplace with pricing optimization.
TERMINAL
clawhub install clawhub-auto-publisher📖 About This Skill
name: clawhub-auto-publisher version: 1.0.0 description: Automatically package and publish local skills to ClawHub marketplace with pricing optimization. homepage: https://github.com/openclaw/clawhub-auto-publisher metadata: openclaw: emoji: "📦" category: productivity price: 400
ClawHub Auto Publisher
一键将本地开发的 skills 打包并上架到 ClawHub,自动定价和优化描述。
Features
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
💡 Examples
# 配置 ClawHub API
export CLAWHUB_API_KEY=your_key_here扫描并上架所有 skills
python3 publisher.py --auto-price --publish只预览不上架
python3 publisher.py --dry-run