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

# Agent Skills

> Pre-built Claude Code Skills for DFlow

[Claude Code Skills](https://docs.claude.com/en/docs/claude-code/skills) are focused recipes that teach AI agents how to use a given tool or API. We publish two skills repositories, each for a different use case.

## DFlow Skills

For agents driving the [Agent CLI](/ai/agent-cli) or [Trading API](/resources/trading-api/introduction) directly.

```bash theme={null}
npx skills add DFlowProtocol/dflow-skills
```

Includes the following skills:

| Skill                                                                                                              | Description                                                                                                                                                    |
| :----------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [`dflow-spot-trading`](https://github.com/DFlowProtocol/dflow-skills/blob/main/skills/dflow-spot-trading/SKILL.md) | Swap any pair of Solana tokens via the DFlow CLI or Trading API, including builder platform fees (`platformFeeBps`), sponsored swaps, and priority-fee tuning. |
| [`dflow-market-data`](https://github.com/DFlowProtocol/dflow-skills/blob/main/skills/dflow-market-data/SKILL.md)   | Stream real-time quotes, order-book depth, and priority-fee estimates over WebSocket.                                                                          |

## Phantom Connect Skill

For full-stack web apps. Teaches Claude [Phantom's](https://phantom.app) wallet SDKs alongside DFlow's Trading API. Covers wallet connection, transaction signing, token swaps, and real-time market-data streaming.

```bash theme={null}
npx skills add https://github.com/DFlowProtocol/dflow_phantom-connect-skill
```
