用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/PaulRBerg/agent-skills --skill coingecko-open-page命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Assess recurrence risk for agent behavior using local Codex/Claude Code transcripts and recommend evidence-backed durable fixes to AGENTS.md or skills. Not for routine post-success skill-evolution or agent self-improvement reviews.
Create or polish repo agent context: README.md, AGENTS.md/CLAUDE.md, installed project skills, and other Markdown context docs.
Use for current official documentation about Codex, Codex CLI, or Claude Code behavior, configuration, prompting, skills, permissions, tools, surfaces, capabilities, troubleshooting, hooks, app-server, or hook trust; fetch the relevant official URL before answering.
正在显示 SKILL.md
| argument-hint | <coin-id> <date> |
| coordination | exempt |
| disable-model-invocation | true |
| effort | low |
| model | sonnet |
| name | coingecko-open-page |
| user-invocable | true |
| description | Open the CoinGecko historical-data page for a coin/date in Chromium via Chrome DevTools MCP. |
This skill is coordination-exempt: skip the ai-coord gate for its declared work.
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.
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 ### 🌐 CoinGecko history opened — <coin-id> · <date> (±1 day) followed by the linked page URL. Do not
use the macOS open command. Keep the helper's bare-URL stdout and validation errors undecorated.