← Back to Skills Marketplace
5640
Downloads
9
Stars
32
Active Installs
1
Versions
Install in OpenClaw
/install web-search-ex-skill
Description
通用网络搜索技能,支持多引擎搜索(百度、必应、DuckDuckGo),无需API密钥即可获取实时信息
Usage Guidance
Install only if you want the agent to make external web requests and crawl pages from your environment. Do not use it with secrets, private/internal URLs, or sensitive queries unless your runtime has network egress controls and reviewed, pinned dependency versions.
Capability Assessment
Purpose & Capability
The stated purpose and implementation are coherent: it searches Baidu, DuckDuckGo, and Bing, supports deep search, and exposes a documented crawl action.
Instruction Scope
The crawl and deep_search actions are documented, but URL controls are minimal and deep_search automatically fetches result pages, so users should treat returned page content as untrusted.
Install Mechanism
Installation uses ordinary Python packaging and requirements, but dependencies are lower-bound ranges rather than pinned versions; setup.py also references a README.md that is not present in the artifact.
Credentials
Outbound network requests, scraping, and browser automation are proportionate to the purpose, and no credential-store access or local data harvesting was found.
Persistence & Privilege
No background worker, privilege escalation, destructive behavior, or hidden persistence is evidenced; Playwright's first-run Chromium download is disclosed.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install web-search-ex-skill - After installation, invoke the skill by name or use
/web-search-ex-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.0
- Added detailed SKILL.md with updated description, usage examples, parameters, and output formats.
- Clarified support for multiple search engines (Baidu, Bing, DuckDuckGo) with smart fallback and no API key required.
- Documented error handling, dependency requirements, and search strategy.
- Provided clear code examples for search, deep search, and webpage crawling.
- Outlined input/output formats and execution settings for better integration guidance.
Metadata
Frequently Asked Questions
What is Web Search?
通用网络搜索技能,支持多引擎搜索(百度、必应、DuckDuckGo),无需API密钥即可获取实时信息. It is an AI Agent Skill for Claude Code / OpenClaw, with 5640 downloads so far.
How do I install Web Search?
Run "/install web-search-ex-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Web Search free?
Yes, Web Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Web Search support?
Web Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Web Search?
It is built and maintained by yejinlei (@yejinlei); the current version is v1.3.0.
More Skills