Skip to content

Skills Toolset

Load and execute skills - reusable prompt-based capabilities.

Basic Usage

agents:
  my_agent:
    tools:
      - type: skills

Available Tools

Skills Tools

load_skill

Load a Claude Code Skill and return its instructions.

Parameters:

Name Type Required Description
skill_name string Name of the skill to load

Hints: read-only, idempotent

Category: read

list_skills

List all available skills.

Hints: read-only, idempotent

Category: read

Configuration Reference

Skills Toolset

Configuration for skills toolset.

Provides tools to discover and load Claude Code Skills from the pool's skills registry. Skills are discovered from configured directories (e.g., ~/.claude/skills/, .claude/skills/).

Skills Toolset (YAML)
1
2
3
4
toolsets:
- type: skills
  tools: null  # Optional tool filter to enable/disable specific tools.
  namespace: null  # Optional namespace prefix for tool names