一键导入
aim-web-diff
Snapshot page main text twice (interval) or compare to a baseline JSON. Exit 0 = unchanged, 2 = changed, 1 = error. Headed CDP; stop after session.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Snapshot page main text twice (interval) or compare to a baseline JSON. Exit 0 = unchanged, 2 = changed, 1 = error. Headed CDP; stop 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-web-diff |
| description | Snapshot page main text twice (interval) or compare to a baseline JSON. Exit 0 = unchanged, 2 = changed, 1 = error. Headed CDP; stop after session. |
# Baseline
npm run web-diff -- --url "https://example.com" --save-baseline /tmp/ex-base.json
# Compare later
npm run web-diff -- --url "https://example.com" --baseline /tmp/ex-base.json
echo $? # 0 same, 2 changed
# Two captures in one run
npm run web-diff -- --url "https://example.com" --interval-ms 5000