ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Skill Mixer

Skill by grxkun

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/grxkun/skill-mixer
Or

šŸŽÆ 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

Author@grxkun
Stars2387
Views0
Updated2026-03-09
View Author Profile
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.