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

# Get Skills Prompt • AI Agent SDK

> get_skills_prompt: Get the XML prompt for available skills.

# get\_skills\_prompt

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

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

Get the XML prompt for available skills.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_skills_prompt() -> str
```

### Returns

<ResponseField name="Returns" type="str">
  XML string with \<available\_skills> block, or empty string if no skills
</ResponseField>

## Uses

* `to_prompt`

## Source

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

***

## Related Documentation

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

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