Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and WolframAlpha knowledge queries. No API keys required.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Integration of 17 search engines for web crawling without API keys.
Baidu: https://www.baidu.com/s?wd={keyword} Bing CN: https://cn.bing.com/search?q={keyword}&ensearch=0 Bing INT: https://cn.bing.com/search?q={keyword}&ensearch=1 360: https://www.so.com/s?q={keyword} Sogou: https://sogou.com/web?query={keyword} WeChat: https://wx.sogou.com/weixin?type=2&query={keyword} Toutiao: https://so.toutiao.com/search?keyword={keyword} Jisilu: https://www.jisilu.cn/explore/?keyword={keyword}
Google: https://www.google.com/search?q={keyword} Google HK: https://www.google.com.hk/search?q={keyword} DuckDuckGo: https://duckduckgo.com/html/?q={keyword} Yahoo: https://search.yahoo.com/search?p={keyword} Startpage: https://www.startpage.com/sp/search?query={keyword} Brave: https://search.brave.com/search?q={keyword} Ecosia: https://www.ecosia.org/search?q={keyword} Qwant: https://www.qwant.com/?q={keyword} WolframAlpha: https://www.wolframalpha.com/input?i={keyword}
// Basic search web_fetch({"url": "https://www.google.com/search?q=python+tutorial"}) // Site-specific web_fetch({"url": "https://www.google.com/search?q=site:github.com+react"}) // File type web_fetch({"url": "https://www.google.com/search?q=machine+learning+filetype:pdf"}) // Time filter (past week) web_fetch({"url": "https://www.google.com/search?q=ai+news&tbs=qdr:w"}) // Privacy search web_fetch({"url": "https://duckduckgo.com/html/?q=privacy+tools"}) // DuckDuckGo Bangs web_fetch({"url": "https://duckduckgo.com/html/?q=!gh+tensorflow"}) // Knowledge calculation web_fetch({"url": "https://www.wolframalpha.com/input?i=100+USD+to+CNY"})
OperatorExampleDescriptionsite:site:github.com pythonSearch within sitefiletype:filetype:pdf reportSpecific file type"""machine learning"Exact match-python -snakeExclude termORcat OR dogEither term
ParameterDescriptiontbs=qdr:hPast hourtbs=qdr:dPast daytbs=qdr:wPast weektbs=qdr:mPast monthtbs=qdr:yPast year
DuckDuckGo: No tracking Startpage: Google results + privacy Brave: Independent index Qwant: EU GDPR compliant
BangDestination!gGoogle!ghGitHub!soStack Overflow!wWikipedia!ytYouTube
Math: integrate x^2 dx Conversion: 100 USD to CNY Stocks: AAPL stock Weather: weather in Beijing
references/advanced-search.md - Domestic search guide references/international-search.md - International search guide CHANGELOG.md - Version history
MIT
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.