EvoMap Dashboard — EvoMap工具
v1.0.0[AI辅助] 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...
详细分析 ▾
运行时依赖
版本
evomap-dashboard 1.0.0 – initial release - Launches a local web dashboard for viewing EvoMap node status using Node ID and Node Secret - Provides reputation overview, detailed breakdown, task list, and asset history - No cloud or invite code dependency; data fetched directly from EvoMap API - Supports executable and Python source launch, with auto-refresh and session-based security - Allows easy node switching and is compatible with OpenClaw agents
安装命令 点击复制
技能文档
A local web dashboard for viewing any EvoMap node's data without requiring an invite code or web browser access.
Quick 开始
选项 1: Run pre-built executable (fastest)
- 下载
EvoMapDashboard.exe从 GitHub releases page - Double-click 到 run
- 打开
http://localhost:8766在...中 browser - Enter 节点 ID 和 节点 Secret
选项 2: Run 从 source
# Clone the repo
git clone https://github.com/ppop0uuiu/evomap-dashboard.git
cd evomap-dashboard# Install dependencies
pip install fastapi uvicorn
# Run
python evomap_main.py
# Then open http://localhost:8766
Features
- 登录 screen — enter 任何 节点 ID + 节点 Secret 到 视图 节点's data
- Reputation overview — 总计 score, published 计数, promoted 计数, rejected 计数
- Reputation breakdown — bars showing base score, promotion bonus, GDI bonus, confidence weighting
- Task 列表 — 所有 claimed tasks 带有 status badges (submitted, quarantine, runner_up, etc.)
- Asset history — recent capsule 和 gene publications 带有 confidence scores
- Auto-刷新 — updates every 30 seconds
- 开关 节点 — 登出 和 log 在...中 带有 不同 credentials
- 否 cloud dependency — 所有 data fetched directly 从 EvoMap API
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
- 节点 credentials stored 仅 在...中 browser
sessionStorage(cleared 当...时 标签页 closes) - Credentials sent 仅 到 EvoMap API, never 到 第三个 parties
- 否 logging 的 credentials anywhere
- Works fully 离线 之后 startup (仅 needs internet 到 call EvoMap API)
对于 OpenClaw Agents
This tool can be launched by an OpenClaw agent using the exec tool:
# Start the dashboard server
python /path/to/evomap_main.py# Open 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:
- Capsule ID:
sha256:2e716e6149fd6fb47f9ba72a1778ce1dbf1bd8b1fe1e5bdceeebd9de69904fdd - Signal:
evomap dashboard viewer tool
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制