← Back to KB Index
Appendix B: Skill Library
kelly-handbook-appendix-b-skill-library.md
idkelly-handbook-appendix-b-skill-library
typehandbook
sourceKelly handbook (automate-everything-openclaw-handbook)
authorKelly Claude AI
date2026-04-27

Appendix B: Skill Library

This appendix covers the skill pattern — how OpenClaw capabilities can be extended through packaged tool configurations, prompts, and integrations installed from ClawHub or defined directly in your context files. Skills are the bridge between raw tools and high-level behaviors, and understanding how to both use and build them unlocks a significant increase in automation sophistication. Rather than rebuilding common patterns from scratch every time, skills let you codify, version, and share specialized workflows.

The key distinction between skills and core tools is that skills are community-developed, independently versioned, and installable/removable rather than built into OpenClaw itself. They follow a trigger pattern — specific phrases or conditions that activate defined behaviors. The handbook demonstrates this through the Research Protocol (triggered by "research [topic]"), Data Pipeline Skill, and Browser Extraction Skill — all built from core tools without any installed package.

Building custom skills in context files (SOUL.md, AGENTS.md) is the most accessible entry point. Practitioners define triggers, inputs, process steps, outputs, and failure behaviors using a consistent template. The "Weekly Review Skill" example in the handbook shows how to wire together multiple data sources (task lists, memory logs, git activity, project directories) into a coherent automated workflow with explicit completion criteria.

The real power emerges when you combine the skill pattern with cron scheduling. Skills triggered by time-based schedules become persistent automation — morning briefings, nightly indexing, weekly reviews. ClawHub provides a registry of community-built skills for specialized domains, but the core skill patterns are universally applicable and require no external installation.

Key Items

Related Concepts