docs: align integration docs with supported tools

This commit is contained in:
Yimikami
2026-03-11 16:27:41 +03:00
parent 070bf0bca5
commit 927d0ee42b
6 changed files with 88 additions and 14 deletions

View File

@@ -0,0 +1,28 @@
# OpenClaw Integration
OpenClaw agents are installed as workspaces containing `SOUL.md`, `AGENTS.md`,
and `IDENTITY.md` files. The installer copies each workspace into
`~/.openclaw/agency-agents/` and registers it when the `openclaw` CLI is
available.
## Install
```bash
./scripts/install.sh --tool openclaw
```
## Activate an Agent
After installation, agents are available by `agentId` in OpenClaw sessions.
If the OpenClaw gateway is already running, restart it after installation:
```bash
openclaw gateway restart
```
## Regenerate
```bash
./scripts/convert.sh --tool openclaw
```