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.
72
88%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
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 | |
| 微信公众号 / 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.SKILL.md
afcc741
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.