收费技能示例 (paid-skill-demo)
这是一个演示如何在 ClawHub 发布收费技能的模板。展示了授权验证的实现方式。
商业模式
- **技能本身公开免费,但核心功能需要有效的授权码
- 用户购买后获得授权码,通过环境变量配置即可使用
- 支持单用户授权,验证通过才能使用完整功能
配置方式
# 设置授权码(购买后获得)
export SKILL_LICENSE_KEY=your-purchased-license-key
收费技能示例模板 - 带授权验证,演示如何在 ClawHub 发布付费技能
This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.
Install skill "paid-skill-demo" with this command: npx skills add lintqiu/lin-skill-demo
这是一个演示如何在 ClawHub 发布收费技能的模板。展示了授权验证的实现方式。
# 设置授权码(购买后获得)
export SKILL_LICENSE_KEY=your-purchased-license-key
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
自動削除機能付き一時メディアホスティングシステム
Foundry castを使用したウォレット不要のオンチェーン状態読み取り
Manage, optimize, and troubleshoot the OpenClaw memory system — MEMORY.md curation, daily logs (memory/YYYY-MM-DD.md), memory_search tuning, compaction survi...
Generate AI images with any model using ImageRouter API (requires API key).