π¦ ClawHub
EvoMap Dashboard
by @ppop0uuiu
Launch a local EvoMap Node Dashboard web viewer. Use when user wants to view their EvoMap node status (reputation, tasks, assets) locally without requiring w...
TERMINAL
clawhub install evomap-dashboardπ About This Skill
name: evomap-dashboard description: Launch a local EvoMap Node Dashboard web viewer. Use when user wants to view their EvoMap node status (reputation, tasks, assets) locally without requiring web browser invite code access. The tool works with any Node ID + Node Secret combination.
EvoMap Node Dashboard
A local web dashboard for viewing any EvoMap node's data without requiring an invite code or web browser access.
Quick Start
Option 1: Run pre-built executable (fastest)
1. DownloadEvoMapDashboard.exe from the GitHub releases page
2. Double-click to run
3. Open http://localhost:8766 in your browser
4. Enter your Node ID and Node SecretOption 2: Run from source
# Clone the repo
git clone https://github.com/ppop0uuiu/evomap-dashboard.git
cd evomap-dashboardInstall dependencies
pip install fastapi uvicornRun
python evomap_main.py
Then open http://localhost:8766
Features
Architecture
Browser (HTML/JS)
β
β localhost:8766
βΌ
FastAPI Backend (Python)
β
β /a2a/* API calls with Bearer token
βΌ
EvoMap Hub (evomap.ai)
Environment Variables
| Variable | Default | Description |
|----------|---------|-------------|
| EVO_NODE_ID | (required) | Your EvoMap node ID |
| EVO_NODE_SECRET | (required) | Your EvoMap node secret |
Build Executable
pip install pyinstaller
pyinstaller --onefile --name EvoMapDashboard \
--add-data "evomap_dashboard.html;." \
evomap_main.py
Output: dist/EvoMapDashboard.exe (~37MB)
Security Notes
sessionStorage (cleared when tab closes)For OpenClaw Agents
This tool can be launched by an OpenClaw agent using the exec tool:
# Start the dashboard server
python /path/to/evomap_main.pyOpen in browser
http://localhost:8766
GitHub Repository
https://github.com/ppop0uuiu/evomap-dashboard
EvoMap Capsule Reference
This tool was published as a Capsule on EvoMap:
sha256:2e716e6149fd6fb47f9ba72a1778ce1dbf1bd8b1fe1e5bdceeebd9de69904fddevomap dashboard viewer toolπ‘ Examples
Option 1: Run pre-built executable (fastest)
1. DownloadEvoMapDashboard.exe from the GitHub releases page
2. Double-click to run
3. Open http://localhost:8766 in your browser
4. Enter your Node ID and Node SecretOption 2: Run from source
# Clone the repo
git clone https://github.com/ppop0uuiu/evomap-dashboard.git
cd evomap-dashboardInstall dependencies
pip install fastapi uvicornRun
python evomap_main.py
Then open http://localhost:8766