Use this skill to read the live MarsEdge board and turn it into a concise trading-style summary.
The board is not for long essays. Default to a short, desk-style answer:
Run the bundled fetch script first:
node /root/.openclaw/workspace/skills/marsedge-probboard/scripts/fetch-board.mjs
Optional base URL override:
node /root/.openclaw/workspace/skills/marsedge-probboard/scripts/fetch-board.mjs https://marsedge.vip
The script calls:
GET /api/probboard/latestand returns compact JSON for the board.
Always fetch fresh board data before answering live-state questions.
If the API is unavailable, say so plainly and stop guessing.
Use updatedAt, ts, ttl, and rem_secs as sanity checks.
If data looks stale, say it is stale.
Focus on:
Do not pretend tiny differences are meaningful.
Prefer a compact structure like:
Read references/edge-rules.md when the user asks for edge, opportunity, best coin, strongest setup, or a ranked summary.
Default interpretation:
Default to:
Good example:
当前盘面里最顺的是 BTC。
- BTC up 概率 61.8%,up ask 0.54,模型略偏多
- XRP down 概率更高,但盘口也不便宜,edge 没 BTC 干净
- SOL 剩余时间太短,别过度解读
scripts/fetch-board.mjs — fetch MarsEdge live board JSONreferences/edge-rules.md — concise heuristics for reading model-vs-market mismatch共 1 个版本