← 返回 Skills 市场
samoppakiks

serper-search

作者 Samoppakiks · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2675
总下载
2
收藏
20
当前安装
1
版本数
在 OpenClaw 中安装
/install serper-search
功能描述
Fetches real Google search or news results with links, snippets, knowledge graph data, and related questions via the Serper.dev API.
安全使用建议
This plugin sends search queries to Serper.dev (endpoints: https://google.serper.dev/search and /news) and requires a Serper API key (set SERPER_API_KEY or plugin config.apiKey) to work. Before installing: confirm you trust serper.dev (your queries and any contained sensitive info will be transmitted to that service), be aware of rate limits and billing on Serper if you exceed free quotas, and supply the API key only to plugins you trust. Note the minor documentation mismatch: the registry did not list the required env var even though the code uses it — you'll need to provide the key for the tool to register and run.
功能分析
Type: OpenClaw Skill Name: serper-search Version: 1.0.0 The OpenClaw AgentSkills skill bundle for Serper Google Search is benign. The `index.ts` file correctly implements the stated functionality, making network calls only to the legitimate `google.serper.dev` API endpoint using the provided API key and user query. There is no evidence of data exfiltration beyond the necessary API interaction, no malicious execution (e.g., `eval`, `exec`, `curl|bash`), no persistence mechanisms, and no prompt injection attempts against the AI agent in `SKILL.md`. All files align with the stated purpose of providing Google search results.
能力评估
Purpose & Capability
Name, SKILL.md, manifest, and index.ts all implement a Serper.dev Google search integration. Minor inconsistency: the registry metadata lists no required env vars, but the SKILL.md and index.ts expect a SERPER_API_KEY (or plugin config.apiKey) for operation.
Instruction Scope
Runtime instructions and code are narrowly scoped to performing search requests to Serper.dev and returning structured results. There are no instructions to read unrelated files, access other credentials, or send data to unexpected endpoints.
Install Mechanism
There is no external download/install script; the package includes source and a normal package.json. The only dependency is @sinclair/typebox, which is reasonable for runtime parameter typing. SKILL.md mentions symlinking typebox from host node_modules, but package.json also lists it — a minor doc vs manifest mismatch, not an installation risk.
Credentials
The only secret the plugin uses is the Serper API key (SERPER_API_KEY) or the plugin config.apiKey, which is proportional to the stated purpose. However, the registry's 'required env vars' list is empty while the plugin actually requires/uses an API key to function; users should be aware they must supply that key.
Persistence & Privilege
The skill does not request permanent/always-on inclusion, does not modify other plugins or global agent settings, and has no elevated system privileges. It registers a single tool and only activates if an API key is present.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install serper-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /serper-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Serper Google Search Plugin. - Provides real Google Search and News results via the Serper.dev API. - Supports web, news, and knowledge graph queries with links, snippets, facts, and "People Also Ask". - Easy setup: Just add your Serper.dev API key to the configuration. - Registers a simple tool with query, result count, and type (web/news) parameters. - Returns structured JSON with relevant search information.
元数据
Slug serper-search
版本 1.0.0
许可证
累计安装 21
当前安装数 20
历史版本数 1
常见问题

serper-search 是什么?

Fetches real Google search or news results with links, snippets, knowledge graph data, and related questions via the Serper.dev API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2675 次。

如何安装 serper-search?

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

serper-search 是免费的吗?

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

serper-search 支持哪些平台?

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

谁开发了 serper-search?

由 Samoppakiks(@samoppakiks)开发并维护,当前版本 v1.0.0。

💬 留言讨论