> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# manager • AI Agent SDK

> SkillManager for Agent Skills integration.

# manager

<Badge color="blue">AI Agent</Badge>

SkillManager for Agent Skills integration.

## Import

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
from praisonaiagents.skills import manager
```

## Classes

<CardGroup cols={2}>
  <Card title="SkillManager" icon="brackets-curly" href="../classes/SkillManager">
    Manager for discovering, loading, and using Agent Skills.
  </Card>
</CardGroup>
