Tools
Identyclaw Webhooks
openclaw-identyclaw-webhooks-plugin
Install
npm install
npm
Configuration Example
"plugins": {
"entries": {
"identyclaw-webhooks": {
"enabled": true,
"config": {
"endpoints": ["/hooks/wake", "/hooks/agent"],
"logLevel": "error"
}
}
}
}
README
# OpenClaw IdentyClaw Webhooks Plugin
OpenClaw plugin for **RODiT-signed webhook ingress** on agent gateways (`/hooks/wake`, `/hooks/agent`) and outbound delivery via `send_rodit_webhook`.
Install alongside [`openclaw-a2a-idc-plugin`](https://github.com/discernible-io/openclaw-a2a-idc-plugin) and [`openclaw-identyclaw-plugin`](https://github.com/discernible-io/openclaw-identyclaw-plugin).
## Install
```bash
openclaw plugins install https://github.com/discernible-io/openclaw-identyclaw-webhooks-plugin.git
```
Or from a local checkout:
```bash
cd openclaw-identyclaw-webhooks-plugin
npm install
npm run build
openclaw plugins install .
```
## Plugin id
`identyclaw-webhooks` — enable in `openclaw.json`:
```json
"plugins": {
"entries": {
"identyclaw-webhooks": {
"enabled": true,
"config": {
"endpoints": ["/hooks/wake", "/hooks/agent"],
"logLevel": "error"
}
}
}
}
```
## Requirements
- OpenClaw gateway **≥ 2026.5.27**
- NEAR Passport credentials (`NEAR_CREDENTIALS_FILE_PATH` or `secrets/near-credentials/*.json`)
- For outbound `send_rodit_webhook`: `plugins.entries.a2a.config.outbound.agents` peer map
## Build
```bash
npm install
npm run build
```
## License
UNLICENSED — Copyright (c) Discernible IO. All rights reserved.
tools
Comments
Sign in to leave a comment