unified-search

Parallelize web searches across Gemini CLI, Codex CLI, and WebSearch into a unified report.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/biwakonbu/cc-plugins --skill unified-search
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: unified-search
Source: https://github.com/biwakonbu/cc-plugins/tree/main/plugins/web-search-unified/skills/unified-search
Command: npx skills add https://github.com/biwakonbu/cc-plugins --skill unified-search

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables parallelized, multi-source web searches and unified result synthesis, reducing the time and effort required to gather corroborating information from diverse sources.

Core Features & Use Cases

  • Parallelized multi-source search: Run Gemini CLI, Codex CLI, and WebSearch in parallel to collect results.
  • De-duplication & confidence scoring: Merge duplicates and rank results by source reliability.
  • Use Case: Ideal for technical research, competitive analysis, and fact-checking where cross-source validation is essential.

Quick Start

  • Run a parallel search for your query: bash "$(dirname "$0")/../../scripts/parallel-search.sh" "<your query>"
  • Invoke the WebSearch tool with the same query
  • Review the integrated results report

Frequently Asked Questions about unified-search

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

FAQPage Schema
How do I run parallel web searches across multiple AI search engines?β–Ό

Parallel web searches across Gemini CLI, Codex CLI, and WebSearch can be executed simultaneously to gather and unify results. This multi-source search approach collects corroborating information quickly, reducing the manual effort of querying each engine individually.

What is the best way to de-duplicate results from different search engines?β–Ό

De-duplicating results from different search engines involves merging identical findings and ranking them by source confidence. This consolidated report ensures cross-source validation is reliable and noise-free for technical research or fact-checking.

How do I consolidate web search results into a single decision-making report?β–Ό

Consolidating web search results into a decision-making report requires aggregating parallel query outputs, removing duplicates, and ranking sources by confidence. This unified synthesis provides a single, reliable view for market analysis or competitive research.

Does multi-source search work for technical research and fact-checking?β–Ό

Multi-source search works effectively for technical research and fact-checking by orchestrating parallel executions across diverse engines. It targets knowledge discovery tasks requiring corroboration from varied sources to ensure information accuracy.

Do I need to install Gemini CLI and Codex CLI to run multi-source searches?β–Ό

You need Gemini CLI and Codex CLI installed to run multi-source searches alongside WebSearch. The Skill orchestrates parallel executions across these platforms, requiring all components active to successfully collect and unify your query results.

Why are my parallel search results showing conflicting information?β–Ό

Parallel search results show conflicting information because they aggregate raw data from diverse engines like Gemini and Codex. The Skill handles this by de-duplicating results and ranking them by confidence to generate a consolidated, reliable report.