← Back to Skills Marketplace
lwq057

web-search-engine

by 小祺先生 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
277
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install web-search-engine
Description
Retrieve search results from web search engines.
Usage Guidance
This skill is mostly what it says it is (an HTML-scraping search helper), but it fails to declare that it needs Node to run. Before installing, verify your agent environment provides a compatible Node runtime (and global fetch support, e.g. Node 18+), or update the skill metadata to list node as a required binary. Review the included search.js yourself — it performs live HTTP requests to external search engines (which may be subject to terms-of-service or blocking) and constructs URLs without encodeURIComponent (malformed or unexpected input may break requests). No secrets are requested, but if you plan to run this in production, consider running it in a restricted environment and confirm you are comfortable with on-demand outbound HTTP requests to the listed domains.
Capability Analysis
Type: OpenClaw Skill Name: web-search-engine Version: 1.0.0 The skill is a legitimate web search utility that scrapes results from major search engines (Baidu, Bing, 360, and Sogou). The code in `search.js` uses the built-in Node.js fetch API to retrieve search results and implements basic regex-based HTML parsing to return text to the agent; there is no evidence of data exfiltration, malicious command execution, or prompt injection in `SKILL.md`.
Capability Assessment
Purpose & Capability
The description and SKILL.md state the skill uses a Node script (search.js) to retrieve search results and the included code implements scraping of several search engines — that matches the stated purpose. However the registry metadata lists no required binaries; SKILL.md usage explicitly requires running `node search.js`. The skill therefore fails to declare a legitimate runtime dependency (node), which is an incoherence.
Instruction Scope
The runtime instructions are narrowly scoped: run the provided search.js with a keyword and optional engine list. The script only reads command-line args, performs HTTP GET requests to public search engines, scrapes returned HTML, and prints a JSON array. It does not access other files, environment variables, or external endpoints beyond the search engines.
Install Mechanism
There is no install spec (instruction-only with a bundled script). Nothing is downloaded at install time and no archives or remote installers are referenced.
Credentials
The skill declares no environment variables or credentials and the code does not read env vars or secrets. Requested privileges are proportional to the stated purpose.
Persistence & Privilege
The skill does not request permanent/always-on presence and does not modify other skills or system-wide configs; autonomous invocation defaults are unchanged (normal).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install web-search-engine
  3. After installation, invoke the skill by name or use /web-search-engine
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of web-search-engine skill. - Retrieve search results using multiple web search engines (Baidu, 360, Bing, Sogou). - Supports searches via Node.js script with customizable engine selection. - Returns JSON-serialized arrays of search results. - Enables simultaneous multi-engine searches for efficiency. - Designed for lightweight operation and token-saving.
Metadata
Slug web-search-engine
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is web-search-engine?

Retrieve search results from web search engines. It is an AI Agent Skill for Claude Code / OpenClaw, with 277 downloads so far.

How do I install web-search-engine?

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

Is web-search-engine free?

Yes, web-search-engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does web-search-engine support?

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

Who created web-search-engine?

It is built and maintained by 小祺先生 (@lwq057); the current version is v1.0.0.

💬 Comments