원클릭으로
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).