ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

smart-search

自动选择最佳搜索引擎的智能搜索工具。中文→Bing,英文→DuckDuckGo。无需 API Key,免费无限使用。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/fenge8400/fenge-smart-search
Or

Smart Search - 智能搜索

自动选择最佳搜索引擎的智能搜索工具。

功能

  • 🧠 自动检测语言选择引擎
    • 中文 → Bing(精准)
    • 英文 → DuckDuckGo(无反爬)
  • 🔍 支持手动指定引擎
  • ⭐ 质量标签排序
  • 📝 自动提取摘要

使用方式

python3 skill.py "搜索词" [引擎] [数量]

参数

参数说明可选值
搜索词要搜索的内容必填
引擎搜索引擎bing, ddg, auto(默认)
数量返回结果数默认10

示例

# 自动选择(默认)
python3 skill.py "OpenClaw AI"
# → 自动选择 DuckDuckGo(检测到英文)

python3 skill.py "抖音小说教程"
# → 自动选择 Bing(检测到中文)

# 手动指定
python3 skill.py "AI" bing
python3 skill.py "AI" ddg
python3 skill.py "AI" auto 5

输出示例

🔍 自动选择引擎: BING (检测语言: 中文)
🔍 Bing搜索: 抖音小说教程
📊 结果: 10 条

1. ⭐⭐【优质】
   自媒体小说推文视频的制作方法 - 知乎
   https://zhuanlan.zhihu.com/p/668066771
   📝 小说推文是...
...

引擎选择规则

语言引擎原因
中文Bing中文结果更精准
英文DuckDuckGo无反爬,更稳定

特点

  • ✅ 无需 API Key
  • ✅ 免费无限使用
  • ✅ 智能自动切换
  • ✅ 质量过滤排序

作者

  • 作者: 锋哥 (@fenge8400)
  • 版本: 1.0.0

Metadata

Author@fenge8400
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-fenge8400-fenge-smart-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.