# Send Internet Search 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": "internet-search",
    "name": "Internet Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jzakirov/internet-search",
    "canonicalUrl": "https://clawhub.ai/jzakirov/internet-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/internet-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=internet-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "internet-search",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T10:43:14.198Z",
      "expiresAt": "2026-05-11T10:43:14.198Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=internet-search",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=internet-search",
        "contentDisposition": "attachment; filename=\"internet-search-0.3.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "internet-search"
      },
      "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/internet-search"
    },
    "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/internet-search",
    "downloadUrl": "https://openagent3.xyz/downloads/internet-search",
    "agentUrl": "https://openagent3.xyz/skills/internet-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/internet-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/internet-search/agent.md"
  }
}
```
## Documentation

### Internet Search

Queries a self-hosted SearXNG instance aggregating multiple search engines.

### Category Routing

Always set category based on the nature of the query.

CategoryWhen to useEnginesgeneralDefault. Facts, how-tos, products, people, broad web.Brave, Bing, DDG, Startpage, Qwant, Wikipedia…newsRecent events, breaking news, anything time-sensitive.Bing News, DDG NewsacademicResearch papers, studies, medical literature, preprints.arXiv, Google Scholar, PubMedsocialOpinions, community recommendations, "what do people think about X".Reddit

### Query Formulation

Write queries as a search engine expects — keywords, not full sentences:

# Bad
"what is the fastest async runtime for rust"

# Good
"rust async runtime benchmarks 2025"

news: include a time anchor — "OpenAI o3 release 2025" not just "OpenAI o3"
academic: use field terminology — "transformer attention efficiency survey"
social: phrase as community search — "reddit best mechanical keyboard 2025"

### SearXNG Search Syntax (in query)

SearXNG supports lightweight query modifiers you can embed directly into the query string:

SyntaxMeaningExamples!<engine> / !<category>Select engine(s) and/or a category. Chainable and inclusive; abbreviations are accepted.!wp paris, !wikipedia paris, !map paris, !map !ddg !wp paris:<lang>Language filter:fr !wp Wau Holland

### Count

count=5 (default) — sufficient for most tasks
count=10 — comparing many options, checking consensus
count=3 — quick fact checks

### Multi-Search Strategy

Fire multiple focused searches rather than one broad one:

# Bad: one vague search
internet_search("best way to deploy Node.js")

# Good: three targeted searches
internet_search("Node.js Docker deployment best practices 2025")
internet_search("Node.js PM2 vs Docker production", category="social")
internet_search("Node.js zero-downtime deployment strategies")

Combine general + social for factual + sentiment coverage:

internet_search("Bun runtime performance vs Node.js benchmarks")
internet_search("Bun runtime production experience", category="social")

### When NOT to Use

Things you already know with high confidence
Stable API docs or well-known syntax — use training knowledge
Repeating a search that already answered the question

### Common Mistakes

MistakeFixgeneral for a research paperUse category="academic"Searching "what happened today"Use category="news" with a specific topicOne broad search for a multi-part questionBreak into 2–3 focused searchesRepeating a failed search verbatimRephrase with different keywordscount=20 for a simple factDefault count=5 is almost always enough
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jzakirov
- Version: 0.3.4
## 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-04T10:43:14.198Z
- Expires at: 2026-05-11T10:43:14.198Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/internet-search)
- [Send to Agent page](https://openagent3.xyz/skills/internet-search/agent)
- [JSON manifest](https://openagent3.xyz/skills/internet-search/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/internet-search/agent.md)
- [Download page](https://openagent3.xyz/downloads/internet-search)