← 返回 Skills 市场
R3
作者
Membrane Dev
· GitHub ↗
· v1.0.1
· MIT-0
107
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install r3
功能描述
R3 integration. Manage data, records, and automate workflows. Use when the user wants to interact with R3 data.
安全使用建议
This skill appears to do what it says (use Membrane CLI to access R3). Before installing: 1) Verify @membranehq/cli is the official package (check the npm package page and GitHub repo) and, if possible, install it in an isolated environment (container or VM) rather than globally on a production host. 2) Review the permissions and data Membrane will be able to access via your account; the login flow will grant the CLI access to your R3/Membrane resources. 3) If you need stronger assurance, ask the skill author for a signed checksum or a pinned release version instead of @latest. 4) The skill requires network access and a Membrane account — do not use it for highly sensitive data until you’ve validated the CLI and the service’s security posture.
功能分析
Type: OpenClaw Skill
Name: r3
Version: 1.0.1
The skill bundle provides instructions for an AI agent to interact with the R3 platform via the Membrane CLI. It follows standard integration patterns for the Membrane ecosystem, including authentication, connection management, and action execution. The instructions explicitly advise against asking for user secrets and rely on the platform's managed authentication, with no evidence of malicious intent or data exfiltration in SKILL.md or _meta.json.
能力标签
能力评估
Purpose & Capability
The name/description (R3 integration) matches the runtime instructions: the SKILL.md tells the agent to use the Membrane CLI to authenticate and interact with R3 resources. Nothing in the instructions asks for unrelated cloud keys, system-level access, or capabilities that do not belong to an integration CLI.
Instruction Scope
Instructions are scoped to installing and using the Membrane CLI (login, connect, list, search). They describe interactive and headless authentication flows and how to get machine-readable output. The file list and examples are focused on R3 entities; there are no steps instructing the agent to read arbitrary local files, system credentials, or to exfiltrate data to unexpected endpoints.
Install Mechanism
The SKILL.md tells users to run `npm install -g @membranehq/cli@latest`. This is a typical way to install a CLI but does execute third-party code on the host (global npm package). Because the skill is instruction-only (no install spec in the registry), the CLI installation is performed by the user/agent at runtime — moderate risk. Recommend verifying the package source and checksum or using a controlled environment (container/VM) if you don't trust it.
Credentials
The skill declares no required env vars or credentials in the registry. Authentication occurs via Membrane's login flow (interactive or headless browser code) which is appropriate for a platform integration. There are no unrelated secrets or extra credentials requested.
Persistence & Privilege
The skill is not forced-always and does not request system-wide persistence. It is user-invocable and allows autonomous invocation (the platform default), which is expected for an integration skill and is not by itself a red flag.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install r3 - 安装完成后,直接呼叫该 Skill 的名称或使用
/r3触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Auto sync from membranedev/application-skills
v1.0.0
Auto sync from membranedev/application-skills
元数据
常见问题
R3 是什么?
R3 integration. Manage data, records, and automate workflows. Use when the user wants to interact with R3 data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。
如何安装 R3?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install r3」即可一键安装,无需额外配置。
R3 是免费的吗?
是的,R3 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
R3 支持哪些平台?
R3 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 R3?
由 Membrane Dev(@membranedev)开发并维护,当前版本 v1.0.1。
推荐 Skills