quest-boardVisual project dashboard managing quests, priorities, progress, and infrastructure via quest-board-registry.json with build and init commands.
Install via ClawdBot CLI:
clawdbot install yx2601816404-sys/quest-boardYou are equipped with the Quest Board skill, a visual project dashboard.
Maintain quest-board-registry.json in the workspace root. Do NOT use registry.json (to avoid conflicts with other tools).
After completing a task or making significant progress on a project:
quest-board-registry.jsonstatus, progress, files, and desc as appropriate_meta.lastUpdated to the current ISO timestampWhen the user says any of:
Run:
bash skills/quest-board/src/build.sh
This generates quest-board.html in the workspace root.
If quest-board-registry.json does not exist, run:
bash skills/quest-board/src/init.sh
This scans the workspace and generates a skeleton registry for you to refine.
{
"_meta": {
"version": 1,
"description": "Quest Board project registry",
"lastUpdated": "ISO-8601 timestamp",
"workspace": "/absolute/path/to/workspace/"
},
"projects": {
"project-id": {
"name": "Display Name",
"status": "active",
"priority": "P0",
"progress": 50,
"deadline": "2026-12-31",
"desc": "Short description of the project",
"files": ["relative/path/from/workspace.md"]
}
},
"research": {
"research-id": {
"name": "Research Title",
"file": "relative/path.md",
"date": "2026-01-15",
"desc": "What this research covers"
}
},
"infra": {
"infra-id": {
"name": "Infrastructure Item",
"status": "running",
"desc": "Description"
}
}
}
| Status | Meaning | Board Section |
|--------|---------|---------------|
| decision | Needs a decision before work can proceed | 🎯 Main Quests |
| active | Currently being worked on | 📋 Side Quests |
| done | Completed | ✅ Completed |
| paused | On hold / icebox | 💤 Icebox |
Infrastructure items appear under 🔧 Infrastructure.
Research items appear under 📊 Research.
Use P0 (critical), P1 (important), P2 (nice-to-have), or omit for no priority.
Integer 0–100. Omit if not applicable.
Array of paths relative to the workspace root. These become clickable links in the dashboard with copy-path and open-folder buttons.
| Variable | Default | Description |
|----------|---------|-------------|
| QUEST_BOARD_TITLE | Quest Board | Dashboard page title |
Generated Feb 23, 2026
A development team uses Quest Board to track multiple software projects, updating progress after completing features or fixing bugs. The dashboard visualizes active sprints, pending decisions, and completed work, helping managers prioritize tasks and allocate resources efficiently.
A university research group employs Quest Board to manage ongoing studies, experiments, and paper writing. Researchers update the registry with progress percentages and file links to drafts, enabling supervisors to track milestones and coordinate publication timelines across multiple projects.
A marketing agency utilizes Quest Board to oversee client campaigns, categorizing tasks like content creation, ad launches, and analytics reviews. Team members update statuses and deadlines, providing a clear view of active campaigns and completed deliverables for client reporting and internal alignment.
A freelance designer or developer uses Quest Board to manage client projects, tracking progress on designs, code updates, and revisions. The dashboard helps visualize workload, prioritize high-priority tasks, and maintain an organized record of completed work for portfolio building and invoicing.
A non-profit organization adopts Quest Board to plan fundraising events, tracking tasks such as venue booking, sponsor outreach, and volunteer assignments. Updates on progress and deadlines ensure smooth coordination, with the dashboard highlighting urgent decisions and completed preparations for stakeholders.
Offer Quest Board as a cloud-based subscription service with features like real-time collaboration, advanced analytics, and integrations with tools like Slack or Jira. Revenue comes from monthly or annual per-user fees, targeting small to medium-sized businesses seeking visual project dashboards.
Sell customized versions of Quest Board to large enterprises, including on-premise deployment, enhanced security, and tailored dashboards for specific industries like healthcare or finance. Revenue is generated through one-time licensing fees and ongoing support contracts.
Provide a free basic version of Quest Board for individual users or small teams, with limitations on projects or features. Monetize through premium add-ons such as AI-powered progress predictions, advanced reporting, or priority support, encouraging upgrades as usage grows.
💬 Integration Tip
Integrate Quest Board with version control systems like Git to automatically update file links and progress based on commits, reducing manual registry updates and enhancing accuracy.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.