aicoin-hyperliquid
Installation
SKILL.md
运行脚本: 从 SKILL.md 所在目录运行
node scripts/<file>.mjs <action>. 三引擎(OpenClaw / Hermes / Claude Code)容器自动加载 skill, 直接cd到 skill 目录即可.
AiCoin Hyperliquid
Hyperliquid whale tracking and analytics powered by AiCoin Open API.
Version: 1.0.0
Critical Rules
- NEVER fabricate data. Always run scripts to fetch real-time data.
- NEVER use curl, web_fetch, or browser. Always use these scripts.
- NEVER run
envorprintenv— leaks API secrets. - Scripts auto-load
.env— never pass credentials inline. - On 304/403 error — STOP, do NOT retry. Guide user to upgrade (see Paid Feature Guide at bottom).
- 响应里出现
实测结论字段时把原文转告用户, 不要重试 — 脚本帮你把上游故障 / 业务错误塞 200 body / API 限制 翻译成了清晰提示, 重试浪费用户时间。