Universal Search Orchestrator
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md and install @user_c6863e36/search-orchestrator.
About this skill
Problem
search-orchestrator targets common failure modes in agent search: queries becoming too generic, multiple tools consuming the same prompt, results that seem topical but cannot be traced back to the original question, and research stopping after one shallow round. Instead of wrapping web_search only, it chains tool discovery, subquery construction, parallel execution, convergence checks, and output auditing into a repeatable pipeline, making search results more evidence-like than a pile of snippets.
Orchestration and key constraints
- Discover before invoking:
discover.jsscans installed search skills, extractsreadytools and call templates, and falls back to built-in tools such asweb_searchandweb_fetchwhen no external skill is available. - Complexity routing: L0, L1, and L2 levels control depth. Single-fact questions use light verification; comparisons and news require iterative checks; deep research forces multiple rounds until convergence or the hard limit.
- Anchor control: the workflow extracts 2–4 exclusive anchor terms from the original question. Every round must preserve the anchors and expand only subdimensions. It filters topic drift using anchor presence, anchor-removal, and traceability tests.
- Parallel execution and agent co-execution: scripts can run shell-based search tools, while the agent must also call built-in
web_searchin parallel, fetch key pages after the first URL list, and usebrowserwhen fetch is blocked. - Output audit: each claim must answer the original question; core facts should be supported by at least two independent sources. Generic background, filler, and untraceable content are removed.
Boundaries
It fits multi-source verification and iterative research, but it depends on usable search skills or built-in tools. Cross-language anchor matching, long compound-word segmentation, and factual-conflict detection still have limits, so sources and claims still need manual review.
Use Cases
- Have an Agent call multiple search skills before answering, keeping traceable sources for each claim.
- Break a 2025 technology-trend question into subdimensions and iterate until the results converge.
- Filter low-relevance pages and summaries before drafting a research report that must answer the original question.
- Fall back to web_search and web_fetch for basic verification when no external search skill is installed.
Best For
- AI engineers who need Agents to perform multi-source fact-checking with traceable source chains
- Research-assistant developers who want news, papers, and market notes converted into traceable conclusions
- Product or platform engineers who need to constrain Agent search from drifting or over-expanding background
- Agent developers debugging OpenClaw, skill tool calls, and parallel built-in web tools
Related Skills
A guide for writing Seedance 2.0 video prompts, covering @ references, camera moves, time segments, audio direction, and common pitfalls.
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.
A hybrid-evolution agent for OpenClaw developers that offers tiered-confirmation and rollback-safe capability optimization.