← Back to Skills Marketplace
membranedev

Peach

by Membrane Dev · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
116
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install peach
Description
Peach integration. Manage data, records, and automate workflows. Use when the user wants to interact with Peach data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install peach
  3. After installation, invoke the skill by name or use /peach
  4. 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
Slug peach
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Peach?

Peach integration. Manage data, records, and automate workflows. Use when the user wants to interact with Peach data. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Peach?

Run "/install peach" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Peach free?

Yes, Peach is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Peach support?

Peach is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Peach?

It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.

💬 Comments