← 返回 Skills 市场
gora050

Paubox

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
146
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install paubox
功能描述
Paubox integration. Manage data, records, and automate workflows. Use when the user wants to interact with Paubox data.
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install paubox
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /paubox 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug paubox
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Paubox 是什么?

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

如何安装 Paubox?

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

Paubox 是免费的吗?

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

Paubox 支持哪些平台?

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

谁开发了 Paubox?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。

💬 留言讨论