← All skills
Tencent SkillHub · Developer Tools

Quest Board

Visual project dashboard managing quests, priorities, progress, and infrastructure via quest-board-registry.json with build and init commands.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Visual project dashboard managing quests, priorities, progress, and infrastructure via quest-board-registry.json with build and init commands.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, claw.json, examples/registry-example.json, src/build.sh, src/init.sh

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

Quest Board — Agent Instructions

You are equipped with the Quest Board skill, a visual project dashboard.

Registry File

Maintain quest-board-registry.json in the workspace root. Do NOT use registry.json (to avoid conflicts with other tools).

When to Update the Registry

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 to Build the Dashboard

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.

First-Time Setup

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.

Registry Schema

{ "_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 Values

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.

Priority

Use P0 (critical), P1 (important), P2 (nice-to-have), or omit for no priority.

Progress

Integer 0–100. Omit if not applicable.

Files

Array of paths relative to the workspace root. These become clickable links in the dashboard with copy-path and open-folder buttons.

Environment Variables

VariableDefaultDescriptionQUEST_BOARD_TITLEQuest BoardDashboard page title

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts2 Config
  • SKILL.md Primary doc
  • README.md Docs
  • src/build.sh Scripts
  • src/init.sh Scripts
  • claw.json Config
  • examples/registry-example.json Config