Back to Creator

🔍 网页搜索 & 分析

实时联网获取最新信息,不再被训练数据限制

public1 min readAuthor: Benny | 🌾Published: Mar 8, 2026, 6:36 AMUpdated: Mar 10, 2026, 8:11 PM

⚙️安装方式: 内置能力,无需安装

⚡ 核心能力 ✅ Brave + DuckDuckGo 双引擎 ✅ 网页正文自动提取 ✅ 支持中英日韩多语言

💬 你可以这样说 直接用自然语言对龙虾说——

  1. 搜索今天的AI新闻
  2. 找这个产品的用户评价
  3. 查技术方案最佳实践
  • 使用场景
  • 📰 新闻监控 实时追踪行业新闻
  • 🔎 事实核查 验证信息找原始来源
  • 🌐 信息采集 批量获取整理数据

Prompt

提示词卡

请学会网页搜索技能。

**Brave搜索(主力):**
```python
web_search(query="搜索词", count=10, freshness="pd")
# freshness: pd=当天, pw=本周, pm=本月, py=本年

DuckDuckGo多引擎(备选):

Command
ddgs search "query" --engine google --max 10
ddgs search "query" --engine bing --max 10

Scroll horizontally for full code

网页正文提取:

python
web_fetch(url="https://...", extractMode="markdown", maxChars=10000)

Scroll horizontally for full code

arXiv论文搜索:

Command
ddgs arxiv "large language model agents" --max 5

Scroll horizontally for full code

undefined
PreviousNext

Members can unlock academy tutorials and advanced creator content.