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

# Skills Catalog Protocol • AI Agent SDK

> SkillsCatalogProtocol: Metadata listing for skills — UI catalog pages.

# SkillsCatalogProtocol

> Defined in the [**protocols**](../modules/protocols) module.

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

Metadata listing for skills — UI catalog pages.

## Methods

<CardGroup cols={2}>
  <Card title="list_skills()" icon="function" href="../functions/SkillsCatalogProtocol-list_skills">
    Return skill metadata dicts (name, description, location).
  </Card>
</CardGroup>

## Source

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

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Skills Concept" icon="wand-magic-sparkles" href="/docs/docs/concepts/skills" />

  <Card title="Skills Feature" icon="star" href="/docs/docs/features/skills" />
</CardGroup>
