ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

Zpw Mianfei Web

Skill by blue-sky-8

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/blue-sky-8/zpw-mianfei-web
Or

What This Skill Does

The Zpw Mianfei Web skill enables the OpenClaw agent to perform web searches using a local, cost-free search engine infrastructure. Instead of relying on expensive third-party APIs, this skill leverages a self-hosted or local network service running at the specified internal IP address. By invoking this skill, the agent can fetch real-time information from the web, allowing it to ground its responses in current data rather than relying solely on pre-trained model knowledge. It simplifies the process of information gathering by automatically converting user natural language input into formatted search queries.

Installation

To integrate this search capability into your OpenClaw environment, use the OpenClaw command-line interface. Run the following command in your terminal:

clawhub install openclaw/skills/skills/blue-sky-8/zpw-mianfei-web

Ensure that the host machine running the search backend (192.168.199.100:8080) is reachable from the agent's environment, as this skill depends on internal network accessibility.

Use Cases

This skill is ideal for scenarios requiring real-time fact-checking, current news updates, or looking up specific technical documentation that is indexed by your local search engine. It is particularly useful for users operating in air-gapped or restricted network environments where external search APIs are blocked, but a local caching search engine is available. It serves as an excellent "knowledge retrieval" component for building context-aware agents.

Example Prompts

  1. "搜索一下最近的开源人工智能新闻"
  2. "查一下今天伦敦的天气情况"
  3. "找找关于OpenClaw安装的最新教程"

Tips & Limitations

The Zpw Mianfei Web skill is highly dependent on the stability and quality of the search service hosted at 192.168.199.100. If the local server is down, the agent will fail to retrieve information. Since it performs direct curl requests, it is designed for environments where this internal network path is secure. Users should ensure the search service is properly indexed, as the quality of the search results is strictly limited to the data available within that local search engine's database. Avoid using this for highly sensitive data, as the search queries are passed as plaintext parameters to the local endpoint.

Metadata

Stars4473
Views1
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-blue-sky-8-zpw-mianfei-web": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#search#web-search#local-tools#information-retrieval#automation
Safety Score: 4/5

Flags: network-access