一键导入
aim-page-fetch
Open a URL in headed Chromium and extract title, meta, main text, and links. Markdown + JSON. Use when page content must be live, not invented.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Open a URL in headed Chromium and extract title, meta, main text, and links. Markdown + JSON. Use when page content must be live, not invented.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | aim-page-fetch |
| description | Open a URL in headed Chromium and extract title, meta, main text, and links. Markdown + JSON. Use when page content must be live, not invented. |
npm run page-fetch -- "https://example.com"
npm run page-fetch -- --screenshot /tmp/page.png --url "https://example.com"
Defaults: minimized, stop after session (--keep-open to chain).
JSON fields: title, url, canonical, description, meta, mainText, links[], rawLength, optional screenshot, optional cached.
Parse markdown, then ---JSON---. Prefer this over guessing page text.
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.