agentsclimarketplace

Coingecko

Skill DROOdotFOO/agent-skills/skills/coingecko

Agent skills, autonomous agents, and MCP-companions for programming

Install
npx -y skills add DROOdotFOO/agent-skills --skill coingecko

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

CoinGecko and GeckoTerminal API reference for crypto market data, token prices, DEX pools, and on-chain analytics. TRIGGER when: user asks about token/coin prices, market caps, trading volume, DEX pools, trending tokens, price history, crypto market data, or CoinGecko API usage. DO NOT TRIGGER when: user asks about on-chain contract state or transactions (use blockscout skill), or Solidity/smart contract code (use solidity-auditor skill).

SKILL.md

3.2 KB, as published. Nobody here has run it

CoinGecko

Crypto market data via CoinGecko (aggregated CEX+DEX) and GeckoTerminal (on-chain DEX).

Strict rule

Never answer questions about crypto prices, market caps, volumes, supply, TVL, exchange rates, or any time-sensitive market data using training knowledge. Only live API responses provide accurate figures.

When to use which API

CoinGecko (aggregated): Established tokens, broad market analysis, cross-exchange prices. Covers thousands of reviewed coins with volume-weighted aggregation.

GeckoTerminal (on-chain DEX): Pool-level data, newly launched tokens not yet on CoinGecko, on-chain trade history, DEX-specific queries. Covers millions of unreviewed tokens.

Prefer CoinGecko when both could answer -- aggregated data is broader and less susceptible to thin-liquidity distortion.

Multi-chain: CoinGecko covers tokens across all major chains including Ethereum, Solana (SPL tokens by mint address), Tron (TRC-20 by contract), Polygon, Base, Arbitrum, BSC, Avalanche, and 100+ more platforms. Use contract endpoints with the appropriate platform ID (e.g. solana, tron, ethereum).

Authentication

PlanBase URLRate limitAuth header
Prohttps://pro-api.coingecko.com/api/v3250+ calls/minx-cg-pro-api-key: KEY
Demohttps://api.coingecko.com/api/v330 calls/minx-cg-demo-api-key: KEY
Keylesshttps://api.coingecko.com/api/v35 calls/min(none)

GeckoTerminal endpoints use /onchain prefix on the same base URLs.

Reference

FileTopic
cheat-sheet.mdKey endpoints, conventions, error codes
mcp-setup.mdMCP server config (remote + local)
references/coins.mdToken prices, market cap, coin lookup
references/onchain-pools.mdDEX pools, trending, megafilter
references/contract.mdPrice by contract address
references/global.mdGlobal market stats, DeFi metrics

What You Get

  • Reference documentation for CoinGecko and GeckoTerminal API endpoints covering token prices, market data, DEX pools, and on-chain analytics.
  • Guidance on when to use aggregated CoinGecko data vs pool-level GeckoTerminal data, with multi-chain platform IDs.
  • Authentication tiers, rate limits, and MCP server configuration for automated queries.

See also

  • blockscout -- on-chain contract state, transactions, token transfers
  • ethskills -- Ethereum tooling, framework selection, EIP/ERC standards
  • sentinel -- on-chain contract monitoring and anomaly detection

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.