@redonvn/nocodb-team-product-openclaw-plugin
v0.1.0
Published
OpenClaw plugin generated from the NocoDB Team Product OpenAPI document
Downloads
64
Readme
@redonvn/nocodb-team-product-openclaw-plugin
OpenClaw plugin generated from redai-sdk/packages/nocodb-team-product-openclaw-plugin/openapi.json.
Generate
npm run generate --workspace @redonvn/nocodb-team-product-openclaw-pluginBuild
npm run build --workspace @redonvn/nocodb-team-product-openclaw-pluginInstall in OpenClaw
openclaw plugins install @redonvn/nocodb-team-product-openclaw-plugin
openclaw plugins enable nocodb-team-product-openclaw-pluginRequired config
Add runtime config in ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"nocodb-team-product-openclaw-plugin": {
"enabled": true,
"config": {
"baseUrl": "https://nocodb.redai-erp.io.vn",
"defaultHeaders": {
"xc-token": "replace-with-service-token"
}
}
}
}
}
}You can also use bearerToken or apiKey if the upstream API is configured that way, but NocoDB commonly uses the xc-token header.
