← Back to Skills Marketplace
Statusio
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
119
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install statusio
Description
Status.io integration. Manage data, records, and automate workflows. Use when the user wants to interact with Status.io data.
Usage Guidance
This skill appears to do what it says: it uses Membrane as a proxy to talk to Status.io and asks you to install and use the Membrane CLI. Before installing or using it: (1) verify the @membranehq/cli npm package is the official one (check the npm/org page and GitHub source), prefer running with npx or a local install rather than a global -g install if you want less system impact, (2) review Membrane's privacy/terms because you will rely on that third party to hold your Status.io credentials, (3) perform interactive login yourself (do not paste secrets into chat), and (4) revoke the connection or credentials in Membrane when you no longer need access. If you cannot trust the Membrane service/provider, do not install the CLI or create connections.
Capability Analysis
Type: OpenClaw Skill
Name: statusio
Version: 1.0.1
The skill requires the agent to perform a global installation of the `@membranehq/cli` npm package and routes all API interactions through the third-party service getmembrane.com. While these steps are aligned with the stated integration purpose, the requirement for high-privilege system modifications (npm install -g) and the reliance on an external proxy for dynamic action creation and execution constitute high-risk behaviors that warrant caution in an automated agent environment.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md directs the agent to use the Membrane CLI to manage Status.io data. Required capabilities (network access, Membrane account) are appropriate for this purpose and no unrelated resources are requested.
Instruction Scope
Runtime instructions are narrowly scoped to installing/using the Membrane CLI, logging in, creating connections, discovering/creating/running actions, and handling JSON outputs. The instructions do not request reading arbitrary files, unrelated environment variables, or exfiltrating data to unknown endpoints. Authentication is delegated to Membrane and performed interactively (browser/code flow).
Install Mechanism
The manifest is instruction-only (no install spec), but SKILL.md tells users to run 'npm install -g @membranehq/cli@latest' and uses npx in examples. Installing a global npm package is a real-world supply-chain risk; this is proportionate to the stated purpose but you should verify the package source and prefer npx or a local install if you want to reduce risk.
Credentials
The skill declares no required environment variables or credentials. It explicitly instructs not to ask users for API keys and to let Membrane manage auth, which is proportionate to a connector-style integration. The only external requirement is a Membrane account (third-party service).
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not instruct modifying other skills or system-wide configs. It relies on interactive login with Membrane and does not store additional local secrets according to the instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install statusio - After installation, invoke the skill by name or use
/statusio - 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 Statusio?
Status.io integration. Manage data, records, and automate workflows. Use when the user wants to interact with Status.io data. It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.
How do I install Statusio?
Run "/install statusio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Statusio free?
Yes, Statusio is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Statusio support?
Statusio is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Statusio?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills