← 返回 Skills 市场
membranedev

Webmerge

作者 Membrane Dev · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
115
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install webmerge
功能描述
WebMerge integration. Manage data, records, and automate workflows. Use when the user wants to interact with WebMerge data.
安全使用建议
This skill delegates WebMerge access to the Membrane service and uses the Membrane CLI. Before installing: (1) verify the @membranehq npm package and prefer npx or pin a specific version instead of `-g @latest`; (2) confirm you trust Membrane (it will hold/mediate your WebMerge credentials); (3) perform CLI installs in a controlled environment (or use a container/VM) if you are cautious; and (4) review Membrane's privacy/security docs and your organization's policies before granting access.
功能分析
Type: OpenClaw Skill Name: webmerge Version: 1.0.1 The skill instructions in SKILL.md direct the AI agent to perform high-risk operations, including a global NPM installation (@membranehq/cli) and the execution of shell commands that incorporate potentially unsanitized parameters (e.g., actionId and input JSON). This pattern introduces a shell injection vulnerability if the agent processes malicious user input. While these capabilities are aligned with the stated purpose of integrating WebMerge via the Membrane CLI, the reliance on shell execution and network access meets the criteria for a suspicious classification.
能力评估
Purpose & Capability
The name and description (WebMerge integration) match the instructions: the skill uses the Membrane CLI to connect to WebMerge and run actions. Requiring a Membrane account and network access is coherent with the stated purpose.
Instruction Scope
SKILL.md only instructs installing and using the Membrane CLI, authenticating interactively, creating a connection to the WebMerge connector, discovering actions, and running them. It does not ask the agent to read unrelated files, exfiltrate data, or access unrelated environment variables.
Install Mechanism
The skill is instruction-only and asks users to run `npm install -g @membranehq/cli@latest` (or use npx). Installing a global npm package is a moderate-risk operation because it writes to disk and executes third-party code; however the package is in the @membranehq namespace (consistent with the skill) and use of the CLI is expected for this integration. Recommend pinning versions or using npx to avoid global installs when possible.
Credentials
No environment variables or local secrets are requested by the skill; authentication is delegated to Membrane via interactive login. This is proportionate, but it means Membrane (an external service) will hold/mediate your WebMerge credentials — users should verify they trust Membrane and review its privacy/security practices.
Persistence & Privilege
The skill does not request always:true, does not declare system-wide config changes, and is user-invocable only. There is no evidence it modifies other skills or requires elevated persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install webmerge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /webmerge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug webmerge
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Webmerge 是什么?

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

如何安装 Webmerge?

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

Webmerge 是免费的吗?

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

Webmerge 支持哪些平台?

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

谁开发了 Webmerge?

由 Membrane Dev(@membranedev)开发并维护,当前版本 v1.0.1。

💬 留言讨论