用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/paulirish/dotfiles --skill google-ai-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | google-ai-search |
| description | Run a Google Search and capture the AI response/Overview. |
This skill allows running a Google search query and capturing the AI Overview (SGE) response. It connects to a running Chrome instance via Chrome DevTools Protocol (CDP) to leverage the user's active session and authentication.
You must have Chrome running with remote debugging enabled on port 51673 (or specify a custom port).
To launch Chrome with remote debugging on Mac:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=51673
node agents/skills/google-ai-search/scripts/google-ai-search.ts [--port <port>] <query>
Example:
node agents/skills/google-ai-search/scripts/google-ai-search.ts "how to use webusb in chrome extension"
The script will attempt to capture the AI response (either from network traffic or SGE DOM container) and save it as an HTML file in your ~/Downloads directory (e.g., ~/Downloads/aimode_how-to-use-webusb-in-chrome-.html).