# Send Multi Search Engine to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "multi-search-engine",
    "name": "Multi Search Engine",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/gpyAngyoujun/multi-search-engine",
    "canonicalUrl": "https://clawhub.ai/gpyAngyoujun/multi-search-engine",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/multi-search-engine",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multi-search-engine",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "CHANNELLOG.md",
      "SKILL.md",
      "config.json",
      "metadata.json",
      "references/international-search.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "multi-search-engine",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T21:45:38.225Z",
      "expiresAt": "2026-05-12T21:45:38.225Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multi-search-engine",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=multi-search-engine",
        "contentDisposition": "attachment; filename=\"multi-search-engine-2.1.3.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "multi-search-engine"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/multi-search-engine"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/multi-search-engine",
    "downloadUrl": "https://openagent3.xyz/downloads/multi-search-engine",
    "agentUrl": "https://openagent3.xyz/skills/multi-search-engine/agent",
    "manifestUrl": "https://openagent3.xyz/skills/multi-search-engine/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/multi-search-engine/agent.md"
  }
}
```
## Documentation

### Multi Search Engine v2.0.1

Integration of 17 search engines for web crawling without API keys.

### Domestic (8)

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}

### International (9)

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}

### Quick Examples

// 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"})

### Advanced Operators

OperatorExampleDescriptionsite:site:github.com pythonSearch within sitefiletype:filetype:pdf reportSpecific file type"""machine learning"Exact match-python -snakeExclude termORcat OR dogEither term

### Time Filters

ParameterDescriptiontbs=qdr:hPast hourtbs=qdr:dPast daytbs=qdr:wPast weektbs=qdr:mPast monthtbs=qdr:yPast year

### Privacy Engines

DuckDuckGo: No tracking
Startpage: Google results + privacy
Brave: Independent index
Qwant: EU GDPR compliant

### Bangs Shortcuts (DuckDuckGo)

BangDestination!gGoogle!ghGitHub!soStack Overflow!wWikipedia!ytYouTube

### WolframAlpha Queries

Math: integrate x^2 dx
Conversion: 100 USD to CNY
Stocks: AAPL stock
Weather: weather in Beijing

### Documentation

references/advanced-search.md - Domestic search guide
references/international-search.md - International search guide
CHANGELOG.md - Version history

### License

MIT
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: gpyAngyoujun
- Version: 2.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T21:45:38.225Z
- Expires at: 2026-05-12T21:45:38.225Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/multi-search-engine)
- [Send to Agent page](https://openagent3.xyz/skills/multi-search-engine/agent)
- [JSON manifest](https://openagent3.xyz/skills/multi-search-engine/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/multi-search-engine/agent.md)
- [Download page](https://openagent3.xyz/downloads/multi-search-engine)