← All skills
Tencent SkillHub · Developer Tools

Internet Search

How to use the internet_search tool effectively — category routing, query formulation, and multi-search strategies. Use whenever web search is needed: curren...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

How to use the internet_search tool effectively — category routing, query formulation, and multi-search strategies. Use whenever web search is needed: curren...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.3.4

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc