一键导入
aim-screenshot-url
Open a URL in headed Chromium and save a PNG. Use for proof artifacts. Minimized by default; stops after session.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Open a URL in headed Chromium and save a PNG. Use for proof artifacts. Minimized by default; stops after session.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Headed Chromium CDP CLI: tabs, navigate, click/type, extract, screenshots, optional captcha hold helper. Use for general page exploration when a one-verb skill is not enough. Not Puppeteer/Playwright.
Fill form fields on an allowlisted host. Requires --allow-host and --fields. Never submits unless --submit. Redacts password-like values in output.
Multi-turn Google AI Mode via headed Chromium. Initial query uses udm=50; --follow-up / --turns for more turns. Prefer aim-google-ai for single-shot.
Google Search AI Mode (udm=50) via headed Chromium. Returns answer text and sources as markdown + JSON. Use for AI Mode answers, not classic blue links.
Google News (tbm=nws) via headed Chromium. Headlines, sources, times as markdown + JSON. Live only.
Classic Google web results (udm=14), not AI Mode. Ranked titles, URLs, snippets as markdown + JSON. Live only.
| name | aim-screenshot-url |
| description | Open a URL in headed Chromium and save a PNG. Use for proof artifacts. Minimized by default; stops after session. |
npm run screenshot-url -- "https://example.com"
npm run screenshot-url -- --out /tmp/proof.png --url "https://example.com"
npm run screenshot-url -- --full-page "https://example.com"
Report the absolute screenshot path from JSON. Do not describe visuals without the PNG (or pair with page-fetch).