← Back to Skills Marketplace
Unbox
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
99
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install unbox
Description
Unbox integration. Manage data, records, and automate workflows. Use when the user wants to interact with Unbox data.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install unbox - After installation, invoke the skill by name or use
/unbox - 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 Unbox?
Unbox integration. Manage data, records, and automate workflows. Use when the user wants to interact with Unbox data. It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install Unbox?
Run "/install unbox" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Unbox free?
Yes, Unbox is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Unbox support?
Unbox is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Unbox?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills