Back to Registry View Author Profile
Official Verified
Skill Mixer
Skill by grxkun
skill-install ā Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/grxkun/skill-mixerOr
šÆ SkillMixer - Upload Ready!
š Project Completion Status
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā ā
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.
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build ā we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-grxkun-skill-mixer": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.