← Back to Skills Marketplace
Release
by
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
104
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install release-integration
Description
Release integration. Manage data, records, and automate workflows. Use when the user wants to interact with Release data.
Usage Guidance
Before installing or using this skill: 1) Verify the Membrane package and publisher (npm package name, repository, and homepage) match and are trustworthy; prefer examining the package source on the repo link. 2) Be aware the SKILL.md requires global npm install (writes code to disk) even though the manifest declared no required binaries — this mismatch is concerning. 3) If you will run this on a shared or production machine, avoid global installs or use a container/VM; check where the CLI stores credentials locally. 4) During login the CLI opens a browser or prints an auth code — follow the flow only for accounts you intend to grant access. 5) If you need higher assurance, ask the publisher for a formal install spec and for clarification why required binaries were omitted from the manifest; request an integrity/hash or pinned release for the CLI. If you cannot validate the npm package and repository, treat the install as higher-risk and consider declining.
Capability Analysis
Type: OpenClaw Skill
Name: release-integration
Version: 1.0.1
The skill bundle provides instructions for an AI agent to integrate with the Membrane platform to manage release workflows (likely for Atlassian Release). It guides the agent through installing the Membrane CLI via npm, authenticating, and managing connections and actions. The instructions in SKILL.md explicitly encourage secure practices, such as delegating credential management to the platform rather than asking the user for keys. No malicious code, data exfiltration, or deceptive prompt injection was found; the behavior is entirely consistent with the stated purpose of tool integration.
Capability Assessment
Purpose & Capability
The skill claims to be an integration for 'Release' via Membrane and the SKILL.md explains using the Membrane CLI. However the registry metadata lists no required binaries or install actions, which is inconsistent: the instructions require npm and the 'membrane' binary (installed via npm -g). This mismatch between declared requirements and actual runtime needs is incoherent.
Instruction Scope
The SKILL.md is focused on interacting with Membrane/Release and does not ask the agent to read unrelated files or environment variables. It does, however, instruct running interactive auth flows (opens a browser or pastes codes) and to create persistent connections on Membrane — these are expected for this integration but involve user-facing auth steps.
Install Mechanism
There is no install spec in the registry, yet the runtime instructions tell the user to run `npm install -g @membranehq/cli@latest` (and use npx). Fetching and installing an npm package globally will write code to disk and run a third-party package; this is a moderate-risk install path and should be verified (package source, integrity, and permissions).
Credentials
The skill does not request environment variables, API keys, or unrelated credentials in the manifest. Authentication is delegated to Membrane's login flow, which keeps secrets server-side. No disproportionate credential access is requested by the skill itself.
Persistence & Privilege
The skill is not always-enabled and does not claim elevated privileges. However, installing the Membrane CLI (per instructions) will create a client on the host and the login flow will persist credentials/connections (server-side and likely some local state). Consider where local auth state is stored and who can access the installed CLI on shared machines.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install release-integration - After installation, invoke the skill by name or use
/release-integration - 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 Release?
Release integration. Manage data, records, and automate workflows. Use when the user wants to interact with Release data. It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install Release?
Run "/install release-integration" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Release free?
Yes, Release is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Release support?
Release is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Release?
It is built and maintained by Membrane Dev (@membranedev); the current version is v1.0.1.
More Skills