
Skillcraft
An opinionated, AI-native design guide for creating Clawdbot skills. Provides structured patterns for clawdbot-specific integration including message routing, cron scheduling, memory persistence, and channel formatting. Includes a formalized design sequence from inventory to deployment.
🚀 Skillcraft is your guide to building Clawdbot skills — the modular extensions that let your bot do new things. It walks you through designing, structuring, and packaging skills that integrate cleanly with Clawdbot's message routing, scheduling, memory, and channel formatting. Skip the generic programming advice; this focuses entirely on what makes skills work in Clawdbot.
💡 Use Skillcraft when you're formalizing scattered functionality into a reusable skill, extracting existing scripts into a shareable package, or designing a new skill from scratch. It handles the full lifecycle: inventory, design, implementation, and publishing to ClawdHub.
✨ Skillcraft assumes you can already code and structure projects—it teaches you the Clawdbot-specific patterns that make skills compose, survive context limits, and share cleanly across teams.