← Back to Skills Marketplace
shidifu

web-search-skill

by shidifu · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
460
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install web-search-skill
Description
联网搜索工具,通过百度和必应搜索引擎获取实时网络信息,无需API Key。当用户需要搜索网络信息、查找最新资讯、获取实时数据、或需要联网查询任何内容时使用此技能。适配中国网络环境。
Usage Guidance
This skill is coherent for the stated purpose (web-scraping search results). Before installing, consider: 1) It performs network requests to search engines and may fetch arbitrary result pages (treat fetched content as untrusted). 2) SKILL.md asks you to pip install third‑party Python packages — install them in a controlled virtualenv. 3) The script parses HTML and may break if search engines change their layout; it also leaves Baidu redirect URLs as-is and suggests using a separate WebFetch step to resolve real target pages. 4) Review scripts/search.py yourself (or run it in a sandbox) to confirm no additional data exfiltration or unexpected remote endpoints are present. If you need stricter controls, disable autonomous invocation for the agent or restrict this skill to manual use only.
Capability Analysis
Type: OpenClaw Skill Name: web-search-skill Version: 1.0.0 The skill bundle provides a legitimate web search tool that scrapes Baidu and Bing search results using the 'requests' and 'BeautifulSoup' libraries. The Python script (scripts/search.py) implements standard scraping techniques, such as random User-Agents and delays, to avoid rate limiting, and the documentation (SKILL.md) contains appropriate instructions for an AI agent without any evidence of malicious prompt injection or unauthorized data access.
Capability Assessment
Purpose & Capability
The name and description match the included search script: it scrapes Baidu and cn.bing.com for results. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to install standard Python scraping libs, run the provided script, and optionally use a WebFetch tool to retrieve full pages. The instructions do not ask the agent to read local secrets, system files, or send data to unexpected third-party endpoints beyond the target search engines and fetched result pages.
Install Mechanism
There is no install spec; the skill is instruction+script only. Dependencies are installed via pip (requests, beautifulsoup4, lxml) — a common and expected approach for a Python scraper. No downloads from unknown URLs or archive extraction were observed.
Credentials
The skill declares no required environment variables or credentials. All operations are network requests to search engines; no secret access or unrelated service tokens are requested.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request elevated or persistent system privileges and does not modify other skills or system-wide configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install web-search-skill
  3. After installation, invoke the skill by name or use /web-search-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布 web-search 工具,支持通过百度和必应(中国版)进行实时网络搜索,无需API Key。 - 适配中国网络环境,可灵活指定搜索引擎、时间范围和结果数量。 - 支持搜索引擎原生高级语法,如 site、filetype、intitle 等。 - 提供 Bash/Windows 命令行调用方法,并支持 JSON 格式输出。 - 搜索流程、结果分析和信息整合操作流程详尽说明。 - 默认解析HTML页面提取信息,返回摘要与来源,并建议结合 WebFetch 深入获取页面内容。
Metadata
Slug web-search-skill
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is web-search-skill?

联网搜索工具,通过百度和必应搜索引擎获取实时网络信息,无需API Key。当用户需要搜索网络信息、查找最新资讯、获取实时数据、或需要联网查询任何内容时使用此技能。适配中国网络环境。 It is an AI Agent Skill for Claude Code / OpenClaw, with 460 downloads so far.

How do I install web-search-skill?

Run "/install web-search-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is web-search-skill free?

Yes, web-search-skill is completely free (open-source). You can download, install and use it at no cost.

Which platforms does web-search-skill support?

web-search-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created web-search-skill?

It is built and maintained by shidifu (@shidifu); the current version is v1.0.0.

💬 Comments