Run the AI Search Hub browser automation scripts for Yuanbao, LongCat, Doubao, Qwen, Gemini, Grok, and MiniMax. Use this skill when the user wants to ask one of those sites a prompt, auto-start or attach to a Chrome DevTools session on port 9222, seed an isolated debug browser profile from the user's local browser data, detect whether login is required, wait for the user to finish logging in if needed, and then continue automatically.
npx skills add https://github.com/minsight-ai-info/AI-Search-Hub --skill ai-search-hub
Use this skill only for this repository's AI Search Hub browser automation scripts:
scripts/yuanbao_playwright.pyscripts/longcat_playwright.pyscripts/doubao_playwright.pyscripts/qwen_playwright.pyscripts/gemini_playwright.pyscripts/grok_playwright.pyscripts/minimaxi_playwright.pyUse this skill when the user asks to:
127.0.0.1:9222 is availableBefore first use, ensure dependencies are installed. See INSTALL.md for the complete setup sequence:
pip install playwrightplaywright install chromiumThe wrapper auto-detects Chrome/Edge/Brave/Chromium on macOS, Linux, and Windows.
Do not send every question to every platform. Analyze the question first, then route to the platform(s) whose underlying data world is most likely to contain the best answer.
See ROUTING.md for the full decision framework. Quick reference:
| Question Type | Recommended Site | Parent Company |
|---|---|---|
| Twitter / X / real-time social | grok | xAI |
| Google / global web | gemini | Google |
| 微信公众号 / WeChat content | yuanbao | 腾讯 |
| 抖音 / 头条 / ByteDance trends | doubao | 字节跳动 |
| 美团 / 大众点评 / 本地生活 | longcat | 美团 |
| 淘宝 / 阿里 / 通用中文 | qwen | 阿里巴巴 |
| 用户明确要求 MiniMax / MiniMax Agent | minimaxi | MiniMax |
Run the bundled wrapper script instead of calling the site script directly:
python3 scripts/run_web_chat.py --site doubao --prompt "Give me a short Hangzhou food guide."
Key arguments:
--site yuanbao|longcat|doubao|qwen|gemini|grok|minimaxi--prompt "..." required--repo-root <path> if the current working directory is not the repo root--cdp-http http://127.0.0.1:9222 to reuse an existing DevTools endpoint--browser-path <path> to force a specific Chromium-family browser binary--debug-profile-dir <path> to control the isolated debug profile location--user-data-source <path> to force a specific source browser user-data-dir--output <path> to control the destination fileThe wrapper script is the low-freedom path and should be preferred over hand-rolling the sequence.
It does the following:
--cdp-http if 9222 is already listening.about:blank startup tab behind.yuanbao, longcat, doubao), opens the target site and checks for login UI before dispatching the site-specific script.qwen, gemini, grok, minimaxi), opens the target site, enters the prompt, and waits for a reply.--cdp-url.doubao: requires a logged-in session. The visitor page usually does not answer prompts.yuanbao: login may appear as a modal with QQ, WeChat, or last-login buttons even when the page shell is visible.longcat: the wrapper prefers a new chat before sending unless --no-new-chat is requested downstream.qwen, gemini, grok, minimaxi: each has its own Playwright entry script backed by a shared site-chat core. gemini first targets the visible composer and attempts the send once before falling back to the login-wait loop, because the landing page exposes a real textbox even when the account is not yet in a usable chat state.http://127.0.0.1:9222/json/version may otherwise return a false 502.Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome DevTools Protocol. Use when the user needs to interact with an Electron app, automate a desktop app, connect to a running app, control a native app, or test an Electron application. Triggers include "automate Slack app", "control VS Code", "interact with Discord app", "test this Electron app", "connect to desktop app", or any task requiring automation of a native Electron application.
Automate Anchor Browser tasks via Rube MCP (Composio). Always search tools first for current schemas.
Automate Browser Tool tasks via Rube MCP (Composio). Always search tools first for current schemas.
Get Image [from] Internet Link - Zero-setup CLI for downloading full-resolution images from iCloud, Dropbox, Google Photos, and Google Drive share links. Four-tier capture strategy, browser automation, HEIC conversion, album support. Node.js/Playwright.
Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, content scripts, popup UIs, monetization strategies, and Chrome Web Store publishing. Use when: browser extension, chrome extension, firefox addon, extension, manifest v3.
Take minsight-ai-info/ai-search-hub from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference pip.
Without those the skill loads but fails at the first command.