Skip to content

jimmershere/exec-dashbd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

exec-dashbd

Boardroom management skill and maintenance agent for OpenClaw.

What it does

  • 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/

Structure

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

Install skill

cp -r skills/exec-dashbd ~/.openclaw/workspace/skills/exec-dashbd

Run agent (manual)

bash agent/exec-dashbd-agent.sh &

Run agent (systemd) — add /tmp/exec-dashbd.service

[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.target

Boardroom API

Base: 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)

About

Boardroom management skill and agent for OpenClaw. Dashboard orchestration, document tracking, self-updating.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages