← 返回 Skills 市场
Self-Integration
作者
bratchenko
· GitHub ↗
· v1.1.2
764
总下载
2
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install self-integration
功能描述
Connect to any external app and perform actions on it. Use when the user wants to interact with external services like Slack, Linear, HubSpot, Salesforce, Jira, GitHub, Google Sheets, or any other app — send messages, create tasks, sync data, manage contacts, or perform any API operation.
安全使用建议
This skill delegates access to other apps through the Membrane service. Before installing, ensure you trust the Membrane service and only supply a token with the minimum scope needed (or a limited/test account) because the token lets the skill perform actions on connected apps. Understand that the agent will initiate connection flows that may require the user to open authentication URLs to grant access to external services. If you need stronger assurances, ask for details about token scope, audit logs, and how to revoke the token.
功能分析
Type: OpenClaw Skill
Name: self-integration
Version: 1.1.2
The skill acts as a client for the Membrane API, enabling interaction with external applications. It requires `MEMBRANE_TOKEN` and `MEMBRANE_API_URL` environment variables, which are used to authenticate and direct all API calls to the specified Membrane endpoint (defaulting to `https://api.getmembrane.com`). The `SKILL.md` transparently outlines the API interactions, data sent (API token, connection parameters, action inputs, agent prompts), and explicitly states that no other external services are contacted. While the skill instructs the OpenClaw agent to send 'prompts' to the Membrane API's agent sessions, this is a documented feature of the Membrane service for building connectors/actions, not a prompt injection attempt against the OpenClaw agent itself. There is no evidence of unauthorized data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The skill clearly discloses its reliance on and data sharing with the Membrane service, aligning with its stated purpose.
能力评估
Purpose & Capability
Name and description say the skill will connect to external apps via Membrane; the only required secrets are MEMBRANE_TOKEN and MEMBRANE_API_URL, which directly match that purpose. There are no unrelated binaries, paths, or extra credentials requested.
Instruction Scope
SKILL.md instructs the agent to call Membrane endpoints (connections, search, connection-requests, agent sessions, actions) and to prompt the user to complete OAuth flows. It does not instruct the agent to read local files, other env vars, or exfiltrate data to third-party endpoints outside the Membrane API. Use of Membrane Agent sessions to auto-build connectors/actions is in-scope for the described capability.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by the skill itself, which minimizes install risk.
Credentials
Only MEMBRANE_TOKEN (primary) and MEMBRANE_API_URL are required. Both are directly relevant for calling the Membrane API. There are no unrelated secrets or high-privilege environment variables requested.
Persistence & Privilege
The skill is not forced-always; it is user-invocable and allows normal autonomous invocation (platform default). It doesn't request to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install self-integration - 安装完成后,直接呼叫该 Skill 的名称或使用
/self-integration触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.2
Set homepage to getmembrane.com
v1.1.1
Declare MEMBRANE_API_URL in openclaw metadata, add homepage to openclaw block
v1.1.0
Fix security review: declare MEMBRANE_TOKEN in metadata, add concrete examples, add security & privacy section
v1.0.0
Initial version
元数据
常见问题
Self-Integration 是什么?
Connect to any external app and perform actions on it. Use when the user wants to interact with external services like Slack, Linear, HubSpot, Salesforce, Jira, GitHub, Google Sheets, or any other app — send messages, create tasks, sync data, manage contacts, or perform any API operation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 764 次。
如何安装 Self-Integration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install self-integration」即可一键安装,无需额外配置。
Self-Integration 是免费的吗?
是的,Self-Integration 完全免费(开源免费),可自由下载、安装和使用。
Self-Integration 支持哪些平台?
Self-Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Self-Integration?
由 bratchenko(@bratchenko)开发并维护,当前版本 v1.1.2。
推荐 Skills