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/dot-agents 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
Refactor naming and repository structure exhaustively while preserving behavior and external contracts.
tools
Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to `--slim` mode (MCP configuration).
testing
Audit an entire repository with fresh eyes for correctness errors, bugs, omissions, duplication, inconsistencies, and other evidenced mistakes; fix every safe issue and verify the result.
development
Autonomous overnight codebase improvement with bounded runtime, evidence-gated changes, and verification.