← Back to Skills Marketplace
Warp
by
Vlad Ursul
· GitHub ↗
· v1.0.1
· MIT-0
125
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install warp
Description
Warp integration. Manage data, records, and automate workflows. Use when the user wants to interact with Warp data.
Usage Guidance
This skill is coherent: it expects you to install and use the Membrane CLI to access Warp. Before installing, verify the @membranehq/cli package and its GitHub repository, consider pinning to a specific version instead of @latest, and only run the login/connect flow if you trust Membrane and the Warp connection. Be aware the CLI will run locally (npm global install) and the authentication flow may open a browser or require you to paste a headless code; treat those tokens like any other account login. If you want extra caution, create a limited/test Membrane/Warp account for initial experiments.
Capability Analysis
Type: OpenClaw Skill
Name: warp
Version: 1.0.1
The skill provides a legitimate integration for the Warp terminal/platform using the Membrane CLI. It guides the agent through installing the `@membranehq/cli` package, authenticating, and managing actions via the Membrane service. While the documentation (SKILL.md) contains a slight discrepancy by mixing descriptions of the Warp terminal with features from the Warpcast social platform, the code logic and instructions are consistent with the stated purpose and show no signs of malicious intent, data exfiltration, or unauthorized persistence.
Capability Assessment
Purpose & Capability
The name/description (Warp integration) matches the instructions: they tell the user/agent to install and use the Membrane CLI to connect to Warp, list/run actions, and manage connections. Requiring a Membrane account and network access is appropriate for this integration.
Instruction Scope
SKILL.md confines itself to installing/using the Membrane CLI, authenticating via the Membrane flow, creating/listing/running actions, and best practices. It does not ask the agent to read unrelated files, harvest environment variables, or post data to unknown endpoints. Headless login relies on a user-completed browser flow, which is expected for OAuth-style auth.
Install Mechanism
There is no packaged install spec in the registry (instruction-only), but the instructions tell users/agents to run `npm install -g @membranehq/cli@latest` or use `npx`. Installing a global npm package or running npx is normal for a CLI integration, but using @latest/npx means the exact code pulled can change over time; consider pinning to a specific version and verifying the package source before installing.
Credentials
The skill declares no required env vars, no config paths, and no credentials. The instructions explicitly advise letting Membrane manage credentials and not asking the user for API keys, which is proportionate to the stated functionality.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system configuration or modification of other skills. It is instruction-only and does not try to store credentials or change system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install warp - After installation, invoke the skill by name or use
/warp - 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 Warp?
Warp integration. Manage data, records, and automate workflows. Use when the user wants to interact with Warp data. It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.
How do I install Warp?
Run "/install warp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Warp free?
Yes, Warp is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Warp support?
Warp is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Warp?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.1.
More Skills