← 返回
未分类 中文

Free Web Search Ultimate

Universal Search-First Knowledge Acquisition Plugin for LLMs. Enables real-time web search and deep page browsing via MCP or CLI. Zero-cost, privacy-first, s...
通用搜索优先的知识获取插件,专为大型语言模型设计。支持通过 MCP 或 CLI 进行实时网页搜索和深度页面浏览。零成本、隐私优先,...
wd041216-bit wd041216-bit 来源
未分类 clawhub v11.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 493
下载
💾 0
安装
1
版本
#latest#v11

概述

Free Web Search Ultimate v11.0 — Search-First Paradigm

Overview

This skill enables real-time web search and page browsing for any LLM agent. It introduces a Search-First approach to knowledge acquisition: instead of relying solely on training data, the agent should use live web search as the primary source for factual, technical, and time-sensitive information.

Core Behavior Guidelines

When this skill is active, the agent should follow these guidelines:

Guideline 1 — Search Before Answering: For questions involving facts, current events, software versions, statistics, people, companies, or technical documentation, call search-web before generating a response.

Guideline 2 — Treat Training Data as a Starting Point: Training data has a cutoff date. For any claim that may have changed recently, verify it via search.

Guideline 3 — Deep-Dive When Needed: If search snippets don't provide enough detail, use browse-page to read the full source document.

Guideline 4 — Always Cite Sources: Every factual statement in the final response should be accompanied by the source URL from search results.

Guideline 5 — Prefer News for Recency: For anything that happened in the last year, use search-web --type news to get the most recent information.

Available Commands

search-web — Real-Time Web Search

# General knowledge (default)
search-web "query here"

# Current events and news
search-web "query here" --type news

# Images
search-web "query here" --type images

# Academic / books
search-web "query here" --type books

# Videos
search-web "query here" --type videos

# Region-specific (e.g., Chinese)
search-web "查询内容" --region zh-cn

# Time-limited (d=day, w=week, m=month, y=year)
search-web "query here" --timelimit w

# Machine-readable JSON output
search-web "query here" --json

browse-page — Deep Page Reading

# Read full content of a URL
browse-page "https://example.com/article"

# JSON output
browse-page "https://example.com/article" --json

Decision Tree for Agents

User asks a question
        │
        ▼
Is it purely creative/hypothetical?
   YES → Answer directly
   NO  ▼
Does it involve facts, events, versions, or data?
   YES ▼
Run: search-web "<query>" [--type news if recent event]
        │
        ▼
Are snippets sufficient to answer?
   YES → Synthesize answer + cite sources
   NO  ▼
Run: browse-page "<top_result_url>"
        │
        ▼
Synthesize answer from full page content + cite source

Why Search-First?

Default LLM BehaviorSearch-First Behavior
------
Answers from training dataAnswers from live web
Knowledge cutoff appliesAlways up-to-date
May produce outdated factsCites verifiable sources
Single knowledge sourceMulti-source cross-validation

Integration

This skill works with:

  • OpenClaw — native skill integration
  • Claude Desktop / Cursor — via MCP server (free-web-search-mcp)
  • LangChain — via Python tool wrappers
  • OpenAI Function Calling — via JSON schema definitions

MCP Server Setup (Claude Desktop / Cursor)

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "free-web-search": {
      "command": "free-web-search-mcp",
      "args": []
    }
  }
}

Install via pip from the GitHub repository:

pip install git+https://github.com/wd041216-bit/free-web-search-ultimate.git

Requirements

  • Python 3.8+
  • beautifulsoup4, lxml, ddgs, mcp>=1.1.2

License

MIT-0 — Free to use, modify, and redistribute. No attribution required.

版本历史

共 1 个版本

  • v11.0.0 当前
    2026-05-02 03:30 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Feishu Task Control

wd041216-bit
用于飞书聊天中,当用户想要检查、停止或清理从当前聊天生成的后台任务时。使用子代理和会话工具来列出相关信息。
★ 0 📥 992
knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 94 📥 170,172
knowledge-management

Summarize

paudyyin
智能摘要工具,自动为长文本、文档、网页生成摘要,提取要点与关键词,支持自定义摘要长度。
★ 967 📥 523,190