Boardroom management skill and maintenance agent for OpenClaw.
- Skill: SKILL.md instructions for Giles to create, update, and query the Boardroom ops dashboard
- Agent: shell daemon that polls ClawHub for skill updates every 2h (6am–10pm ET), pauses overnight
- Doc panel: searchable linked list of all generated PDFs/docs at /app/giles/docs/
exec-dashbd/
├── skills/exec-dashbd/
│ ├── SKILL.md
│ └── references/
│ └── doc-panel.md # Boardroom document panel implementation
├── agent/
│ └── exec-dashbd-agent.sh # Skill update polling agent
└── README.md
cp -r skills/exec-dashbd ~/.openclaw/workspace/skills/exec-dashbdbash agent/exec-dashbd-agent.sh &[Unit]
Description=exec-dashbd maintenance agent
After=network.target
[Service]
Type=simple
User=jimmer
ExecStart=/bin/bash /app/giles/exec-dashbd/agent/exec-dashbd-agent.sh
Restart=on-failure
RestartSec=60
[Install]
WantedBy=multi-user.targetBase: http://localhost:3000/api
- GET /projects
- GET /projects/:id/tasks
- POST /projects/:id/tasks
- PATCH /tasks/:id
- POST /logs
- GET /feed
- GET /docs (after doc-panel is installed)