← 返回 Skills 市场
Release
作者
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
104
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install release-integration
功能描述
Release integration. Manage data, records, and automate workflows. Use when the user wants to interact with Release data.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install release-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/release-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
Release 是什么?
Release integration. Manage data, records, and automate workflows. Use when the user wants to interact with Release data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 Release?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install release-integration」即可一键安装,无需额外配置。
Release 是免费的吗?
是的,Release 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Release 支持哪些平台?
Release 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Release?
由 Membrane Dev(@membranedev)开发并维护,当前版本 v1.0.1。
推荐 Skills