Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add CoinLobster/agent-skills --skill crypto-liquidationsgit clone --depth 1 https://github.com/CoinLobster/agent-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/coinlobster/agent-skills/crypto-liquidations)<a href="https://agentmods.dev/skills/coinlobster/agent-skills/crypto-liquidations"><img src="https://agentmods.dev/badge/skills/coinlobster/agent-skills/crypto-liquidations/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/coinlobster/agent-skills/crypto-liquidations"><img src="https://agentmods.dev/badge/skills/coinlobster/agent-skills/crypto-liquidations.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00153 | $0.01997 |
| Opus 5 | $0.00077 | $0.00999 |
| Sonnet 5 | $0.00031 | $0.00399 |
| Haiku 4.5 | $0.00015 | $0.00200 |
Grade A, and why
crypto-liquidations scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
compatibility: Requires network access (keyless CoinLobster MCP at https://coinlobster.com/mcp, callable via any MCP client or plain curl) How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Crypto Liquidations
Two different events share this word. Keep them apart.
- Perp liquidation: a venue force-closes a leveraged position. Side, size, price, venue. From the venues that publish them.
- DeFi lending liquidation: a third party repays someone's debt and seizes their collateral on-chain (Aave V3 and Morpho Blue, Ethereum / Arbitrum / Base). Both wallets are named.
Never add them together. A combined total is a number with no meaning: one is leverage being flushed on an exchange, the other is collateral changing hands on a lending market. Report whichever the question is about, or both clearly labelled.
Data sources (in order)
- "How much got liquidated?" with no pair named is a MARKET question. Use
coinlobster:market_liquidations(no args, keyless) orGET https://coinlobster.com/api/public/liquidations. One call covers the whole market instead of one pair: 24h dollars and counts split long vs short, an hourly series so a cascade is locatable, top coins, the biggest single event, and lending liquidations on their own lane. It is not every venue: only some publish a liquidation feed, so the perp totals are a floor. Do NOT assemble a market answer from per-pair calls. - One pair named?
coinlobster:liquidations(args:paire.g. BTC/USD,limit; keyless on any pair) andcoinlobster:market_snapshot(args:pair; keyless on BTC/USD only, checkavailable) for funding + OI context. For the on-chain side usecoinlobster:defi_liquidations(args:chain,limit; keyless). - No MCP client: the hosted MCP answers plain JSON-RPC curl:
Swapcurl -s -X POST https://coinlobster.com/mcp \ -H 'Content-Type: application/json' -H 'Accept: application/json, text/event-stream' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"liquidations","arguments":{"pair":"BTC/USD","limit":50}}}'nametomarket_snapshotfor funding/OI (keyless that pair-gates to BTC/USD; checkavailablein the response, and skip the context layer rather than guess when it is false). - Market-wide over plain REST:
curl -s https://coinlobster.com/api/public/liquidationsperp_liquidationscarriestotal_usd,long_usd/short_usd,long_count/short_count,long_share_pct,peak_hour,hourly[],top_coins[]andvenues[].named_liquidations[]lists Hyperliquid accounts that were force-closed, wallet included.lending_liquidationsis the separate on-chain lane.stale: truemeans the snapshot is behind, so report that rather than the numbers.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 74 lines · 153 tokens per session scan A 6f35e36938a9
crypto-liquidations is a skill published in the GitHub repository CoinLobster/agent-skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 153 tokens to every session and 1,997 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
crypto-token-analysis
Deep-dive framework for analyzing crypto tokens — market data, liquidity health, tokenomics, unlock schedules, and risk assessment. Combines on-chain data, API queries, and multi-source validation to generate actionable investment verdicts.
crypto-defi-trading
Crypto and DeFi trading: DEX analysis (Uniswap, SushiSwap, Curve), on-chain analytics, MEV detection, impermanent loss, yield farming metrics, DeFi risk analysis, token metrics, liquidity pool analysis, whale tracking, exchange netflow. USE FOR: crypto, defi, dex, uniswap, sushiswap, curve, impermanent loss, yield…
freqtrade-bot
Freqtrade — open-source Python crypto trading bot. Backtesting, hyperopt (ML parameter optimization), FreqAI (self-training adaptive strategies), Telegram + WebUI control. Supports Binance, Kraken, Bybit, OKX, Gate.io (spot + futures). SQLite trade h.
trading-signals
Fetches live AI crypto trading signals with entry price, stop-loss, take-profit, leverage, confidence scores, and automated verification. Covers 50+ coins including BTC, ETH, SOL. Use when the user asks for crypto signals, trade ideas, market direction, portfolio analysis, or wants to build a trading bot.
defi-yield
DeFi yield analysis and optimization — lending rates, LP yields, staking returns, yield farming strategies, risk-adjusted yield comparison, and protocol-level sustainability assessment.
crypto-derivatives
Crypto-derivatives strategies — perpetual funding-rate arbitrage, futures term-structure contango/backwardation trading, and option volatility-smile / Greeks analysis.