web-search
web-search
Use browser automation to search the web through multiple engines, then fall back automatically when one engine is blocked, logged out, or returns poor results.
When to use
Activate this skill when the user wants:
- real-time web search
- search engine results instead of model memory
- Chinese web search or structured AI answers
- engine-specific search (Google / Bing / Brave / Perplexity / 秘塔AI)
- fallback behavior across multiple search engines
Search engines
| Engine | URL pattern | Strength | Notes |
|---|---|---|---|
| Perplexity | https://www.perplexity.ai/search?q={query} |
Highest answer quality | Needs login once |
| 秘塔AI | https://metaso.cn/ |
Strong Chinese results | Home page interaction may be needed |
https://www.google.com/search?q={query} |
Best general web coverage | Stable fallback | |
| Bing | https://www.bing.com/search?q={query} |
Good Chinese + AI summary | Stable fallback |
| Brave | https://search.brave.com/search?q={query} |
Privacy-friendly | Good backup |
| DuckDuckGo | https://html.duckduckgo.com/html/?q={query} |
Lightweight privacy search | May show anomaly pages |
| 百度 | https://www.baidu.com/s?wd={query} |
Strong Chinese index | Use for Chinese web results |
| 搜狗 | https://www.sogou.com/web?query={query} |
Chinese / WeChat-heavy results | Secondary Chinese backup |
| Tavily | API-based | Agent-oriented | Requires API key |
Intent-based priority chains
Choose the search chain by user intent.
Deep research / comparison / trend analysis
Perplexity -> 秘塔AI -> Bing -> Google -> Brave
Chinese search / Chinese summary / local context
秘塔AI -> Perplexity -> 百度 -> Bing -> Google
General web search / official site / original page lookup
Google -> Bing -> Brave -> DuckDuckGo
Privacy-first search
Brave -> DuckDuckGo -> Bing
Fallback rules
Immediately switch to the next engine when any of these happens:
- login expired
- captcha / verification / blocked / robot / abnormal traffic
- empty result page
- redirected back to the home page
- page structure is broken and no useful text can be extracted
- only input box is visible with no actual results
Success criteria
Treat a search as successful when at least two of these are true:
- the page title or URL clearly indicates a result page
- extracted text is non-empty and contains meaningful results
- there are structured answers, result lists, citations, or related questions
- the content is clearly not just the search homepage
Execution flow
- Infer search intent from the user request.
- Select the matching priority chain.
- Try the first engine.
- Extract text with browser tools.
- Check success criteria.
- If blocked or poor, switch to the next engine.
- Return the first good result, and optionally add a second source for comparison.
Scripts
scripts/browser_search.py— generate engine priority plans and fallback chainsevals/evals.json— prompt coverage for the main routing scenarios
Notes
- Prefer Perplexity for best answer quality when login is valid.
- Prefer 秘塔AI for Chinese structured answers.
- Prefer Google/Bing for finding original pages and official websites.
- Use Brave/DuckDuckGo as privacy-oriented backups.
- Do not rely on a single engine; fallback is part of the skill design.
More from openminis/minisskills
douyin-downloader
Download Douyin (抖音) videos from share links. Parse Douyin share text/links, download watermark-free videos, and transcribe audio to text using Volcano Engine ASR (Doubao Speech). Uses Python for iSH compatibility.
11twitter-x-hub
>
7doubao-tts
使用豆包语音合成(Volcengine TTS)将文本转为语音文件。当用户提到"豆包TTS"、"豆包语音合成"、"doubao tts"、"火山引擎TTS"、"volcengine tts"、"语音合成"、"文字转语音"、"TTS"、"生成音频"、"朗读文字",或任何需要调用豆包/火山引擎语音合成 API 的场景,必须触发本技能。
6exa-search
Search the web, read webpages as markdown, and run filtered web retrieval with Exa MCP. Use this skill whenever the user asks for current web information, web research, domain/date/category-filtered search, company or people lookup via search filters, or extracting clean page content from one or more URLs.
6bilibili-hub
>
6twitter-downloader
Download text, images, GIFs, and videos from Twitter/X posts via fxtwitter API. Trigger when users share any twitter.com or x.com link, or ask to download or see media from a tweet (e.g., '下载推特视频', '把这条推文的图存下来', 'what's in this tweet').
5