← Back to Skills Marketplace
Statuspage
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
180
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install statuspage
Description
Statuspage integration. Manage Incidents, Metrics, Pages, ScheduledMaintenances. Use when the user wants to interact with Statuspage data.
Usage Guidance
This skill appears coherent for managing Statuspage via the Membrane service, but before installing/using it: 1) Understand and accept that Membrane (a third party) will mediate authentication and have access to your Statuspage data—review its privacy/security docs and OAuth scopes. 2) Prefer running commands with npx (npx @membranehq/cli@latest ...) to avoid a global npm install, or inspect the package source on the Membrane GitHub and the published npm package before installing. 3) When authenticating, verify the URLs and redirect targets the login flow uses and only complete auth in trusted browsers/sessions. 4) If you need higher assurance, audit the Membrane CLI repo and published package (checksums/signatures) or configure Statuspage API keys with minimal scopes and audit tokens after use.
Capability Analysis
Type: OpenClaw Skill
Name: statuspage
Version: 1.0.3
The skill facilitates Statuspage management by instructing the agent to install and use a third-party CLI tool (`@membranehq/cli`). It requires high-risk operations including global NPM package installation, shell-based authentication, and the dynamic creation of remote actions via the Membrane platform (`membrane action create`). While these capabilities are aligned with the stated purpose of the integration, the requirement for global system changes and reliance on external binary execution for logic orchestration meets the criteria for a suspicious classification. (IOCs: getmembrane.com, @membranehq/cli)
Capability Assessment
Purpose & Capability
The name/description (Statuspage integration) matches the SKILL.md: it instructs the agent to use the Membrane CLI to manage incidents, components, metrics, and scheduled maintenances on Statuspage. Nothing requested by the skill (no env vars, no config paths) is inconsistent with that purpose.
Instruction Scope
Instructions are focused on installing and using the Membrane CLI (login, connect, discover/run actions). They do not ask to read unrelated files or to exfiltrate local secrets. Note: the runtime flow delegates authentication and API access to Membrane, so the user's Statuspage credentials and API access are handled externally by that service.
Install Mechanism
There is no built-in installer for the skill, but SKILL.md instructs installing @membranehq/cli via npm -g or using npx. Installing a global npm package is a reasonable and expected mechanism for a CLI-based integration, but it has the usual moderate risk of executing third‑party code from the npm registry. Using npx avoids a persistent global install.
Credentials
The skill declares no required environment variables or local credentials, which is proportionate to the instructions because authentication is delegated to Membrane. However, this means the user must trust Membrane with Statuspage access and session tokens.
Persistence & Privilege
The skill does not request elevated persistence (always: false) and does not modify other skills' configs. It relies on an external CLI tool that the user explicitly installs; autonomous invocation is allowed by default but not unusual for skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install statuspage - After installation, invoke the skill by name or use
/statuspage - 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 Statuspage?
Statuspage integration. Manage Incidents, Metrics, Pages, ScheduledMaintenances. Use when the user wants to interact with Statuspage data. It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.
How do I install Statuspage?
Run "/install statuspage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Statuspage free?
Yes, Statuspage is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Statuspage support?
Statuspage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Statuspage?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills