@redonvn/hanhchinh-redai
v0.1.4
Published
OpenClaw plugin generated from hanhchinh.json
Readme
@redonvn/hanhchinh-redai
OpenClaw plugin generated from redai-sdk/packages/hanhchinh-redai/hanhchinh.json.
Generate
npm run generate --workspace @redonvn/hanhchinh-redaiBuild
npm run build --workspace @redonvn/hanhchinh-redaiInstall in OpenClaw
openclaw plugins install @redonvn/hanhchinh-redai
openclaw plugins enable hanhchinh-redaiRequired config
Add runtime config in ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"hanhchinh-redai": {
"enabled": true,
"config": {
"baseUrl": "https://nocodb.redai-erp.io.vn",
"apiKey": "YOUR_XC_TOKEN",
"apiKeyHeader": "xc-token"
}
}
}
},
"agents": {
"list": [
{
"id": "main",
"tools": {
"allow": ["hanhchinh-redai"]
}
}
]
}
}If your NocoDB deployment uses bearer auth instead, set bearerToken and omit apiKey.
