← Back to Skills Marketplace
Serpapi
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
119
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install serpapi-integration
Description
SerpApi integration. Manage data, records, and automate workflows. Use when the user wants to interact with SerpApi data.
Usage Guidance
This skill is internally consistent: it uses the Membrane CLI to manage SerpApi connections and actions rather than asking for raw API keys. Before installing or running it, verify you trust Membrane (@membranehq) and their CLI package on npm, because installing the CLI will place a global binary on your system and authentication is handled by Membrane (you will authenticate via a browser/code). If you are cautious about autonomous agent actions, consider restricting the agent's ability to run local commands or perform network access until the CLI and connection are confirmed working. If you need more assurance, inspect the Membrane CLI package source and the permissions requested when you authenticate.
Capability Analysis
Type: OpenClaw Skill
Name: serpapi-integration
Version: 1.0.1
The skill provides a legitimate integration for SerpApi via the Membrane CLI. It guides the AI agent through installing the `@membranehq/cli` npm package, authenticating with a Membrane account, and executing search actions. The instructions in SKILL.md are transparent, align with the stated purpose of search engine data extraction, and promote security best practices by delegating credential management to the Membrane platform rather than handling raw API keys.
Capability Assessment
Purpose & Capability
The skill declares SerpApi integration and the SKILL.md exclusively instructs use of the Membrane CLI to create a SerpApi connection, discover and run actions. Requiring a Membrane account and the Membrane CLI is coherent with the described purpose; no unrelated credentials or binaries are requested.
Instruction Scope
Instructions are scoped to installing the Membrane CLI, authenticating (interactive or headless via URL/code), creating a connection to the serpapi connector, listing/creating actions, and running them. The steps do not instruct reading arbitrary local files or exfiltrating unrelated environment variables. The only out-of-band action is authenticating via a browser/code, which is expected for OAuth-style flows.
Install Mechanism
No install spec in the skill bundle itself; SKILL.md tells the user to run `npm install -g @membranehq/cli@latest` (or use npx). Installing a global npm CLI is a standard approach but does write a binary to disk and may require elevated permissions on some systems. This is expected for a CLI-based integration but carries the usual risks of installing third-party npm packages (verify the package and source).
Credentials
The skill declares no required environment variables or credentials and explicitly instructs relying on Membrane to manage credentials server-side (the skill tells integrators to 'never ask the user for API keys'). No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated/system-wide configuration or permissions. Autonomous invocation is allowed (platform default) but is not combined with other concerning privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install serpapi-integration - After installation, invoke the skill by name or use
/serpapi-integration - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Serpapi?
SerpApi integration. Manage data, records, and automate workflows. Use when the user wants to interact with SerpApi data. It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install Serpapi?
Run "/install serpapi-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Serpapi free?
Yes, Serpapi is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Serpapi support?
Serpapi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Serpapi?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills