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

# discover • AI Agent SDK

> discover: Return every skill this source can supply.

# discover

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**SkillSourceProtocol**](../classes/SkillSourceProtocol) class in the [**protocols**](../modules/protocols) module.

Return every skill this source can supply.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def discover() -> Iterable[SkillProperties]
```

### Returns

<ResponseField name="Returns" type="Iterable[SkillProperties]">
  The result of the operation.
</ResponseField>

## Used By

* [`Agent.skill_manager`](../functions/Agent-skill_manager)

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/skills/protocols.py#L45">
  `praisonaiagents/skills/protocols.py` at line 45
</Card>
