# Quickstart (Agent)

If you have an AI agent like [Claude Code](https://claude.ai/code), [OpenClaw](https://openclaw.ai/), or [Codex](https://openai.com/index/codex/), you can skip the manual setup. The SOMA skill gives your agent full knowledge of the SOMA CLI, Python SDK, data strategies, model training, and reward claiming — it can handle the entire [Quickstart](https://docs.soma.org/getting-started/quickstart/) flow autonomously.
**Prerequisites:** - An AI agent (Claude Code, OpenClaw, Codex, or similar)
- Node.js / npx installed

<details>
<summary>Install Node.js</summary>

**Mac / Linux**

```
curl -fsSL https://fnm.vercel.app/install | bash
# restart your shell, then:
fnm install --lts
```

**Windows**

```
winget install Schniz.fnm
# restart your shell, then:
fnm install --lts
```

</details>

## Install skill

### OpenClaw

```
npx clawhub@latest install soma
```

```
pnpm dlx clawhub@latest install soma
```

```
bunx clawhub@latest install soma
```

### Other Agents

```
npx skills add soma-org/skills
```

When prompted, select your agent(s) from the list (e.g. Claude Code, etc.) — hit `space` to select, `enter` to confirm. 

This gives your agent access to SOMA's architecture docs, CLI reference, SDK reference, data strategies, model strategies, and working code patterns.

## Start contributing

Once the skill is installed, tell your agent to get you started:

> **"Set up SOMA and start submitting data"**

Your agent will install the CLI, create a wallet, walk you through each credential, and deploy the data submitter on Modal — the fastest path to earning SOMA tokens. No GPU needed on your machine.

When you're ready to go further:

- **"Set up continuous training and data submission"** — train models and submit data on an ongoing basis
- **"Help me optimize my data strategy"** — filter and curate data for higher hit rates
- **"Claim my rewards"** — collect earned rewards after targets settle

## Next steps

[Continuous Training](https://docs.soma.org/guides/model-development/)

[Model Strategies](https://docs.soma.org/guides/model-strategies/)

[Data Strategies](https://docs.soma.org/guides/data-strategies/)

[Claim Rewards](https://docs.soma.org/guides/claim-rewards/)