# QwenClaw Skills Skills are specialized capabilities that enhance QwenClaw's ability to help with specific tasks. ## 📊 Overview | Total Skills | Sources | Categories | |--------------|---------|------------| | **150+** | **15** | **15** | --- ## 📚 Skill Sources | Source | Skills | Description | |--------|--------|-------------| | [awesome-claude-skills](https://github.com/ComposioHQ/awesome-claude-skills) | 25 | Comprehensive Claude skills collection | | [awesome-openclaw-skills](https://github.com/VoltAgent/awesome-openclaw-skills) | 10 | OpenClaw community skills | | [ui-ux-pro-max](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill) | 1 | Professional UI/UX with 100+ rules, 67 styles | | [claude-codex-settings](https://github.com/fcakyon/claude-codex-settings) | 15 | Claude Codex plugins (Azure, GitHub, Linear, Supabase) | | [superpowers](https://github.com/obra/superpowers) | 15 | Complete software development workflow | | [spawner](https://spawner.vibeship.co/) | 9 | 50+ specialist agents via MCP | | [skills.sh](https://skills.sh) | 50+ | Vercel Skills platform (200+ community skills) | | [anthropic-frontend-design](https://github.com/anthropics/claude-code) | 1 | Anthropic's official frontend design skill | | [awesome-ralph](https://github.com/snwfdhmp/awesome-ralph) | 15 | Ralph Wiggum autonomous agent loops | | [payloadcms-cms](https://github.com/payloadcms/payload) | 1 | PayloadCMS project development | | [qwenbot-integration](https://platform.qwen.ai/) | 1 | QwenBot AI assistant | | [qwenclaw-integration](https://github.rommark.dev/admin/QwenClaw-with-Auth) | 1 | QwenClaw daemon integration | | [gui-automation](https://playwright.dev/) | 1 | Playwright browser automation | | [agents-council-integration](https://github.com/MrLesk/agents-council) | 1 | Multi-agent orchestration with RAG | | [clawwork-integration](https://github.com/HKUDS/ClawWork) | 1 | Economic AI agent platform (220 GDP tasks) | --- ## 🏷️ Categories ### Development & Code (50+ skills) - **superpowers** - Brainstorming, planning, TDD, code review, subagent-driven development - **claude-codex-settings** - Azure, GitHub, Linear, Supabase plugins - **payloadcms-cms** - PayloadCMS project creation and configuration - **mcp-builder** - Build Model Context Protocol integrations - **webapp-testing** - Test and validate web applications - **backend-patterns** - Backend architecture, API design, database optimization - **code-mentor** - Comprehensive AI programming tutor - **coding-agent** - Run Codex CLI, Claude Code, OpenCode, Pi Coding Agent ### Design & UI/UX (20+ skills) - **ui-ux-pro-max** - 100+ reasoning rules, 67 UI styles, design system generation - **frontend-design** - Anthropic's official skill for distinctive, production-grade interfaces - **shadcn-ui-design** - shadcn/ui patterns with React, Tailwind, Radix UI - **canvas-design** - Create canvas designs and visual layouts - **theme-factory** - Generate themes and design concepts ### Automation & Agents (25+ skills) - **spawner-mcp** - Auto-spawn 50+ specialist agents (frontend, backend, devops, etc.) - **ralph-autonomous-agent** - PRD-driven autonomous loops with test-driven validation - **agents-council-integration** - Multi-agent orchestration with full RAG - **agent-council** - Complete toolkit for autonomous AI agents - **ec-task-orchestrator** - Autonomous multi-agent task orchestration - **gui-automation** - Playwright browser control and web scraping ### Business & Productivity (20+ skills) - **clawwork-integration** - 220+ professional tasks across 44 GDP sectors - **content-research-writer** - Research, write, and cite high-quality content - **developer-growth-analysis** - Analyze and improve development practices - **meeting-insights-analyzer** - Extract insights from meeting notes - **internal-comms** - Improve internal communications - **brand-guidelines** - Maintain and apply brand guidelines ### Content & Media (15+ skills) - **document-skills** - Process, analyze, and extract information from documents - **image-enhancer** - Enhance and optimize images - **video-downloader** - Download and process video content - **changelog-generator** - Generate project changelogs ### Tools & Utilities (15+ skills) - **file-organizer** - Organize and structure files systematically - **domain-name-brainstormer** - Generate creative domain name ideas - **skill-creator** - Create new custom skills - **raffle-winner-picker** - Select random winners fairly - **slack-gif-creator** - Create GIFs for Slack - **langsmith-fetch** - Fetch and analyze LangSmith data --- ## 🚀 Using Skills ### Start QwenClaw with a Skill ```bash # Start daemon qwenclaw start # Send task with specific skill qwenclaw send "Use the frontend-design skill to create a landing page" qwenclaw send "Use the payloadcms-cms skill to build a VPS hosting site" qwenclaw send "Use the ralph-autonomous-agent skill to implement this feature" ``` ### Available Commands ```bash qwenclaw start # Start daemon qwenclaw status # Check status qwenclaw send "task" # Send task qwenclaw skills # List all skills qwenclaw help # Show help ``` --- ## 📁 Skill Structure Each skill directory contains: - **SKILL.md** - Skill definition and instructions - **prompts/** - Pre-built prompts (optional) - **examples/** - Usage examples (optional) - **src/** - Implementation files (optional) --- ## 🛠️ Creating Custom Skills 1. Create directory: `skills/your-skill-name/` 2. Add `SKILL.md` with skill definition 3. Add supporting files (prompts, examples) 4. Update `skills-index.json` ### SKILL.md Template ```markdown # Skill Name ## Overview Description of what this skill does. ## Usage How to use this skill. ## Examples Usage examples. ## Skill Metadata ```yaml name: skill-name version: 1.0.0 category: category description: Description tags: - tag1 - tag2 ``` ``` --- ## 📋 Complete Skills Index See `skills-index.json` for the complete list of all 150+ skills with descriptions and features. --- ## 🔗 Resources - [QwenClaw Documentation](https://github.rommark.dev/admin/QwenClaw-with-Auth) - [Awesome Claude Skills](https://github.com/ComposioHQ/awesome-claude-skills) - [Skills.sh Platform](https://skills.sh) - [Ralph Wiggum Loop](https://github.com/snwfdhmp/awesome-ralph) --- **Happy Building!** 🚀