โ† All skills
Tencent SkillHub ยท Developer Tools

Web Searcher

Autonomous web research agent that performs multi-step searches, follows links, extracts data, and synthesizes findings into structured reports. Use when asked to research a topic, find information across multiple sources, compare options, gather market data, compile lists, or answer questions requiring deep web investigation beyond a single search.

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

Autonomous web research agent that performs multi-step searches, follows links, extracts data, and synthesizes findings into structured reports. Use when asked to research a topic, find information across multiple sources, compare options, gather market data, compile lists, or answer questions requiring deep web investigation beyond a single search.

โฌ‡ 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, scripts/research_plan.py

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
1.0.0

Documentation

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

Workflow

Parse the query โ€” Break the user's request into 2-5 specific search queries that cover different angles of the topic. Search phase โ€” Execute searches using web_search. Rate limit: max 3 searches, then assess before continuing. Deep dive phase โ€” For promising results, use web_fetch to extract full content. Prioritize: Primary sources over aggregators Recent content over old (check dates) Authoritative domains over random blogs Cross-reference โ€” Compare findings across sources. Flag contradictions. Note consensus. Synthesize โ€” Compile findings into a clear, structured response with: Key findings (bullet points) Sources cited (URLs) Confidence level (high/medium/low per claim) Gaps identified (what couldn't be found)

Factual queries

Search โ†’ verify across 2+ sources โ†’ report with citations.

Comparison/market research

Search each option separately โ†’ fetch detail pages โ†’ build comparison table โ†’ recommend.

People/company research

Search name + context โ†’ fetch LinkedIn/company pages โ†’ cross-reference news โ†’ compile profile.

How-to/technical

Search with specific technical terms โ†’ fetch documentation/guides โ†’ distill steps.

Guidelines

Max 10 searches per task to avoid rate limits and token waste. Max 5 page fetches โ€” be selective about which URLs to deep-dive. Always include source URLs so the user can verify. If a search returns nothing useful, rephrase and retry once before moving on. For time-sensitive info, use freshness parameter (pd/pw/pm/py). Prefer web_fetch with maxChars: 5000 to keep context manageable. If the task is massive, suggest breaking it into sub-tasks or spawning sub-agents.

Output Format

  • ## [Topic]
  • ### Key Findings
  • Finding 1 (Source: url)
  • Finding 2 (Source: url)
  • ### Details
  • [Expanded analysis]
  • ### Sources
  • 1. [Title](url) โ€” what was found here
  • 2. [Title](url) โ€” what was found here
  • ### Confidence & Gaps
  • High confidence: [claims well-supported]
  • Low confidence: [claims with limited sources]
  • Not found: [what couldn't be determined]
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 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/research_plan.py Scripts