← Back to Skills Marketplace
zpw-mianfei-web
by
blue-sky-8
· GitHub ↗
· v1.0.2
· MIT-0
360
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install zpw-mianfei-web
Description
Use a local free search engine to find information on the web by fetching results with specified keywords.
Usage Guidance
This skill is small and its purpose matches its instructions, but exercise caution before installing. Questions to ask the author: what host is 192.168.199.100 and can you make the endpoint configurable (via an env var) rather than a hard-coded LAN IP? Ensure the agent URL-encodes or sanitizes the query before inserting it into a shell command, or better: use an HTTP client API rather than invoking a shell curl to avoid command injection. Do not send sensitive data (passwords, secrets, or private tokens) through this skill until you confirm the local server is trusted. If you run agents in an environment where that IP could reach internal services, understand the SSRF/data-leak risk. If you want this skill, request the author to: (1) make the endpoint configurable, (2) document input encoding/escaping, and (3) prefer non-shell HTTP calls so user input cannot break command quoting.
Capability Analysis
Type: OpenClaw Skill
Name: zpw-mianfei-web
Version: 1.0.2
The skill is classified as suspicious due to a critical shell injection vulnerability in SKILL.md, where user-provided search queries are directly interpolated into a bash command string without sanitization. While the use of a hardcoded private IP address (192.168.199.100) suggests a local search service, the lack of input validation allows an attacker to execute arbitrary commands on the host system via the search query.
Capability Assessment
Purpose & Capability
Name/description claim a local search; the SKILL.md instructs the agent to extract a query and call a local search endpoint — this is consistent and proportional to the stated purpose.
Instruction Scope
The workflow tells the agent to run a shell curl against a hard-coded IP (http://192.168.199.100:8080/search?q={{query}}&format=json). It does not instruct URL-encoding or sanitization of {{query}}, nor how to safely invoke the command. Unsanitized substitution into a shell command can enable command injection or broken quoting. Also, the hard-coded LAN IP means user queries will be sent to that host — if that host is untrusted it may collect sensitive queries or enable SSRF-like access depending on agent network privileges.
Install Mechanism
Instruction-only skill with no install spec or downloaded code; nothing is written to disk by the skill itself (lowest install risk).
Credentials
No environment variables, credentials, or config paths are requested; requested resources are proportionate to the simple search purpose.
Persistence & Privilege
Skill is not always-enabled and uses default autonomous invocation settings. It does not request system-wide persistence or modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zpw-mianfei-web - After installation, invoke the skill by name or use
/zpw-mianfei-web - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Initial release of the zpw-mianfei-web skill.
- Enables local free web search using a self-hosted search engine.
- Activates when users ask to "search", "查一下", or "找找".
- Extracts search keywords and returns results in JSON format.
v1.0.0
我要免费本地 调用 访问网页
Metadata
Frequently Asked Questions
What is zpw-mianfei-web?
Use a local free search engine to find information on the web by fetching results with specified keywords. It is an AI Agent Skill for Claude Code / OpenClaw, with 360 downloads so far.
How do I install zpw-mianfei-web?
Run "/install zpw-mianfei-web" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is zpw-mianfei-web free?
Yes, zpw-mianfei-web is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does zpw-mianfei-web support?
zpw-mianfei-web is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created zpw-mianfei-web?
It is built and maintained by blue-sky-8 (@blue-sky-8); the current version is v1.0.2.
More Skills