Agent skill · bighardperson
multi-search-engine
Multi search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API
What it needs
About 3k tokens when loaded.
What this skill does
Multi Search Engine Integration of 16 search engines for web crawling without API keys. Workflow 1. Preparation: AI Agent initializes an empty in-memory cookie store. Cookies are only acquired dynamically during search operations when access is denied 2. Language Evaluation: Detect the language attribute of the search query. If the query is in Chinese, use Domestic search engines (Baidu, Bing CN, Bing INT, 360, Sogou, WeChat, Shenma). If the query is non-Chinese, use International search engines (Google, Google HK, DuckDuckGo, Yahoo, Startpage, Brave, Ecosia, Qwant, WolframAlpha). Select engines based on query relevance and availability. 3. Controlled Search: Use webfetch to execute search requests with rate limiting: Add 1-2 second delay between requests to respect server load Batch requests in groups of 3-4 engines with sequential execution between batches Include standard browser headers to identify as legitimate user agent If access is denied (403/429), fetch engine homepage to obtain fresh session cookies 4. Cookie Management: Cookies are stored ONLY in memory during runtime Cookies are acquired on-demand when search requests fail No cookies are read from or written to config.json or any file Cookies are cleared after search session completes Only session cookies from search engine domains are captured 5. Retry Mechanism: If a search fails due to cookie/session issues, retry once with freshly acquired cookies after a 2-second delay 6. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills bighardperson/多引擎搜索