← Back to Skills Marketplace
Platform9
by
Vlad Ursul
· GitHub ↗
· v1.0.3
· MIT-0
177
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install platform9
Description
Platform9 integration. Manage data, records, and automate workflows. Use when the user wants to interact with Platform9 data.
Usage Guidance
This skill appears to be a wrapper that uses the Membrane CLI to perform Platform9 actions — that design is plausible, but note the following before installing: 1) SKILL.md requires npm/npx and installing @membranehq/cli (global npm installs carry supply-chain risk). Verify the @membranehq/cli package on the npm registry and the linked repository (https://github.com/membranedev/application-skills) and confirm the homepage (getmembrane.com) is legitimate. 2) The skill metadata did not list required binaries, but the runtime will need Node/npm (and network access); ensure those are available and acceptable. 3) The login flow asks the user to open a browser and paste an auth code — only enter codes on trusted sites and do not paste long-lived secrets or other tokens. 4) If you need higher assurance, ask the publisher for an explicit install spec, a signed package/release, or host the CLI in a vetted package repository before installing. These checks would increase confidence.
Capability Analysis
Type: OpenClaw Skill
Name: platform9
Version: 1.0.3
The skill bundle provides instructions for an AI agent to interact with Platform9 via the Membrane CLI (@membranehq/cli). It covers installation, authentication, and action management (listing, creating, and running actions) through the Membrane platform. No evidence of malicious intent, data exfiltration, or unauthorized execution was found; the instructions are consistent with the stated purpose of infrastructure management and workflow automation.
Capability Assessment
Purpose & Capability
The skill claims to integrate with Platform9 but explicitly relies on the Membrane CLI as an intermediary (membrane connect / action run). That is a plausible design. However the skill metadata declares no required binaries or install steps while the SKILL.md clearly requires npm/npx (to install/run @membranehq/cli) and network access; this mismatch is an incoherence.
Instruction Scope
SKILL.md confines runtime actions to the Membrane CLI (login, connect, action list/create/run). It does not instruct reading unrelated files, accessing unrelated env vars, or exfiltrating data outside the Membrane/Platform9 flows. It does instruct interactive auth flows where the user must open a browser and paste codes — expected for delegated OAuth-style login.
Install Mechanism
There is no formal install spec, but the instructions require installing @membranehq/cli via npm (npm install -g or npx usage). Installing from the public npm registry is common but has supply-chain risk; the skill does not bundle code, so the npm package provenance and the getmembrane.com project should be reviewed before trusting and installing globally.
Credentials
The skill does not request environment variables or secret credentials in metadata. It relies on Membrane to manage auth, which aligns with the guidance in SKILL.md. No unrelated credentials or config paths are requested.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation defaults. It does not request persistent system-wide changes in its instructions and does not claim to modify other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install platform9 - After installation, invoke the skill by name or use
/platform9 - 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 Platform9?
Platform9 integration. Manage data, records, and automate workflows. Use when the user wants to interact with Platform9 data. It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install Platform9?
Run "/install platform9" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Platform9 free?
Yes, Platform9 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Platform9 support?
Platform9 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Platform9?
It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.
More Skills