What is get-crypto-price?
Fetch current and historical crypto prices and compute ATH or ATL over common time windows. Source: besoeasy/open-skills.
Fetch current and historical crypto prices and compute ATH or ATL over common time windows.
Quickly install get-crypto-price AI skill to your development environment via command line
Source: besoeasy/open-skills.
This short guide shows how to fetch current prices and at least 3 months of past price action using CoinGecko, Binance, and Coinbase public APIs. It also shows how to compute ATH (highest) and ATL (lowest) within time windows: 1 DAY, 1 WEEK, 1 MONTH.
Node.js: Fetch 90 days and compute ATH/ATL for 1d/7d/30d windows.
Notes: CoinGecko returns sampled points (usually hourly) — good for these windows.
Fetch current and historical crypto prices and compute ATH or ATL over common time windows. Source: besoeasy/open-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/besoeasy/open-skills --skill get-crypto-priceFetch current and historical crypto prices and compute ATH or ATL over common time windows. Source: besoeasy/open-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/besoeasy/open-skills --skill get-crypto-price Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/besoeasy/open-skills