← Back to Skills Marketplace
Panzura
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
117
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install panzura
Description
Panzura integration. Manage data, records, and automate workflows. Use when the user wants to interact with Panzura data.
Usage Guidance
This skill appears to be what it claims: a Panzura integration that uses the Membrane CLI. Before installing or running it: 1) Verify the Membrane CLI package and publisher on npm and the referenced GitHub repo (ensure @membranehq is the legitimate maintainer). 2) Prefer running via `npx @membranehq/cli@<fixed-version>` or pin a specific version instead of `-g @latest` to reduce supply-chain risk. 3) Review the CLI's README/source if you need high assurance (global npm installs run code on your machine). 4) When performing authentication, only complete login flows from trusted browsers/hosts and confirm tenant details. If you want higher confidence, ask the maintainer for a signed release, integrity hash, or a versioned install URL, or run the CLI in an isolated environment (container/VM).
Capability Analysis
Type: OpenClaw Skill
Name: panzura
Version: 1.0.1
The skill provides instructions for an AI agent to interact with Panzura via the Membrane CLI. It includes standard procedures for installing the `@membranehq/cli` package, authenticating via OAuth, and discovering or executing actions. The instructions are well-documented, align with the stated purpose of data management, and do not contain evidence of malicious intent, data exfiltration, or unauthorized system access.
Capability Assessment
Purpose & Capability
The name and description match the runtime instructions: the skill tells the agent to use the Membrane CLI to connect to Panzura and manage resources. Requesting a CLI to mediate API calls is a reasonable design for this integration.
Instruction Scope
SKILL.md only instructs using the Membrane CLI (login, connect, action list/run/create). It does not ask the agent to read unrelated files, access unrelated environment variables, or exfiltrate data to unexpected endpoints. Authentication uses standard interactive/headless OAuth-style flows.
Install Mechanism
This is an instruction-only skill, but it directs users to run `npm install -g @membranehq/cli@latest`. Installing a global npm package is a common way to get a CLI, but it does execute third-party code on the host and pulls the latest version (non-pinned). This is expected for a CLI-based integration, but carries supply-chain/execution risk — verify the package publisher and repository, or prefer `npx` or pinned versions.
Credentials
The skill declares no required environment variables or credentials. It relies on interactive Membrane authentication (tenant/login flow), which is proportionate to the stated purpose. There are no requests for unrelated secrets or config paths in the documentation.
Persistence & Privilege
The skill does not request always: true or any elevated persistence. It's instruction-only and does not modify other skills or system-wide agent configs. Autonomous invocation is allowed (platform default), which is normal for skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install panzura - After installation, invoke the skill by name or use
/panzura - 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 Panzura?
Panzura integration. Manage data, records, and automate workflows. Use when the user wants to interact with Panzura data. It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install Panzura?
Run "/install panzura" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Panzura free?
Yes, Panzura is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Panzura support?
Panzura is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Panzura?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills