free-web-search
基于Bing国内版的稳定联网搜索工具,中文环境深度优化,支持全文内容抓取,绕过常见反爬限制,返回结构化搜索结果。
Popular
New
Join 2,253+ developers using this skill
skill
基于Bing国内版的稳定联网搜索工具,中文环境深度优化,支持全文内容抓取,绕过常见反爬限制,返回结构化搜索结果。
Real data. Real impact.
Growing
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
基于 Playwright 浏览器实现的稳定搜索工具,意图识别 + 请求节流 + 结果质量评分 + 保留CSS修复。
--filter 回退:过滤后为空自动回退到不过滤结果--no-rewrite:禁用query改写(调试用)搜索效果的好坏,90%取决于Query是否合理,请严格遵循以下规则生成搜索词:
| 搜索场景 | 正确Query(推荐) | 错误Query(禁止) |
|---|---|---|
| 时效性新闻 | 2026年04月 美伊局势 最新 | 你能帮我查一下最近美国和伊朗之间发生了什么事吗 |
| 技术教程 | Python 异步编程 最佳实践 2026 | 我想学习一下Python的异步编程,有没有好的教程 |
| 知识科普 | 中国大型邮轮 花城号 出坞 最新消息 | 中国的那个大型邮轮花城号现在怎么样了 |
| 本地内容 | 广东东莞 今日天气 | 我现在在东莞,今天天气怎么样啊 |
| 官方信息 | 华为云 ModelArts 官方文档 | 华为云的那个ModelArts的官网在哪里,文档怎么看 |
| 参数名 | 类型 | 说明 | 默认值 | 取值限制 |
|---|---|---|---|---|
| 字符串 | 【必填】搜索关键词 | - | 不能为空 |
| 整数 | 最多返回的搜索结果条数 | 10 | 1-20 |
| 整数 | 抓取前N条结果的网页全文 | 0 | 0-5 |
| 字符串 | 搜索引擎选择 | bing | bing/duckduckgo/auto |
| 布尔 | 过滤低质量域名 | 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
--engine=duckduckgo 直接用 DuckDuckGopip install playwright && playwright install chromium
[WARN] 结果集中在单一域名| ❌ 避免 | ✅ 推荐 |
|---|---|
| 或 |
| 或 |
| |
headless=True,无需显示器No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.