Skip to main content

Agent Skills

Skills are reusable instruction blocks that an agent can load dynamically at runtime.

Setup

The agent calls list_skills to discover what’s available, then load_skill("summarization") to get the full instruction text.

Custom backends

Implement BaseSkillStore for any backend (database, file system, API).