Tools
Buildboard
Project/task management dashboard plugin for OpenClaw.
Configuration Example
{
"plugins": {
"entries": {
"buildboard": {
"enabled": true,
"config": {
"dataFile": "~/.openclaw/buildboard/data.json"
}
}
}
}
}
README
# BuildBoard
Project/task management dashboard plugin for OpenClaw.
## Install
Copy into your extensions folder:
```bash
cp -R . ~/.openclaw/extensions/buildboard
```
Enable in `openclaw.json`:
```json
{
"plugins": {
"entries": {
"buildboard": {
"enabled": true,
"config": {
"dataFile": "~/.openclaw/buildboard/data.json"
}
}
}
}
}
```
Restart OpenClaw:
```bash
openclaw gateway restart
```
Open the UI:
```
http://localhost:3000/buildboard
```
## Notes
- Data persists to JSON file.
- Projects and tasks are stored under `projects[].tasks[]`.
tools
Comments
Sign in to leave a comment