coingecko-historical
Installation
SKILL.md
CoinGecko Historical
Open a validated one-day window around the requested date in Chromium.
Workflow
-
Require a CoinGecko coin ID and an ISO date (
YYYY-MM-DD). Resolve a supplied name or symbol withcg search <term> -o jsonbefore continuing. -
Build the URL with the portable helper:
uv run <skill-dir>/scripts/build-url.py <coin-id> <date>Invalid IDs or calendar dates exit nonzero without opening a page.
-
Pass the returned URL to
mcp__chrome_devtools.new_pagewithbackground: false. -
Completion is the successfully opened page URL. Do not use the macOS
opencommand.