首页龙虾技能列表 › Free Web Search — 免费网页搜索

Free Web Search — 免费网页搜索

v7.0.5

免费网页搜索工具,支持多种搜索引擎和结果获取。

1· 1,726·8 当前·8 累计
by @ucsdzehualiu·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/8
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
该技能的代码和指令与其所述目的(免费网页搜索)一致,它使用多个搜索引擎进行交互,请求适当的配置,不请求无关的凭证或意外端点。
评估建议
此技能似乎确实做到了它声称的:免费网页搜索工具,用于多种搜索引擎和结果获取。安装或运行之前:1) 确认您的搜索API凭证已妥善配置,并且您对授予搜索访问权限感到满意。2) 仅在您信任的环境中运行,避免搜索敏感内容。3) 技能不请求凭证,但注意不要向脚本传递敏感的搜索关键词,除非您信任整个工具链。4) 如果您想要更高的保证,请在运行前在本地审查包含的脚本。...
详细分析 ▾
用途与能力
The name/description (Bing-based Chinese-optimized web search with full-page fetch) matches the included script: it builds Bing/DuckDuckGo URLs, uses Playwright to render pages, extracts search results and optionally fetches full page content. The use of stealth techniques and headless Chromium is coherent with a scraping/search tool.
指令范围
SKILL.md is specific and scoped to running the provided script and optimizing queries. It does not instruct reading unrelated system files or environment variables. However it explicitly encourages installing Playwright/Chromium and the script itself will attempt to auto-install those components at runtime, which expands its scope to changing host state and network downloads.
安装机制
There is no declared install spec in the registry metadata, but the included script auto-installs Playwright via pip (including a pip invocation with --break-system-packages) and runs `playwright install chromium`, then uses os.execv to restart. That means the skill performs unmediated network installs and writes browser binaries to disk at runtime — a higher-risk install pattern not disclosed in the metadata.
凭证需求
The skill does not request environment variables, credentials, or config paths. The operations in code (web scraping, launching a browser) do not require additional secrets, so requested access appears proportionate. The script does, however, change system Python packages and install browser binaries which is out-of-band relative to a pure 'search' skill.
持久化与权限
The skill itself is not marked always:true and does not persist as a platform skill, but at runtime it will modify the host by installing Python packages and a Chromium runtime. That grants it effective system write/install privileges during execution and a lasting footprint (installed packages/browser) despite no install spec declaring that behavior.
安装前注意事项
  1. Running it will download and install packages/binaries on the host — run only in an isolated environment or sandbox.
  2. The script deliberately includes anti-bot/stealth techniques which may violate target site ToS or legal/ethical boundaries.
  3. The runtime installs occur without a declared install spec; review the script fully (you have it) and test in a disposable container.
  4. If you need a safer alternative, prefer official search APIs or a packaged library with a documented, auditable install step. If you want higher confidence, ask the publisher for provenance (source repo, release artifacts, checksums) and for an installable package (no hidden runtime pip installs).
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv7.0.52026/3/17

初始版本,支持免费网页搜索

● 可疑

安装命令 点击复制

官方npx clawhub@latest install free-web-search
镜像加速npx clawhub@latest install free-web-search --registry https://cn.clawhub-mirror.com

技能文档

基于 Playwright 浏览器实现的稳定搜索工具,服务器 headless 优化 + 结果质量检测 + 更长等待时间

v12 更新内容

  • 结果质量检测:自动检测结果是否集中在单一域名,发出警告
  • 更长等待时间:页面渲染等待从 1.5s 增加到 2s
  • 更多重试次数:从 2 次增加到 3 次
  • 更长超时时间:从 25s 增加到 30s
  • 域名黑名单:知乎等低质量域名,用 --过滤 开启过滤
  • 全文抓取时自动跳过黑名单:避免抓取失败的页面

核心能力

  • 中文环境深度优化:强制 Bing 返回中文结果
  • 反爬检测绕过:多层反检测措施(stealth.js)
  • 全文抓取:支持按需抓取目标网页的完整正文内容
  • Headless 模式:服务器可用,无需显示器

【核心必读】搜索查询优化规范

搜索效果的好坏,90%取决于查询是否合理,请严格遵循以下规则生成搜索词:

一、黄金原则

  • 简洁精准:只保留核心关键词,用2-5个核心词组合,禁止长句、反问句、口语化描述
  • 限定明确:需要时效性/领域/地区内容时,必须加上对应的限定词
  • 格式正确:使用中文关键词 + 英文/数字限定词,禁止特殊符号、无意义助词

二、正确示例 vs 错误示例

搜索场景正确Query(推荐)错误Query(禁止)
时效性新闻2026年04月 美伊局势 最新你能帮我查一下最近美国和伊朗之间发生了什么事吗
技术教程Python 异步编程 最佳实践 2026我想学习一下Python的异步编程,有没有好的教程
知识科普中国大型邮轮 花城号 出坞 最新消息中国的那个大型邮轮花城号现在怎么样了
本地内容广东东莞 今日天气我现在在东莞,今天天气怎么样啊
官方信息华为云 ModelArts 官方文档华为云的那个ModelArts的官网在哪里,文档怎么看

参数说明

参数名类型说明默认值取值限制
query字符串【必填】搜索关键词-不能为空
max整数最多返回的搜索结果条数101-20
full整数抓取前N条结果的网页全文00-5
engine字符串搜索引擎选择bingbing/duckduckgo/auto
filter布尔过滤低质量域名false-

使用示例

# 基础搜索
python scripts/web_search.py "经济新闻 今日" --max=10

# 抓取前3条结果的全文 python scripts/web_search.py "经济新闻 最新" --full=3

# 使用 auto 模式(Bing 结果不足时切换 DuckDuckGo) python scripts/web_search.py "技术教程" --engine=auto

# 过滤知乎等低质量域名 python scripts/web_search.py "某个话题" --filter


常见问题

搜索返回空结果

  • 检查网络连接(VPN 可能影响 Bing 国内版)
  • 尝试 --engine=duckduckgo 直接用 DuckDuckGo
  • 检查 查询 是否过于冗长或口语化

浏览器启动失败

pip install playwright && playwright install chromium

全文抓取失败

  • 某些网站有强反爬限制
  • 知乎等域名在全文抓取时自动跳过

结果集中在单一域名

  • 脚本会自动检测并警告 [WARN] 结果集中在单一域名
  • 解决方案:换用更具体的关键词,避免歧义词

搜索关键词避坑指南

❌ 避免✅ 推荐
民生新闻住房 医疗 就业社会政策 百姓生活
经济新闻财经政策 GDPA股 沪指
长护险长期护理保险 养老服务

服务器环境

  • 脚本强制使用 headless=真,无需显示器
  • 已添加服务器兼容的浏览器参数
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务