> ## 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.

# discovery • AI Agent SDK

> Skill discovery and directory scanning.

# discovery

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

Skill discovery and directory scanning.

## Import

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

## Functions

<CardGroup cols={2}>
  <Card title="get_default_skill_dirs()" icon="function" href="../functions/get_default_skill_dirs">
    Get default skill directory locations.
  </Card>

  <Card title="discover_skills()" icon="function" href="../functions/discover_skills">
    Discover all valid skills in the given directories.
  </Card>

  <Card title="discover_skill()" icon="function" href="../functions/discover_skill">
    Discover a single skill from a directory path.
  </Card>
</CardGroup>
