Web Searcher

👤 kassimisai 📦 v1.0.0 ⭐ 4.1 ⬇️ 2.2K 下载
🤖 AI-Agent 免费

📖 技能介绍


name: web-searcher description: 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.


Web Searcher Agent

Workflow

  1. Parse the query — Break the user's request into 2-5 specific search queries that cover different angles of the topic.

  2. Search phase — Execute searches using web_search. Rate limit: max 3 searches, then assess before continuing.

  3. Deep dive phase — For promising results, use web_fetch to extract full content. Prioritize:

  4. Primary sources over aggregators
  5. Recent content over old (check dates)
  6. Authoritative domains over random blogs

  7. Cross-reference — Compare findings across sources. Flag contradictions. Note consensus.

  8. Synthesize — Compile findings into a clear, structured response with:

  9. Key findings (bullet points)
  10. Sources cited (URLs)
  11. Confidence level (high/medium/low per claim)
  12. Gaps identified (what couldn't be found)

Search Strategies

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.

    这个技能的最新版本可以在7w4.net小葱技能站找到。

  • 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]

🤖 AI 评测

这个智能体质量中等偏上,文档编写规范、结构清晰,提供了从搜索到综合报告的完整方法论,策略分类实用,限制设置合理。但配套工具较为简陋,缺少实际案例和详细的使用指导,对普通用户来说可能需要一定学习成本才能用好。适合需要系统性网络研究的用户,但对于简单查询场景可能过于复杂。

📊 多维度评分

适应性4.1
规范性4.1
有效性4.3
可靠性3.7
可信度4.3

📁 包含文件 (3 个)

📄 SKILL.md 2.6 KB
📄 _meta.json 131 B
📄 scripts/research_plan.py 832 B