Skills Module
The skills module provides a system for defining and loading reusable agent capabilities (skills) from files.Installation
Quick Start
Classes
SkillManager
Manage and load agent skills.Methods
| Method | Description |
|---|---|
load_all() | Load all skills from directory |
load(name) | Load a specific skill |
list() | List available skills |
validate(skill) | Validate a skill |

