← 返回 Skills 市场
gora050

Warp

作者 Vlad Ursul · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
125
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install warp
功能描述
Warp integration. Manage data, records, and automate workflows. Use when the user wants to interact with Warp data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install warp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /warp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug warp
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Warp 是什么?

Warp integration. Manage data, records, and automate workflows. Use when the user wants to interact with Warp data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。

如何安装 Warp?

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

Warp 是免费的吗?

是的,Warp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Warp 支持哪些平台?

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

谁开发了 Warp?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.1。

💬 留言讨论