← 返回 Skills 市场
Unbox
作者
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
99
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install unbox
功能描述
Unbox integration. Manage data, records, and automate workflows. Use when the user wants to interact with Unbox data.
安全使用建议
This skill appears to do what it says (use the Membrane CLI to work with Unbox) but has some red flags: 1) The SKILL.md tells you to run 'npm install -g @membranehq/cli@latest' — global npm installs execute code on your machine, so inspect the npm package (publisher, recent versions, audit) before installing and avoid running as root. 2) The 'Official docs' link points to Apple ARKit (clearly wrong) — ask the publisher to correct/document sources. 3) Verify the homepage/getmembrane.com and the @membranehq npm package contents (or run the CLI in an isolated environment/container) if you plan to use it. If you enable autonomous agent invocation, be aware the agent could run the CLI commands on your behalf; only allow that if you trust the Membrane service and the npm package author. If you want more confidence, request the skill author to provide a formal install spec (trusted release URL or verified package hash) and to fix the documentation errors.
功能分析
Type: OpenClaw Skill
Name: unbox
Version: 1.0.1
The skill requires the agent to perform global system modifications (`npm install -g`) and execute shell commands via the Membrane CLI, which grants broad execution capabilities. A significant discrepancy exists in SKILL.md where the 'Official docs' for the 'Unbox' subscription service link to Apple's ARKit documentation, suggesting either a low-quality template or an attempt to misrepresent the tool's purpose. While no explicit exfiltration logic is present, the reliance on external binary installation and inconsistent documentation warrants caution.
能力评估
Purpose & Capability
Name and description (Unbox integration) align with the runtime instructions (using Membrane CLI to connect to Unbox). However the SKILL.md contains an unrelated 'Official docs' link to Apple ARKit (likely copy/paste error), which undermines quality control and raises suspicion about attention to detail. The required capabilities (network + Membrane account) are coherent with the stated purpose.
Instruction Scope
Instructions are focused on installing and using the @membranehq/cli to authenticate, create connections, discover actions, and run them. They do not ask the agent to read arbitrary files or environment variables. Minor concerns: instructions tell the user/agent to run commands that perform interactive login (opens browser or prints codes) — normal for CLI auth but requires user action — and the erroneous Apple docs link indicates sloppy documentation that should be corrected.
Install Mechanism
There is no registry install spec, but the SKILL.md instructs users to run 'npm install -g @membranehq/cli@latest'. Global npm installs execute third‑party code and write to disk; this is a higher‑risk install action compared to instruction-only skills that rely on preinstalled tools. The package namespace (@membranehq) and homepage (getmembrane.com) appear consistent, but you should verify the npm package, its maintainer, and its contents before running a global install.
Credentials
The skill declares no required environment variables, no secrets, and no config paths. The SKILL.md explicitly recommends letting Membrane manage credentials rather than asking for API keys locally, which is proportionate. There are no inexplicable credential requests in the instructions.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges in the registry metadata. The only persistence vector is installing the Membrane CLI (user chooses to install). The skill does not attempt to modify other skills or system configs in its instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install unbox - 安装完成后,直接呼叫该 Skill 的名称或使用
/unbox触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Unbox 是什么?
Unbox integration. Manage data, records, and automate workflows. Use when the user wants to interact with Unbox data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 99 次。
如何安装 Unbox?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install unbox」即可一键安装,无需额外配置。
Unbox 是免费的吗?
是的,Unbox 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Unbox 支持哪些平台?
Unbox 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Unbox?
由 Membrane Dev(@membranedev)开发并维护,当前版本 v1.0.1。
推荐 Skills