File contents Crypto Prices
Get cryptocurrency prices using the free CoinGecko API.
Use when
Crypto prices ("What's Bitcoin at?", "SOL price")
Market data ("Is ETH up or down?")
Multiple coins ("Price of BTC, ETH, and SOL")
Don't use when
Swap or trade tokens (use wallet/Jupiter tools)
Crypto news or analysis (use news or research)
Wallet balances (use wallet tools)
API Endpoints
Get single coin price
web_fetch({
url: "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd"
})
Get multiple coins with 24h change
web_fetch({
url: "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum,solana&vs_currencies=usd&include_24hr_change=true"
})
Coin ID Mapping
Symbol
CoinGecko ID
BTC
bitcoin
ETH
ethereum
SOL
solana
USDC
usd-coin
DOGE
dogecoin
ADA
cardano
XRP
ripple
Response Format
Present prices clearly:
Bitcoin (BTC): $45,123.45 (+2.3% 24h)
Ethereum (ETH): $2,456.78 (-1.2% 24h)
Rate Limits
CoinGecko free tier: 10-30 requests/minute.
Source: sepivip/SeekerClaw — distributed by TomeVault .
1 --- 2 name: sepivip-seekerclaw-seekerclaw 3 description: Crypto Prices 4 --- 5 6 # Crypto Prices 7 8 Get cryptocurrency prices using the free CoinGecko API. 9 10 ## Use when 11 - Crypto prices ("What's Bitcoin at?", "SOL price") 12 - Market data ("Is ETH up or down?") 13 - Multiple coins ("Price of BTC, ETH, and SOL") 14 15 ## Don't use when 16 - Swap or trade tokens (use wallet/Jupiter tools) 17 - Crypto news or analysis (use news or research) 18 - Wallet balances (use wallet tools) 19 20 ## API Endpoints 21 22 ### Get single coin price 23 ```javascript 24 web_fetch({ 25 url: "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin&vs_currencies=usd" 26 }) 27 ``` 28 29 ### Get multiple coins with 24h change 30 ```javascript 31 web_fetch({ 32 url: "https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum,solana&vs_currencies=usd&include_24hr_change=true" 33 }) 34 ``` 35 36 ## Coin ID Mapping 37 38 | Symbol | CoinGecko ID | 39 |--------|--------------| 40 | BTC | bitcoin | 41 | ETH | ethereum | 42 | SOL | solana | 43 | USDC | usd-coin | 44 | DOGE | dogecoin | 45 | ADA | cardano | 46 | XRP | ripple | 47 48 ## Response Format 49 50 Present prices clearly: 51 ``` 52 Bitcoin (BTC): $45,123.45 (+2.3% 24h) 53 Ethereum (ETH): $2,456.78 (-1.2% 24h) 54 ``` 55 56 ## Rate Limits 57 58 CoinGecko free tier: 10-30 requests/minute. 59 60 --- 61 > Source: [sepivip/SeekerClaw](https://github.com/sepivip/SeekerClaw) — distributed by [TomeVault](https://tomevault.io). 62 <!-- tomevault:4.0:skill_md:2026-07-04 -->
tomevault-io/skills-registry/tree/main/sepivip--seekerclaw--seekerclaw commit 23e0b88816
Frequently asked questions How do I install the Sepivip Seekerclaw Seekerclaw skill? Run npx skillmds@latest add tomevault-io/sepivip-seekerclaw-seekerclaw in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Sepivip Seekerclaw Seekerclaw skill do? Crypto Prices It is listed under Coding & Dev Tools on SkillMD.
Is Sepivip Seekerclaw Seekerclaw safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Sepivip Seekerclaw Seekerclaw? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Sepivip Seekerclaw Seekerclaw free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Sepivip Seekerclaw Seekerclaw? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.