@redonvn/hanhchinh-redai-attendance
v0.1.2
Published
OpenClaw attendance-only plugin filtered from hanhchinh-redai
Downloads
14
Readme
@redonvn/hanhchinh-redai-attendance
OpenClaw plugin exposing only the attendance-related tools from @redonvn/hanhchinh-redai.
Generate
npm run generate --workspace @redonvn/hanhchinh-redai-attendanceBuild
npm run build --workspace @redonvn/hanhchinh-redai-attendanceInstall in OpenClaw
openclaw plugins install @redonvn/hanhchinh-redai-attendance
openclaw plugins enable hanhchinh-redai-attendanceRequired config
Add runtime config in ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"hanhchinh-redai-attendance": {
"enabled": true,
"config": {
"baseUrl": "https://nocodb.redai-erp.io.vn",
"apiKey": "YOUR_XC_TOKEN",
"apiKeyHeader": "xc-token"
}
}
}
}
}