ai-search-hub

Coordinates AI search queries across platforms via Chrome DevTools sessions.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/handsomelong922/my-codex-skills --skill ai-search-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-search-hub
Source: https://github.com/handsomelong922/my-codex-skills/tree/main/skills/ai-search-hub
Command: npx skills add https://github.com/handsomelong922/my-codex-skills --skill ai-search-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) components.

What problem does it solve?

Coordinating cross-platform AI search prompts and browser sessions across Yuanbao, LongCat, Doubao, Qwen, Gemini, Grok, and MiniMax, while handling login prompts and DevTools sessions.

Core Features & Use Cases

  • Unified routing to the best platform for a given question, using the repository's routing rules.
  • Automated session management including seed of isolated debug profiles and optional login prompts.
  • Scripted execution of platform automation scripts under scripts/ to perform deterministic tasks.

Quick Start

Ask a question and let the skill route it to the most suitable AI search site, start a browser session if needed, and return the answer.

Frequently Asked Questions about ai-search-hub

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate cross-platform AI search queries across multiple providers?

Automate cross-platform AI search by routing questions to optimal providers using repository rules. Playwright scripts attach to Chrome DevTools on port 9222 to coordinate sessions across Yuanbao, Gemini, Grok, and MiniMax.

How does browser automation handle login prompts when aggregating AI search results?

Browser automation handles login prompts by seeding isolated debug profiles via Playwright scripts. The system optionally triggers login waits when spawning Chrome DevTools sessions to ensure authenticated access.

Can I use Playwright to attach to existing Chrome DevTools sessions for AI search routing?

Yes, Playwright attaches to existing Chrome DevTools sessions on port 9222 or spawns new ones. The system seeds isolated profiles when necessary to maintain deterministic cross-platform AI search execution.

What is the best way to route questions to domestic or international AI search platforms?

Route questions by analyzing them against repository routing rules to select the best data world. This optimizes provider selection between domestic platforms like Yuanbao and international platforms like Gemini.

Do I need to install Playwright to coordinate cross-platform AI search sessions?

Yes, Playwright is a required dependency for coordinating cross-platform AI search. It drives the browser automation scripts under the scripts directory that attach to Chrome DevTools and manage isolated profiles.

Why does my AI search automation fail to aggregate results from multiple sites?

AI search aggregation fails if Chrome DevTools is not running on port 9222 or if isolated profiles lack proper seeding. The system requires successful Playwright attachments to route prompts and deliver aggregated results to a single agent.