ai-search-hub

仓库创建 2026年3月12日最近提交 3 个月前SkillHot 收录 21 天前
▸ 精选理由

便于批量对接与测试不同 Web 模型接口,适合评测与数据采集。

▸ 风险提示

需启动调试浏览器并访问外部网站,可能涉及隐私与远程调试风险。

这个 Skill 做什么

运行多家模型站点(Yuanbao/LongCat/Qwen/Gemini等)的浏览器自动化脚本,支持连接或启动调试浏览器。

运行一批针对 Yuanbao、LongCat、Qwen、Gemini 等站点的浏览器自动化脚本,能启动或附着到 Chrome DevTools(9222 端口),并用本地浏览器数据建立隔离调试配置。会自动检测是否需要登录并等你完成登录后继续,适合要自动化向这些搜素/问答站点发 prompt 或做抓取时用。

▸ 展开 SKILL.md 英文原文

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.

自动化集成浏览器自动化多模型Playwright通用
1.2k
Stars
108
Forks
1
仓库内 Skill
+22
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/minsight-ai-info/AI-Search-Hub/main/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/minsight-ai-info/AI-Search-Hub/main/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AI Search Hub

Use this skill only for this repository's AI Search Hub browser automation scripts:

- `scripts/yuanbao_playwright.py`
- `scripts/longcat_playwright.py`
- `scripts/doubao_playwright.py`
- `scripts/qwen_playwright.py`
- `scripts/gemini_playwright.py`
- `scripts/grok_playwright.py`
- `scripts/minimaxi_playwright.py`

## When To Use

Use this skill when the user asks to:

- run one of the supported chat sites from this repo
- normalize invocation across the three scripts
- auto-start a debug Chromium-family browser session
- detect whether `127.0.0.1:9222` is available
- prompt for login if the target site is not logged in, then continue automatically
- seed an isolated debug p
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有