← Back to Skills Marketplace
Paubox
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
146
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install paubox
Description
Paubox integration. Manage data, records, and automate workflows. Use when the user wants to interact with Paubox data.
Usage Guidance
This skill appears to do what it claims (Paubox via Membrane), but before installing or using it consider: 1) PHI risk — Paubox is used for protected health information; the Membrane service will handle auth and action execution, so confirm Membrane's HIPAA compliance, DPA/BAA, and privacy policy before sending PHI through it. 2) Package provenance — the docs ask you to run `npm install -g @membranehq/cli@latest`; verify the package owner and repository on npm/GitHub and prefer `npx` or a pinned version if you want to avoid global installs. 3) Least privilege — avoid pasting secrets or PHI into free-form prompts; follow the documented connect flow so credentials remain managed by Membrane. 4) Isolation — run the CLI in a controlled environment if you are concerned about data exfiltration. If you need to avoid third‑party processing of PHI entirely, consider integrating directly with Paubox APIs (and only provide credentials to trusted code).
Capability Analysis
Type: OpenClaw Skill
Name: paubox
Version: 1.0.3
The skill facilitates Paubox integration by instructing the agent to perform high-risk operations, including the global installation of an NPM package (@membranehq/cli) and the execution of shell commands for authentication and API interaction. While these actions are plausibly needed for the stated purpose of using the Membrane platform, the reliance on shell-based command construction (e.g., in SKILL.md) for dynamic actions and JSON inputs presents a significant risk of shell injection if the agent does not properly sanitize user-provided data.
Capability Assessment
Purpose & Capability
The name/description (Paubox integration) align with the instructions: the skill tells the agent to use the Membrane CLI to connect to Paubox and run actions. Network access and a Membrane account are explicitly stated and expected for this purpose.
Instruction Scope
SKILL.md confines itself to installing/using the Membrane CLI, logging in, creating/using a Paubox connection, discovering and running actions. It does not instruct reading arbitrary host files or accessing unrelated env vars. Important privacy note: Paubox handles PHI, and the instructions indicate Membrane performs auth/server-side action handling — this means user data (potentially PHI) may be routed to Membrane's service.
Install Mechanism
There is no formal install spec in registry metadata, but the documentation tells users to run `npm install -g @membranehq/cli@latest` (and shows `npx` usage). Installing a global npm package is a reasonable way to obtain a CLI, but it pulls code from the npm registry (moderate risk). The absence of a packaged install spec in the registry means the skill relies on the user/agent to run that install command.
Credentials
The skill declares no required env vars or credentials and the instructions explicitly advise not to ask for API keys (Membrane manages credentials). This is proportionate. However, because the integration will use Membrane's remote service, credentials/tokens and any data required for actions will be handled server-side — a privacy consideration for PHI.
Persistence & Privilege
The skill is instruction-only and does not request elevated persistent privileges. Flags show always:false and normal autonomous invocation settings. It does instruct installing a CLI which writes to disk, but the skill itself does not demand permanent platform presence or modification of other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install paubox - After installation, invoke the skill by name or use
/paubox - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Frequently Asked Questions
What is Paubox?
Paubox integration. Manage data, records, and automate workflows. Use when the user wants to interact with Paubox data. It is an AI Agent Skill for Claude Code / OpenClaw, with 146 downloads so far.
How do I install Paubox?
Run "/install paubox" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Paubox free?
Yes, Paubox is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Paubox support?
Paubox is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Paubox?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills