← 返回 Skills 市场
merlintxu

Serpapi Mcp

作者 Marcos Morales · GitHub ↗ · v1.1.1
cross-platform ⚠ suspicious
1826
总下载
1
收藏
3
当前安装
3
版本数
在 OpenClaw 中安装
/install serpapi-mcp
功能描述
Run SerpAPI searches via SerpAPI's MCP server using mcporter. Use when the user asks to search the web with SerpAPI/SerpAPI MCP, wants SerpAPI inside Clawdbot, or to use the /serp command.
安全使用建议
Before installing: - Verify and correct metadata: the registry entry should declare required binaries (mcporter, node) and required env vars (SERPAPI_API_KEY or SERPAPI_API_KEYS; optional AIRTABLE_TOKEN/AIRTABLE_BASE_ID/AIRTABLE_TABLE). Ask the publisher to fix metadata if missing. - Audit mcporter (the npm package) to ensure you trust it; consider running it in an isolated environment first. - Provide the minimal SerpAPI key needed (use a limited-capacity/test key if possible) rather than a high-privilege key, and prefer skill-scoped env storage rather than committing secrets. - Be cautious enabling SERP_LOG_AIRTABLE: it will send raw SerpAPI JSON (potentially large, including URLs and snippets) to Airtable. Only enable if you trust the logger and the destination base/table schema. - Ensure Node version on host provides the required features (global fetch used in airtable_log.mjs) or run in an environment with a known Node LTS. - If you need higher assurance, request the publisher to provide provenance (homepage, source repo) and to update the registry metadata to reflect the actual requirements.
功能分析
Type: OpenClaw Skill Name: serpapi-mcp Version: 1.1.1 The skill bundle is benign. It provides a wrapper for SerpAPI searches, optionally logging results to Airtable and fetching AI overviews. All network communications are directed to legitimate SerpAPI and Airtable endpoints, aligning with the stated purpose. Sensitive API keys and tokens are correctly handled via environment variables, as explicitly documented in SKILL.md and implemented in the scripts. There is no evidence of prompt injection attempts, unauthorized data exfiltration, persistence mechanisms, or other malicious behaviors. The use of temporary files and external dependencies (`mcporter`) is standard and well-managed.
能力评估
Purpose & Capability
The skill's name/description matches the included scripts: it calls SerpAPI MCP via mcporter, optionally enriches AI overview, and can log results to Airtable. However the registry metadata claims no required binaries/env vars while the scripts clearly require 'mcporter' (npm), 'node', and SERPAPI credentials; that mismatch is unexpected and reduces trust in the package metadata.
Instruction Scope
SKILL.md and the scripts are scoped to performing SerpAPI searches (via mcporter -> https://mcp.serpapi.com) and optional Airtable logging (https://api.airtable.com). They do not attempt to read unrelated system files or other credentials. The only extra network calls are to serpapi.com (ai overview) and Airtable when enabled—both documented in SKILL.md.
Install Mechanism
This is an instruction-only skill with bundled scripts (no declared install spec). It tells users to 'npm install -g mcporter' but provides no automated install. That is low risk overall, but you should audit and vet the 'mcporter' npm package and ensure Node is an appropriate version (scripts use Node 'fetch' assumptions).
Credentials
The scripts require sensitive environment variables (SERPAPI_API_KEY or SERPAPI_API_KEYS and, if logging enabled, AIRTABLE_TOKEN / AIRTABLE_BASE_ID / AIRTABLE_TABLE). The registry metadata lists none of these as required; the omitted declarations are a serious proportionality/information gap. The requested creds themselves are proportionate to the described function, but you must ensure they are stored and scoped safely (prefer skill-scoped or limited-key usage).
Persistence & Privilege
The skill does not request 'always: true' or any elevated platform privileges and does not modify other skills. Autonomous invocation is allowed by default (normal). Note: if SERP_LOG_AIRTABLE is enabled the skill will transmit full SerpAPI JSON to your Airtable base—this is expected behavior but increases the blast radius of an autonomous run.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install serpapi-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /serpapi-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- Added new script: fetch_ai_overview.mjs. - Updated scripts/serp.sh. - No changes to usage or requirements. - Internal enhancements; main interface and output remain unchanged.
v1.1.0
Actualización de mantenimiento (v1.1.0)
v1.0.0
Initial release: /serp command wrapper for SerpAPI MCP via mcporter.
元数据
Slug serpapi-mcp
版本 1.1.1
许可证
累计安装 3
当前安装数 3
历史版本数 3
常见问题

Serpapi Mcp 是什么?

Run SerpAPI searches via SerpAPI's MCP server using mcporter. Use when the user asks to search the web with SerpAPI/SerpAPI MCP, wants SerpAPI inside Clawdbot, or to use the /serp command. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1826 次。

如何安装 Serpapi Mcp?

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

Serpapi Mcp 是免费的吗?

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

Serpapi Mcp 支持哪些平台?

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

谁开发了 Serpapi Mcp?

由 Marcos Morales(@merlintxu)开发并维护,当前版本 v1.1.1。

💬 留言讨论