skillset-authoring
Skillset Authoring Guide
This guide covers how to create and organize skills and skill sets for the Better-Claw skill tree system.
Core Concepts
Skill(叶子节点): A directory containing SKILL.md. Represents a concrete, loadable piece of expertise that the agent can directly use.
Skill Set(中间节点): A directory containing SKILLSET.md. Represents a category or topic grouping that organizes child skills and nested skill sets. It cannot be "used" directly — it serves as a navigation hub.
The system forms a tree: skill sets branch into children (more skill sets or skills), and skills are always leaves.
Directory Structure
More from waltersumbon/better-claw
peekaboo
macOS screen capture and GUI automation via Peekaboo MCP — take screenshots, read screen content, and interact with desktop applications.
1speech-to-text
Transcribe audio files to text using OpenAI Whisper CLI — supports voice messages, audio recordings, and multiple languages.
1playwright
Browser automation via Playwright MCP — navigate pages, fill forms, take screenshots, and extract data from websites.
1