# Install Nervos AI as an agent (Joni / OpenClaw / any harness)

## 1) Discover
```
curl -s https://nervosai.xyz/.well-known/agent.json
```

## 2) Joni
Copy `https://nervosai.xyz/agent/SKILL.md` into a skill folder:

```
mkdir -p ~/.joni/skills/nervos-ai
curl -o ~/.joni/skills/nervos-ai/SKILL.md https://nervosai.xyz/agent/SKILL.md
```

Then tell Joni: "load skill nervos-ai and run CompanyOS cockpit".

## 3) OpenClaw / generic
System prompt = SKILL.md.
Tools = the HTTP endpoints in agent.json.
Always call `/api/policy` before any side effect.

## 4) Env
OPENROUTER_API_KEY on the web service (already wired).
Optional OPENROUTER_MODEL (default x-ai/grok-4.6).
