Multi Search CN

v1.0.0

聚合国内常用搜索引擎:默认用 DuckDuckGo HTML(cn-zh)零 API Key 抓取可解析结果,并输出必应中国、百度、搜狗、360 的直达搜索链接。当用户需要中文网页检索、国内信息、政策/舆情、对比多个搜索引擎、或 Brave/Google 不可用时使用。依赖 Python 3 标准库与 scrip...

0· 291·2 current·2 all-time
byfanzhuo@scottliu007

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for scottliu007/multi-search-cn.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Multi Search CN" (scottliu007/multi-search-cn) from ClawHub.
Skill page: https://clawhub.ai/scottliu007/multi-search-cn
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install multi-search-cn

ClawHub CLI

Package manager switcher

npx clawhub@latest install multi-search-cn
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description state aggregation of search engines; the included script builds search URLs for DuckDuckGo, Bing CN, Baidu, Sogou, and 360 and optionally fetches/parses DDG HTML. No unrelated binaries, env vars, or capabilities are requested.
Instruction Scope
SKILL.md instructs the agent to run the provided Python script and describes behavior (use DDG HTML, fall back to URLs-only when appropriate). The instructions do not ask the agent to read unrelated files, secrets, or send data to unexpected endpoints. They explicitly warn about rate limiting and not claiming to parse other engines.
Install Mechanism
No install spec is present (instruction-only plus an included stdlib Python script). Nothing is downloaded or written by an installer; the script uses only the Python standard library.
Credentials
No environment variables, credentials, or config paths are required. The script makes outbound HTTPS requests to public search engine endpoints only and does not request or handle secrets.
Persistence & Privilege
The skill is not always-on, does not modify other skills or system-wide settings, and does not request elevated persistence or privileges.
Assessment
This skill appears coherent and limited in scope: it will perform outbound HTTPS requests to html.duckduckgo.com when run (the script sends a normal browser-like User-Agent and parses results), and it generates direct search URLs for other Chinese engines. If you have privacy or corporate-policy concerns, run with --urls-only to avoid network fetches. Also be mindful of request frequency (the SKILL.md warns about rate limits); review the included Python file yourself if you want to confirm there are no modifications before use, and note the package has no published homepage and an unknown owner.

Like a lobster shell, security has layers — review code before you run it.

baiduvk97akhb3mbkw4s7wdn8spahqh9838b0gbingvk97akhb3mbkw4s7wdn8spahqh9838b0gduckduckgovk97akhb3mbkw4s7wdn8spahqh9838b0glatestvk97akhb3mbkw4s7wdn8spahqh9838b0gopenclawvk97akhb3mbkw4s7wdn8spahqh9838b0gsearchvk97akhb3mbkw4s7wdn8spahqh9838b0gzh-CNvk97akhb3mbkw4s7wdn8spahqh9838b0g
291downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Multi-Search-CN(国内多搜索引擎)

依赖

  • Python 3.8+(macOS / Ubuntu / WSL 通常已有)
  • 本 Skill 内脚本:scripts/search_cn.py(无 pip 依赖)

快速使用

在项目根或任意目录:

python3 .cursor/skills/multi-search-cn/scripts/search_cn.py "深圳 天气"

仅打印各引擎搜索页链接(不联网解析):

python3 .cursor/skills/multi-search-cn/scripts/search_cn.py "关键词" --urls-only

机器可读 JSON:

python3 .cursor/skills/multi-search-cn/scripts/search_cn.py "OpenClaw" --json

Agent 行为约定

  1. 默认先跑 search_cn.py(不带 --urls-only),把 DDG 解析结果 + 各引擎直达链接一并交给用户。
  2. 若解析失败或无结果:明确说明,并给出 --urls-only 的链接列表,建议用户浏览器打开百度/必应。
  3. 不要假装已「爬遍」百度/必应正文;纯 curl 常被风控,本 Skill 不以解析百度 HTML 为承诺。
  4. 高频请求前提醒用户注意频率与合规。

与 Brave / Baidu Search 等 Skill 的关系

  • Brave API Key 时优先用官方 Brave Search Skill。
  • 无 Key 或需国内结果时,用本 Skill 的 DDG(cn-zh)+ 国内引擎直达链接。

更多

Comments

Loading comments...