Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Visual project dashboard managing quests, priorities, progress, and infrastructure via quest-board-registry.json with build and init commands.
Visual project dashboard managing quests, priorities, progress, and infrastructure via quest-board-registry.json with build and init commands.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
You 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: Update the matching project entry in quest-board-registry.json Set status, progress, files, and desc as appropriate Update _meta.lastUpdated to the current ISO timestamp
When the user says any of: "update board" / "refresh board" / "build board" "更新面板" / "刷新面板" / "构建面板" 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" } } }
StatusMeaningBoard SectiondecisionNeeds a decision before work can proceed🎯 Main QuestsactiveCurrently being worked on📋 Side QuestsdoneCompleted✅ CompletedpausedOn 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.
VariableDefaultDescriptionQUEST_BOARD_TITLEQuest BoardDashboard page title
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.