General
448 installs
coingecko
by starchild-ai-agent/official-skills
Crypto spot prices, OHLC charts, market discovery, and global stats. Use when looking up coin prices, market caps, trending coins, sector rankings, or…
Skill content
Script Usage Script-mode skill - read this file, then invoke from a bash block: python3 - <<'EOF' import sys, json sys.path.insert(0, "/data/workspace/skills/coingecko") from exports import coin_price, cg_trending, cg_global print(coin_price(coin_ids="bitcoin,ethereum")) print(cg_trending()) EOF