crypto-trade-context

Solid

The data picture around a crypto position. Use when the user is about to enter or exit, is holding a position and wants what to watch, asks if their side is crowded, what holding costs, whether whales are on their side, or wants their own signal cross-checked against smart-money flow. Reports state and recorded history with sample sizes; never advice, never a forecast. Keyless on every streamed pair: trade_context, whale_context and funding_matrix on MCP, or /api/public/baseline, /api/public/whale-context, whale trades and liquidation history over plain curl. Percentile judgment vs a pair's own recorded days is keyless too, and so are whale USD magnitudes over /api/public/whale-context. Depth (whale USD on the MCP tools, crowding, full 24h stats) needs an active developer plan (from $29/mo), and so does squeeze_score outright; liq_zones is keyless on the free pair only.

AI & Automation 16 stars 0 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
41
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Crypto Trade Context The user is making or holding a trade. Your job is the data picture, stated so they can decide: crowding as a percentile of the coin's own recorded days, carry cost in dollars, whale direction vs their side, where forced selling actually fired, and what to watch while holding. The decision is theirs; you never make it. ## Data sources (in order) 1. **MCP connected?** `coinlobster:trade_context` (args: `pair`, optional `position_usd`, optional `compact`) is the one-call blob: price, 24h stats, funding + OI with percentile judgment vs the pair's own recorded days, whale flow vs the coin's own baseline, visible liquidations, carry arithmetic, crowding (keyed). Keyless it answers on EVERY streamed pair; `depth` reports which shape you got (`lite` off the free pair, `free-pair`, or `keyed`) and `locked_layers` names exactly what a developer plan key (from $29/mo) adds: `stats_24h`, `whale_flow USD magnitudes` and `crowding`. **`vs_own_history` is never locked**: the percentile judgment is keyless on every pair, here and on `/api/public/baseline` and `market_screener`. 2. **No MCP:** assemble the same picture keyless: ```bash curl -s "https://coinlobster.com/api/public/baseline?pair=BTC/USD" # percentile judgment + outcome history curl -s "https://coinlobster.com/api/public/whale-context?coin=BTC" # whale flow vs own baseline (coin param required) curl -s "https://coinlobster.com/api/public/liquidation-history?pair=BTC/USD&limit=10...

Details

Author
CoinLobster
Repository
CoinLobster/agent-skills
Created
2 weeks ago
Last Updated
1 weeks ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

crypto-market-snapshot

Crypto market state and post-move diagnosis, combining price, 24h stats, funding, open interest and liquidations in one call, plus whale flow and news sentiment via companion tools. Use when the user asks the current price or 24h stats of a coin, what is happening in the crypto market right now, why a coin is moving, or for a full autopsy of why a pump or dump happened: whether the move was forced (liquidations) or organic (spot flow), who got wiped and how big vs normal, whether it was leverage-driven or spot-driven, or whether smart money bought the dip. Backward-looking by construction; reports the recorded sequence, never what happens next. Keyless for BTC/USD; other pairs need an active developer plan (from $29/mo) (whale trades and market overview stay keyless for every coin).

16 Updated 1 weeks ago
CoinLobster
AI & Automation Solid

whale-flow

Live crypto whale trades and net buy/sell flow across 15 exchanges plus Ethereum, Base and Arbitrum DEXs. Use when the user asks what whales or smart money are doing on a specific named coin: large trades, buy or sell flow, or who is accumulating or dumping BTC, ETH, SOL or any coin. For screening which coins look unusual use whale-radar; for a full why-is-it-moving diagnosis use crypto-market-snapshot. Free, no API key.

16 Updated 1 weeks ago
CoinLobster
AI & Automation Solid

coinlobster-api

Build apps and agents on CoinLobster's crypto whale data, including the free keyless REST endpoints, the hosted MCP server, API keys and credit plans. Use when a developer asks how to integrate live whale trades, whale alerts, liquidations or the Smart Money Radar into their bot, app, dashboard or agent, or asks about the CoinLobster API or MCP server.

16 Updated 1 weeks ago
CoinLobster