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-market-snapshotgit 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-market-snapshot)<a href="https://agentmods.dev/skills/coinlobster/agent-skills/crypto-market-snapshot"><img src="https://agentmods.dev/badge/skills/coinlobster/agent-skills/crypto-market-snapshot/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-market-snapshot"><img src="https://agentmods.dev/badge/skills/coinlobster/agent-skills/crypto-market-snapshot.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.00181 | $0.02757 |
| Opus 5 | $0.00090 | $0.01378 |
| Sonnet 5 | $0.00036 | $0.00551 |
| Haiku 4.5 | $0.00018 | $0.00276 |
Grade A, and why
crypto-market-snapshot 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.
2. **No MCP client:** the hosted MCP answers plain JSON-RPC curl: How it starts
The opening of the file, as written. The whole thing — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Crypto Market Snapshot
The "why is X moving" skill: assemble one coherent picture from price, derivatives, whale flow and news, then answer in that order of evidence.
Data sources (in order)
- MCP connected?
coinlobster:market_snapshot(args:pair) thencoinlobster:crypto_news(args:coin) for the narrative layer. Keyless, the snapshot serves BTC/USD only; other pairs return{"available": false, "note": ...}. Always checkavailablefirst. With an active developer plan (from $29/mo), any covered pair works. A CoinLobster Pro website subscription ($9/mo) does not lift this. - No MCP client: the hosted MCP answers plain JSON-RPC curl:
Market-wide context (totals, regime, BTC, whale net flow):curl -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":"market_snapshot","arguments":{"pair":"BTC/USD"}}}'
Per-coin whale trades:curl -s "https://coinlobster.com/api/public/overview?limit=10"curl -s "https://coinlobster.com/api/public/crypto-whales?coin=SOL&limit=30" - Keyless, non-BTC coin: skip the snapshot (it will answer
available: false) and build the picture from what IS keyless for every coin:/api/public/overview(magnitude, regime, totals),/api/public/crypto-whales?coin=X(trades; keyless these are 15-min delayed on every coin except BTC/USD, and except any $1M+ trade, which is always live), theliquidationsMCP tool, andcrypto_news. Say which layer came from delayed data.
The "why is X moving" workflow
Answer from data layers, strongest evidence first:
- Magnitude first: price change vs its 24h range. Keyless, judge magnitude from
chg24hPctalone; do not estimate a coin's typical daily range from memory. On MCP,coinlobster:market_overviewwithcoinreturns that one symbol's row directly (no paging). Over REST,/api/public/overviewis volume-sorted with tokenized stocks dominating the top rows, so do not page for one coin: it takes aqsearch param that matches the base symbol or the name, e.g.?q=SOL. Rows arrive underpage.rowswithpage.total;limitcaps at 200 and pages withoffset. - Forced flow? Check liquidations: a cascade explains fast moves better than any narrative. Only some venues publish liquidation trades; when quoting totals say "liquidations we can see".
- Whale flow: were there large trades before or during the move, and which direction? (whale-flow skill / whale_trades). Whales leading the move and whales chasing it are different stories.
- Positioning: funding rate and open interest. Rising OI + rising price = new longs; falling OI = closing, not conviction.
- Narrative last:
crypto_newssentiment and headlines. Only cite news when the timing actually matches the move. Quote sentiment as attributed history and strip forecast wording ("expected", "likely") from summaries; never carry it in your own voice.
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 · 106 lines · 181 tokens per session scan A 739a529b2d82
crypto-market-snapshot is a skill published in the GitHub repository CoinLobster/agent-skills (9 stars, last pushed 1mo ago), licensed MIT. It adds 181 tokens to every session and 2,757 once invoked, about $0.0009 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.