·get-crypto-price
!

get-crypto-price

Fetch current and historical crypto prices and compute ATH or ATL over common time windows.

9Installs·3Trend·@besoeasy

Installation

$npx skills add https://github.com/besoeasy/open-skills --skill get-crypto-price

How to Install get-crypto-price

Quickly install get-crypto-price AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/besoeasy/open-skills --skill get-crypto-price
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: besoeasy/open-skills.

SKILL.md

View raw

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.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/besoeasy/open-skills --skill get-crypto-price
Category
!Security
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from besoeasy/open-skills

Quick answers

What is get-crypto-price?

Fetch current and historical crypto prices and compute ATH or ATL over common time windows. Source: besoeasy/open-skills.

How do I install get-crypto-price?

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

Where is the source repository?

https://github.com/besoeasy/open-skills

Details

Category
!Security
Source
skills.sh
First Seen
2026-03-10