Install
openclaw skills install @dialloube-research/hypernatt-liq-radarInstructs the agent to call the remote HyperNatt MCP tool get_liq_radar (forced-order / liquidation map) before sizing any crypto perp - BTC ETH SOL and other whitelist assets, any venue. Docs + call order only - no local exec/shell/files. This skill covers market-data tools only (manifest + liq radar). Not trade advice. get_liq_radar = $0.001 USDC via x402.
openclaw skills install @dialloube-research/hypernatt-liq-radarWhat this skill is: text instructions so an OpenClaw/Hermes agent knows when and how to call a remote MCP market-data tool.
What this skill is NOT: a local trading bot, shell scripts, custody, or order execution. It does not instruct the agent to move funds.
| Capability | Declared |
|---|---|
| Local exec / shell | No |
| Local filesystem | No |
| Env vars required | None |
| Outbound network | https://hypernatt.com (MCP + docs) ; optional Coinbase payments docs |
| Tools | Remote MCP only - agent runtime must already support MCP connectors |
| Fund movement / swap | Out of scope for this skill (see related hypernatt-terminal) |
| Resource | URL |
|---|---|
| MCP | https://hypernatt.com/mcp/protocol |
| Server card | https://hypernatt.com/.well-known/mcp/server-card.json |
| Source | https://github.com/DIALLOUBE-RESEARCH/hypernatt-terminal |
| Security | https://github.com/DIALLOUBE-RESEARCH/hypernatt-terminal/blob/main/SECURITY.md |
| Full 3-tool onboarding | related skill hypernatt-terminal |
Whitelist symbols for get_liq_radar: BTC ETH SOL BNB XRP HYPE ZEC (omit = BTC).
The same MCP host also exposes swap_via_nattswap. That path can move funds
(agent signs on-chain). Do not use swap under this skill - use related
skill hypernatt-terminal if bridging/funding is required.
Before sizing or entering a perp, if the user asks to trade better / check liquidations / market microstructure (any venue).
# Free catalog (via MCP runtime)
tools/call get_agent_manifest {}
# Paid market-data (via MCP runtime + x402 wallet)
tools/call get_liq_radar {"symbol":"ETH"}
get_agent_manifest (free) once per session if needed.get_liq_radar with optional symbol.get_liq_radar returns HTTP 402 without payment. The agent wallet / MCP
payment client (e.g. Coinbase payments-mcp) settles USDC for the data call
only - this skill does not hold keys and does not harvest env secrets.