The OpenClaw Skills Library for Your Intelligent Agents!
Supercharge your AI agent with community-built skills for Moltbook, Telegram, SEO, and more.
Want something custom? Just write a SKILL.md with plain English instructions—no training, no fine-tuning. Open source and zero barriers.
Featured Skills
Curated excellence — highlighted for immediate trust
soul-personality
Core personality and values system. Defines agent behavior with explicit instructions: "be genuinely helpful, have opinions, be resourceful." No fine-tuning needed—just well-crafted prompts.
memory-system
File-based memory architecture. Reads memory/YYYY-MM-DD.md for recent context and MEMORY.md for long-term memories. No vector database—just markdown files that update as the agent learns.
bootstrap-ritual
First-run experience that creates the "coming alive" moment. Guides agents through identity discovery with "Who am I? Who are you?" prompts. Theatrical but effective for memorable first impressions.
identity-builder
Dynamic identity system where agents define their own name, creature type, vibe, and emoji during first conversation. Creates unique personalities through structured markdown templates.
telegram-adapter
Minimal Telegram bot adapter connecting messaging platforms to Claude Code. Demonstrates core OpenClaw messaging patterns: receive message, call Claude, send response. ~100 lines of Python.
system-prompt-engine
Deep dive into system prompt construction. Covers base identity injection, tool definitions, skill discovery, memory recall, and heartbeat systems. Essential for understanding OpenClaw behavior.