skills/coingecko-open-page/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-open-pageInstall 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 ±1-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
Orchestrate one to five Codex CLI agents to implement an approved Claude Code plan.
tools
Preview or rename a GitHub upstream repo and matching local project folder, update origin, and preserve Codex CLI and Claude Code continuity references.