← 返回 Skills 市场
membranedev

Peach

作者 Membrane Dev · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
116
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install peach
功能描述
Peach integration. Manage data, records, and automate workflows. Use when the user wants to interact with Peach data.
安全使用建议
Before installing: 1) Verify the npm package name @membranehq/cli and the publisher (check the package page and the Membrane project repo) to ensure you trust the code you will run globally. 2) Consider installing/running the CLI in a contained environment (container or dedicated VM) if you don't want a global npm package. 3) Confirm the unrelated "helpshift" docs link in SKILL.md — this looks like a copy/paste error and you should confirm official Peach/Membrane docs. 4) Be aware the skill requires interactive authentication in a browser and will delegate auth to Membrane servers — only proceed if you trust Membrane with access to the connected Peach account. 5) If you need higher assurance, ask the skill author for a verified repository or release tarball and for an explicit install spec in registry metadata.
功能分析
Type: OpenClaw Skill Name: peach Version: 1.0.1 The skill provides instructions for an AI agent to interact with the Peach platform using the Membrane CLI (@membranehq/cli). The documentation in SKILL.md follows standard integration patterns for the Membrane developer platform, including authentication, action discovery, and execution. It explicitly includes security best practices, such as advising the agent to let the CLI handle credentials rather than asking the user for secrets. No malicious code, obfuscation, or exfiltration patterns were identified.
能力评估
Purpose & Capability
The skill claims to integrate with Peach via the Membrane platform and the instructions center on installing and using the Membrane CLI — this is coherent with the stated purpose. Minor inconsistency: the SKILL.md lists an "Official docs" URL at developers.helpshift.com which appears unrelated to Membrane/Peach and should be verified.
Instruction Scope
Runtime instructions are limited to installing and invoking the Membrane CLI, creating connections, discovering and running actions, and following an interactive login flow. They do not instruct reading unrelated files or exporting secrets locally. Note that the instructions require interactive login (browser or copy/paste code) and sometimes use npx/global npm installs, which affect the host environment.
Install Mechanism
There is no formal install spec in the registry metadata; instead SKILL.md tells the user to run `npm install -g @membranehq/cli@latest` (and sometimes `npx`). This is a public npm package install (moderate risk): installing global npm packages runs third‑party code on the host. That install step is reasonable for a CLI-based integration, but you should verify the package and run it in an environment you trust.
Credentials
The skill declares no required environment variables or credentials and explicitly instructs not to ask users for API keys, relying on Membrane's hosted auth. That is proportionate for a connector that uses a delegated auth flow. Expect network access and interactive auth (authorization codes) as described.
Persistence & Privilege
The skill does not request always-on inclusion, does not declare system config paths, and permits normal autonomous invocation. It doesn't request elevated or persistent system-level privileges beyond installing a CLI.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install peach
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /peach 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
Slug peach
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Peach 是什么?

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

如何安装 Peach?

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

Peach 是免费的吗?

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

Peach 支持哪些平台?

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

谁开发了 Peach?

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

💬 留言讨论