Processes and auto-categorizes 150 skills into 12 composite master skills with ClawHub integration and multiple deployment options.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install skill-mixer或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install skill-mixer⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/skill-mixer/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
┌─────────────────────────────────────────────────────────────┐
│ ✅ SKILLMIXER │
│ Ready for ClawHub.ai Upload │
└─────────────────────────────────────────────────────────────┘
📦 DELIVERABLES
═══════════════════════════════════════════════════════════════
✅ Source Code
├─ categorizer.ts (Clustering algorithm)
├─ adapter_clawhub.ts (ClawHub integration)
├─ master_agent.ts (Orchestration)
├─ cli.ts (Command-line)
├─ index.ts (Entry points)
└─ 4 more files (Tests + Examples)
📊 9 files, 905 lines of TypeScript
✅ Documentation
├─ START_HERE.md (📌 Read this first!)
├─ CLAWHUB_PUBLISH_GUIDE.md (How to upload)
├─ DEPLOYMENT_CHECKLIST.md (Production guide)
├─ CLAWHUB_INTEGRATION.md (API integration)
├─ README.md (Full docs)
├─ QUICKSTART.md (5-min guide)
└─ 8 more files (Reference + Status)
📊 14 files, 3,500+ lines of Markdown
✅ Configuration
├─ package.json (With ts-node!)
├─ tsconfig.json (TypeScript strict)
└─ config.example.json (Template)
📊 3 files
═══════════════════════════════════════════════════════════════
📦 TOTAL: 26 files, 4,400+ lines
═══════════════════════════════════════════════════════════════
🎯 WHAT IT DOES
═══════════════════════════════════════════════════════════════
Input: 150 individual skills on ClawHub.ai
↓
SkillMixer processes them
↓
Output: 12 auto-generated skill categories
with composite master skills
═══════════════════════════════════════════════════════════════
✨ KEY FEATURES
═══════════════════════════════════════════════════════════════
✅ Auto-Categorizes Skills grouped by similarity
✅ Generates Master Skills Composite skills for each category
✅ ClawHub Ready Full adapter + integration
✅ Production Ready Error handling, logging, tests
✅ Zero Dependencies Pure TypeScript
✅ Well Documented 14 comprehensive guides
✅ Multiple Deployments Cloud/Cron/K8s/Daemon
✅ Configurable Threshold, interval, adapters
═══════════════════════════════════════════════════════════════
🚀 QUICK START
═══════════════════════════════════════════════════════════════
# Test locally
pnpm --filter @openclaw/skillmixer cli -- --mode=once
# Publish to ClawHub (see CLAWHUB_PUBLISH_GUIDE.md)
# 1. Read guide
# 2. Build package
# 3. Upload to clawhub.ai
# 4. Done! ✨
═══════════════════════════════════════════════════════════════
📋 NEXT STEPS
═══════════════════════════════════════════════════════════════
1️⃣ Read START_HERE.md (5 min)
2️⃣ Read CLAWHUB_PUBLISH_GUIDE.md (10 min)
3️⃣ Follow publication steps (20 min)
4️⃣ Verify skill appears on ClawHub ✓ (5 min)
═══════════════════════════════════════════════════════════════
📞 SUPPORT
═══════════════════════════════════════════════════════════════
Questions?
├─ README.md (Full features)
├─ QUICKSTART.md (Getting started)
├─ CLAWHUB_INTEGRATION.md (Integration)
└─ DEPLOYMENT_CHECKLIST.md (Deployment)
═══════════════════════════════════════════════════════════════
✅ PROJECT STATUS: 🟢 PRODUCTION READY
All code implemented ✓
All tests pass ✓
All docs complete ✓
Ready to deploy ✓
Ready to upload to ClawHub ✓
═══════════════════════════════════════════════════════════════
🎉 READY TO SHIP!
Time to upload to clawhub.ai ✨
Start: START_HERE.md →
Then: CLAWHUB_PUBLISH_GUIDE.md →
Done: Live on ClawHub! 🚀
═══════════════════════════════════════════════════════════════
1. Read: START_HERE.md (5 min)
2. Read: CLAWHUB_PUBLISH_GUIDE.md (10 min)
3. Build: pnpm build
4. Upload: Follow clawhub.ai interface
5. Live: SkillMixer on ClawHub! ✓
1. Read: DEPLOYMENT_CHECKLIST.md (30 min)
2. Choose platform (Cloud/Cron/K8s)
3. Configure credentials
4. Deploy
5. Monitor & adjust
1. Read: CLAWHUB_INTEGRATION.md (15 min)
2. Import: import { clawHubAdapter }
3. Use: runOnce() or runLoop()
4. Integrate into your system
5. Deploy as needed
---
| Want to... | Read this |
|-----------|-----------|
| Understand project | START_HERE.md |
| Get started quick | QUICKSTART.md |
| Upload to ClawHub | CLAWHUB_PUBLISH_GUIDE.md |
| Integrate with ClawHub | CLAWHUB_INTEGRATION.md |
| Deploy to production | DEPLOYMENT_CHECKLIST.md |
| See full features | README.md |
| Understand architecture | IMPLEMENTATION_SUMMARY.md |
| Check files | FILE_REFERENCE.md |
| See current status | PROJECT_STATUS.md |
---
Everything is ready. You have:
✅ Production-ready code (9 source files) ✅ Complete documentation (14 guides) ✅ ClawHub integration (adapter + publishing) ✅ Deployment options (Cloud/Cron/K8s) ✅ Troubleshooting guides ✅ Configuration templates
Now go ship it! 🚀
---
Start with: START_HERE.md
安装 Skill Mixer 后,可以对 AI 说这些话来触发它
Help me get started with Skill Mixer
Explains what Skill Mixer does, walks through the setup, and runs a quick demo based on your current project
Use Skill Mixer to processes and auto-categorizes 150 skills into 12 composite master ...
Invokes Skill Mixer with the right parameters and returns the result directly in the conversation
What can I do with Skill Mixer in my developer & devops workflow?
Lists the top use cases for Skill Mixer, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/skill-mixer/ 目录(个人级,所有项目可用),或 .claude/skills/skill-mixer/(项目级)。重启 AI 客户端后,用 /skill-mixer 主动调用,或让 AI 根据上下文自动发现并使用。
Skill Mixer 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Skill Mixer 可免费安装使用。请查阅仓库了解许可证信息。
Processes and auto-categorizes 150 skills into 12 composite master skills with ClawHub integration and multiple deployment options.
Skill Mixer 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Skill Mixer
Identifies repetitive steps in your workflow and sets up Skill Mixer to handle them automatically