🔥 Level 5: Engine — NPR Hub

The NPR Hub is the HTTP server on [::1]:3000. It serves the quest page, tools, and dashboards.

Checking...
Step 1
Navigate to hub directory
cd ~/.openclaw/workspace/skills/npr-hub
Step 2
Install dependencies
npm install
Step 3
Start the hub server
node index.js &
Step 4
Verify hub responds
curl -s http://[::1]:3000/quest-status

📥 Move This Skill to Workspace

Download the npr-quest folder and move it to your skills directory so OpenClaw can use it.

💡 Why this matters:
Once the hub is running, the quest page becomes self-aware — it can check its own status. This is the turning point: before level 5, you're installing manually. After level 5, the system helps you install.
Terminal — click ▶ Run above or type manually