← 返回 Skills 市场
paulscode

Serper Clone

作者 Paul Lamb · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
241
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install serper-clone
功能描述
Web search via a self-hosted Serper-compatible API (powered by SearXNG). Free, no rate limits, runs on your own infrastructure. Use for: web searches, news,...
安全使用建议
This skill appears to do exactly what it claims: issue search queries to a Serper-compatible server you run. Before installing, verify that the BASE_URL you configure points to a server you control or trust — whatever host you configure will receive all queries and the provided API_KEY. The SKILL.md expects a plaintext credential file at ~/.openclaw/workspace/.serper-clone-api-key; ensure that file is protected (chmod 600) and contains only the necessary API_KEY and BASE_URL. Note the small packaging mismatch: the registry metadata indicated no required config path but SKILL.md requires the file — you may want the publisher to correct the metadata. If you need to limit automatic behavior, remember the skill can be invoked by the agent per platform defaults; if you prefer manual use only, disable autonomous invocation where supported or avoid placing the API key file until you want to enable the skill.
功能分析
Type: OpenClaw Skill Name: serper-clone Version: 1.0.0 The skill provides a search interface for a self-hosted Serper-compatible API (SearXNG). It requires the user to manually configure a local API key and base URL in ~/.openclaw/workspace/.serper-clone-api-key. The instructions and examples in SKILL.md are transparent, align with the stated purpose, and do not exhibit signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The skill's name and description (self-hosted Serper-compatible search) align with its instructions: it expects an API key and a BASE_URL and issues POST requests to that service. Minor inconsistency: the registry metadata in the provided bundle said no required config paths, but the SKILL.md declares a required file (~/.openclaw/workspace/.serper-clone-api-key). This appears to be a packaging/metadata mismatch rather than a functional mismatch.
Instruction Scope
SKILL.md only instructs the agent to read a single local credential/config file, extract API_KEY and BASE_URL, and send POST requests to endpoints on that BASE_URL (using curl). Those actions are directly tied to the stated purpose and do not reference other system files, secrets, or unrelated services.
Install Mechanism
There is no install spec and no code files beyond documentation; nothing is downloaded or written to system locations by an installer. This is low-risk for installation-time surprises.
Credentials
The skill requires a local credentials file (API_KEY and BASE_URL) stored under ~/.openclaw/workspace — this is proportionate to a self-hosted API connector. Note that the registry metadata did not list required config paths while SKILL.md does, which is inconsistent. Also the API key is stored in plaintext in a file (the docs recommend chmod 600); users should ensure the file is kept secure and only contains the minimum necessary credential.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or cross-skill configuration changes. disable-model-invocation is false (normal), so the agent may call the skill autonomously per platform defaults — this is expected for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install serper-clone
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /serper-clone 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: self-hosted Serper-compatible web search for OpenClaw
元数据
Slug serper-clone
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Serper Clone 是什么?

Web search via a self-hosted Serper-compatible API (powered by SearXNG). Free, no rate limits, runs on your own infrastructure. Use for: web searches, news,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 241 次。

如何安装 Serper Clone?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install serper-clone」即可一键安装,无需额外配置。

Serper Clone 是免费的吗?

是的,Serper Clone 完全免费(开源免费),可自由下载、安装和使用。

Serper Clone 支持哪些平台?

Serper Clone 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Serper Clone?

由 Paul Lamb(@paulscode)开发并维护,当前版本 v1.0.0。

💬 留言讨论