Coingecko open page
PRB's collection of agent skills
npx -y skills add PaulRBerg/agent-skills --skill coingecko-open-pageAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Open the CoinGecko historical-data page for a coin/date in Chromium via Chrome DevTools MCP.
SKILL.md
1.2 KB, as published. Nobody here has run it
CoinGecko Historical
If these instructions are already present in the conversation from a slash or dollar invocation, follow them directly; do not invoke this skill again through a skill tool.
Open a validated ±1-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
### 🌐 CoinGecko history opened — <coin-id> · <date> (±1 day)followed by the linked page URL. Do not use the macOSopencommand. Keep the helper's bare-URL stdout and validation errors undecorated.