|
| 1 | +--- |
| 2 | +title: AI Agent Skills |
| 3 | +id: ai-agent-skills |
| 4 | +description: Interactive Claude Code skills that guide you through setting up Bee and building on Swarm. |
| 5 | +--- |
| 6 | + |
| 7 | +[Swarm Quickstart Skills](https://github.com/ethersphere/swarm-quickstart-skills) |
| 8 | +is a set of interactive guides ("skills") that run inside |
| 9 | +[Claude Code](https://claude.com/claude-code). Instead of copying commands from |
| 10 | +the docs by hand, the skills check your prerequisites first, run real commands |
| 11 | +against your Bee node, and explain what is happening at each step. Type `/swarm` |
| 12 | +and you are routed to the right next step for your current setup — installing a |
| 13 | +node, buying a postage stamp, uploading files, or scaffolding a dApp. |
| 14 | + |
| 15 | +## Requirements |
| 16 | + |
| 17 | +- [Claude Code](https://claude.com/claude-code) |
| 18 | +- Node.js 18+ |
| 19 | +- A running Bee light node at `http://localhost:1633` (for most skills) |
| 20 | + - The |
| 21 | + easiest way to install is to run `/swarm` in Claude Code, which installs and starts a |
| 22 | + light node for you. |
| 23 | + - Alternatively, check out the |
| 24 | + [quick start](./../../bee/installation/quick-start.md) |
| 25 | + |
| 26 | +## Install |
| 27 | + |
| 28 | +Clone the repo and copy the `.claude/` folder into your project: |
| 29 | + |
| 30 | +```bash |
| 31 | +git clone https://github.com/ethersphere/swarm-quickstart-skills.git |
| 32 | +cp -r swarm-quickstart-skills/.claude/ /path/to/your-project/ |
| 33 | +``` |
| 34 | + |
| 35 | +Then open Claude Code in your project and start with the entry point: |
| 36 | + |
| 37 | +```bash |
| 38 | +cd your-project && claude |
| 39 | +``` |
| 40 | + |
| 41 | +Type `/swarm` to begin. See the |
| 42 | +[swarm-quickstart-skills repository](https://github.com/ethersphere/swarm-quickstart-skills) |
| 43 | +for the full list of available skills. |
| 44 | + |
| 45 | +For a programmatic alternative aimed at agents, see the |
| 46 | +[swarm-mcp](https://github.com/ethersphere/swarm-mcp) MCP server. |
0 commit comments