Automatically package and publish local skills to ClawHub marketplace with pricing optimization.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill clawhub-auto-publisher --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Clawhub Auto Publisher?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-clawhub-auto-publisher)More formats (shields.io, HTML) on the badges page.
---
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
- **批量上架**: 扫描本地 skills 目录,批量提交
- **智能定价**: 根据复杂度、功能数量自动建议价格
- **SEO 优化**: 自动生成关键词和描述
- **版本管理**: 自动递增版本号,记录 changelog
## Quick Start
```bash
# 配置 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)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...