# sogni-gen OpenClaw Plugin

Install this plugin in OpenClaw:

```bash
openclaw plugins install sogni-gen
```

After install, configure Sogni credentials:

```bash
mkdir -p ~/.config/sogni
cat > ~/.config/sogni/credentials << 'EOF'
SOGNI_API_KEY=your_api_key
# or:
# SOGNI_USERNAME=your_username
# SOGNI_PASSWORD=your_password
EOF
chmod 600 ~/.config/sogni/credentials
```

Sign up at https://app.sogni.ai/ if needed.

This package ships its OpenClaw behavior through the plugin skill declared in `openclaw.plugin.json`, so the installed plugin uses `SKILL.md` as the main instruction source.

Repo:

https://github.com/Sogni-AI/openclaw-sogni-gen

Key files:

- `SKILL.md` — agent behavior and usage rules
- `openclaw.plugin.json` — plugin manifest and config schema
- `sogni-gen.mjs` — CLI used by the skill
