← 返回 Skills 市场
Sendbird
作者
Membrane Dev
· GitHub ↗
· v1.0.3
· MIT-0
227
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install sendbird
功能描述
Sendbird integration. Manage Users, Channels. Use when the user wants to interact with Sendbird data.
安全使用建议
This skill is internally consistent: it works by having you install and authenticate the Membrane CLI and then create a Sendbird connection. Before installing, confirm you trust Membrane (@membranehq) and the listed homepage/repository. Be aware that `npm install -g` runs code from the npm registry (normal for CLIs but carries audit risk). Do not share raw Sendbird API keys into chat; follow the Membrane flow to keep credentials managed server-side, and verify the connection ID and actions before running anything that manipulates production data.
功能分析
Type: OpenClaw Skill
Name: sendbird
Version: 1.0.3
The skill provides a Sendbird integration by leveraging the Membrane CLI (@membranehq/cli). It contains instructions for the agent to install the CLI, authenticate, and manage Sendbird resources through Membrane's abstraction layer. The behavior is consistent with the documentation of the Membrane platform, and no malicious patterns such as data exfiltration or unauthorized persistence were identified in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The skill declares Sendbird integration and the SKILL.md consistently instructs using the Membrane CLI to connect to Sendbird, discover actions, and run them. Required network access and a Membrane account align with the stated purpose; no unrelated services or credentials are requested.
Instruction Scope
Runtime instructions stick to installing/using the Membrane CLI, logging in interactively, creating a Sendbird connection, listing/creating/running actions, and polling build state. The doc does not request reading unrelated files, harvesting environment variables, or sending data to unexpected endpoints.
Install Mechanism
There is no formal install spec in the registry, but the SKILL.md tells users to run `npm install -g @membranehq/cli@latest` (and suggests using npx in examples). Installing a global npm package pulls code from the public npm registry and executes installation scripts — this is standard for CLIs but carries the usual supply-chain risk. This behavior is expected for a CLI-based integration.
Credentials
The skill requires no environment variables or local credentials. It relies on Membrane to handle Sendbird credentials server-side and uses interactive login flows. That is proportionate to the stated functionality; there are no unexplained SECRET/TOKEN requirements.
Persistence & Privilege
The skill is instruction-only, not always-enabled, and does not request persistent elevated privileges or modifications to other skills. It does ask the user to install a CLI locally (a normal user action) but does not attempt to modify system-wide agent config itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sendbird - 安装完成后,直接呼叫该 Skill 的名称或使用
/sendbird触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Sendbird 是什么?
Sendbird integration. Manage Users, Channels. Use when the user wants to interact with Sendbird data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。
如何安装 Sendbird?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sendbird」即可一键安装,无需额外配置。
Sendbird 是免费的吗?
是的,Sendbird 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sendbird 支持哪些平台?
Sendbird 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sendbird?
由 Membrane Dev(@membranedev)开发并维护,当前版本 v1.0.3。
推荐 Skills