crypto-market-snapshot

crypto-market-snapshot is a skill for Claude Code from CoinLobster/agent-skills. It costs 181 tokens per session (2,757 once invoked), scanned A, original, MIT.

A guide for describing a cryptocurrency's current market state and investigating why its price moved. It combines price, trading statistics, derivatives data, whale flow, liquidations and news sentiment.

In plain words
What is it for?
Use it to check a coin's current price and 24-hour state, investigate a move, and compare derivatives, whale activity, liquidations and news.
Why use it?
It puts market numbers and possible explanations in one ordered view instead of relying on a single price chart or an unsupported story.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the coinlobster plugin — 6 skills, 1 MCP server shipped together

Good fit Use it to check a coin's current price and 24-hour state, investigate a move, and compare derivatives, whale activity, liquidations and news.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/coinlobster/agent-skills/crypto-market-snapshot
Install

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.

Any agent
npx skills add CoinLobster/agent-skills --skill crypto-market-snapshot
Clone the repo
git clone --depth 1 https://github.com/CoinLobster/agent-skills

Made for: Claude Code.

Or install coinlobster, the plugin that ships this one along with the rest of its 6 skills, 1 MCP server.

Wrote 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.

agentmods badge for crypto-market-snapshot

README.md
[![agentmods](https://agentmods.dev/badge/skills/coinlobster/agent-skills/crypto-market-snapshot/github.svg)](https://agentmods.dev/skills/coinlobster/agent-skills/crypto-market-snapshot)
Your own site
<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.

agentmods 80×15 button for crypto-market-snapshot

Your own site · 80×15
<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>
Per session 181 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,757 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash 739a529b2d82, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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:
skills/crypto-market-snapshot/SKILL.md · 106 lines

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)

  1. MCP connected? coinlobster:market_snapshot (args: pair) then coinlobster:crypto_news (args: coin) for the narrative layer. Keyless, the snapshot serves BTC/USD only; other pairs return {"available": false, "note": ...}. Always check available first. With an active developer plan (from $29/mo), any covered pair works. A CoinLobster Pro website subscription ($9/mo) does not lift this.
  2. No MCP client: the hosted MCP answers plain JSON-RPC curl:
    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"}}}'
    
    Market-wide context (totals, regime, BTC, whale net flow):
    curl -s "https://coinlobster.com/api/public/overview?limit=10"
    
    Per-coin whale trades: curl -s "https://coinlobster.com/api/public/crypto-whales?coin=SOL&limit=30"
  3. 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), the liquidations MCP tool, and crypto_news. Say which layer came from delayed data.

The "why is X moving" workflow

Answer from data layers, strongest evidence first:

  1. Magnitude first: price change vs its 24h range. Keyless, judge magnitude from chg24hPct alone; do not estimate a coin's typical daily range from memory. On MCP, coinlobster:market_overview with coin returns that one symbol's row directly (no paging). Over REST, /api/public/overview is volume-sorted with tokenized stocks dominating the top rows, so do not page for one coin: it takes a q search param that matches the base symbol or the name, e.g. ?q=SOL. Rows arrive under page.rows with page.total; limit caps at 200 and pages with offset.
  2. 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".
  3. 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.
  4. Positioning: funding rate and open interest. Rising OI + rising price = new longs; falling OI = closing, not conviction.
  5. Narrative last: crypto_news sentiment 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.

Read the full file on GitHub · 106 lines

Changes

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.

  1. 12d ago First seen · 106 lines · 181 tokens per session scan A 739a529b2d82

Subscribe to this mod's changes

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.

Related

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.

kevinnft/ai-agent-skills · 49 tokens

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…

mahmoud20138/Tradecraft · 107 tokens

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.

mahmoud20138/Tradecraft · 61 tokens

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.

roman-rr/trading-skills · 69 tokens

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.

HKUDS/Vibe-Trading · 37 tokens

crypto-derivatives

Crypto-derivatives strategies — perpetual funding-rate arbitrage, futures term-structure contango/backwardation trading, and option volatility-smile / Greeks analysis.

HKUDS/Vibe-Trading · 37 tokens