自动选择最佳搜索引擎的智能搜索工具。中文→Bing,英文→DuckDuckGo。无需 API Key,免费无限使用。
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill fenge-smart-search --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fenge Smart Search?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-fenge-smart-search)More formats (shields.io, HTML) on the badges page.
---
name: smart-search
description: "自动选择最佳搜索引擎的智能搜索工具。中文→Bing,英文→DuckDuckGo。无需 API Key,免费无限使用。"
metadata: { "openclaw": { "emoji": "🧠", "requires": { "bins": ["python3", "requests"] } } }
---
# Smart Search - 智能搜索
自动选择最佳搜索引擎的智能搜索工具。
## 功能
- 🧠 自动检测语言选择引擎
- 中文 → Bing(精准)
- 英文 → DuckDuckGo(无反爬)
- 🔍 支持手动指定引擎
- ⭐ 质量标签排序
- 📝 自动提取摘要
## 使用方式
```bash
python3 skill.py "搜索词" [引擎] [数量]
```
## 参数
| 参数 | 说明 | 可选值 |
|------|------|--------|
| 搜索词 | 要搜索的内容 | 必填 |
| 引擎 | 搜索引擎 | `bing`, `ddg`, `auto`(默认) |
| 数量 | 返回结果数 | 默认10 |
## 示例
```bash
# 自动选择(默认)
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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.
SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.
Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation
Python backend development expertise for FastAPI, security patterns, database operations, Upstash integrations, and code quality. Use when: (1) Building REST APIs with FastAPI, (2) Implementing JWT/OAuth2 authentication, (3) Setting up SQLAlchemy/async databases, (4) Integrating Redis/Upstash caching, (5) Refactoring AI-generated Python code (deslopification), (6) Designing API patterns, or (7) Optimizing backend performance.
Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...