skills/coingecko-historical/SKILL.md
Open the CoinGecko historical-data page for a coin/date in Chromium via Chrome DevTools MCP.
npx skillsauth add paulrberg/agent-skills coingecko-historicalInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Open a validated one-day window around the requested date in Chromium.
Require a CoinGecko coin ID and an ISO date (YYYY-MM-DD). Resolve a supplied name or symbol with
cg search <term> -o json before 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_page with background: false.
Completion is the successfully opened page URL. Do not use the macOS open command.
development
Use when creating or substantially redesigning web interfaces, landing pages, dashboards, components, or other frontend UI where visual direction and implementation quality matter. Produces subject-specific art direction, accessible responsive code, and rendered visual verification.
development
Orchestrate one to five Sonnet subagents to implement an approved Claude Code plan.
tools
Open the CoinGecko historical-data page for a coin/date in Chromium via Chrome DevTools MCP.
tools
Orchestrate one to five Codex CLI agents to implement an approved Claude Code plan.