← 返回 Skills 市场
Search Api
作者
Vlad Ursul
· GitHub ↗
· v1.0.0
· MIT-0
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install search-api
功能描述
Search API integration. Manage Deals, Persons, Organizations, Leads, Projects, Pipelines and more. Use when the user wants to interact with Search API data.
安全使用建议
This skill appears to be an instruction-only wrapper around the Membrane CLI, but it has three things you should consider before installing/using it: (1) Documentation mismatch — the top-level description mentions CRM entities while the SKILL.md links to Google Custom Search; confirm with the skill author which API/connector this actually targets. (2) Supply-chain risk — the instructions use npx @membranehq/cli@latest which downloads and runs the current npm package every time; prefer a pinned version (e.g., @membranehq/[email protected]) or an audited install to reduce risk. (3) Credential handling — the CLI will store credentials at ~/.membrane/credentials.json and will proxy requests through Membrane; verify you trust Membrane and understand which connectors/tokens will be granted. If you plan to use this skill, ask the publisher to (a) clarify the intended API and correct the docs, (b) pin the CLI version, and (c) document what tokens are stored and which endpoints receive proxied requests. If you cannot validate those, treat the skill with caution.
功能分析
Type: OpenClaw Skill
Name: search-api
Version: 1.0.0
The skill bundle provides instructions for an AI agent to interact with the Search API using the Membrane CLI (@membranehq/cli). While the SKILL.md description contains mismatched references to CRM entities (Deals, Persons, Leads) likely copied from a template, the core logic focuses on legitimate API interaction, authentication via OAuth, and action discovery. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
The skill name/description mention managing 'Deals, Persons, Organizations, Leads, Projects, Pipelines' (CRM-like entities), but the SKILL.md links to Google Custom Search docs and otherwise describes a generic 'Search API' connector via Membrane. That mismatch between stated entities and referenced API docs is ambiguous and suggests the documentation may be copy-pasted or inaccurate.
Instruction Scope
Instructions are narrowly focused on using the Membrane CLI (npx @membranehq/cli@latest) to create connections, list actions, run actions, and proxy requests. They reference storing credentials at ~/.membrane/credentials.json (credential persistence) and instruct opening a browser for interactive login. The instructions do not request unrelated files or environment variables, but they do cause credentials and proxied requests to be managed by Membrane — meaning API calls and tokens will transit through/are stored by the Membrane tool/service.
Install Mechanism
There is no install spec in the skill bundle, but the runtime instructions call npx @membranehq/cli@latest. That fetches and executes the latest package from npm at runtime (supply-chain risk), and the command is unpinned (uses 'latest'), making behavior changeable by upstream package updates. This is moderate risk compared with a pinned or vetted release.
Credentials
The skill declares no required env vars, which aligns with being a Membrane-driven connector. However, the CLI stores credentials locally in ~/.membrane/credentials.json and uses them to proxy requests; those credentials could grant access to connected services. The skill's documentation explicitly tells users to let Membrane handle credentials rather than storing API keys locally, which is reasonable, but users should be aware these tokens reside on-disk and are used by the CLI.
Persistence & Privilege
The skill is not marked always:true and does not request elevated platform privileges. The only persistent artifact described is the credentials file (~/.membrane/credentials.json) created by the Membrane CLI; that is normal for CLI auth but is a persistent local secret that merits review.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install search-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/search-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Search Api 是什么?
Search API integration. Manage Deals, Persons, Organizations, Leads, Projects, Pipelines and more. Use when the user wants to interact with Search API data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 Search Api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-api」即可一键安装,无需额外配置。
Search Api 是免费的吗?
是的,Search Api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Search Api 支持哪些平台?
Search Api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Search Api?
由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.0。
推荐 Skills