crypto-prices
Fetch live cryptocurrency prices with zero API keys — CoinGecko's public endpoints primary, Coinbase spot fallback, via plain curl. Use when asked what's bitcoin at, ETH price in euros, how's the crypto market today, or price of some altcoin. Produces the current price with 24h context, the source and timestamp, the rerunnable command, and the volatility caveat that crypto answers must carry.
npx skills add mohitagw15856/pm-claude-skills --skill crypto-prices --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Crypto Prices Skill Crypto prices are the most-asked live number after weather, and two services answer keylessly: CoinGecko's public API (thousands of coins, market context, any quote currency) and Coinbase's spot endpoint (fast, reliable, majors only). This skill fetches, adds the 24-hour context that turns a number into information, and carries the caveat every crypto answer owes: this number is already stale, and it is not advice. ## What This Skill Produces - **The price** — stated first, in the asked currency, with 24h change alongside - **Context** — 24h high/low or market-cap rank when the question implies "how's it doing" - **The command** — exact curl, rerunnable - **The caveat** — timestamped, volatile, informational-only ## Required Inputs Ask for these if not provided: - **The coin(s)** — resolve names to CoinGecko ids (bitcoin, ethereum, solana…); for obscure tickers, search first: `https://api.coingecko.com/api/v3/search?query=name` — ticker collisions are common and the wrong coin is a real failure mode - **Quote currency** — usd default, but honor the user's (CoinGecko quotes in dozens: `vs_currencies=eur,inr,jpy`) - **Depth** — a number, or market context (chang
- What This Skill Produces
- Required Inputs
- Framework: The Two Sources
- Output Format
- Quality Checks
- Anti-Patterns
What does the crypto-prices skill do?
Fetch live cryptocurrency prices with zero API keys — CoinGecko's public endpoints primary, Coinbase spot fallback, via plain curl. Use when asked what's bitcoin at, ETH price in euros, how's the crypto market today, or price of some altcoin. Produces the current price with 24h context, the source and timestamp, the rerunnable command, and the volatility caveat that crypto answers must carry.
How do I install it?
Run `npx skills add mohitagw15856/pm-claude-skills --skill crypto-prices --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
