← 返回 Skills 市场
804
总下载
1
收藏
3
当前安装
3
版本数
在 OpenClaw 中安装
/install rocketchat
功能描述
Rocket.Chat team messaging - channels, messages, users, integrations via REST API
安全使用建议
This skill is coherent with its description: it will use the RC_URL, RC_TOKEN and RC_USER_ID you provide to call Rocket.Chat REST endpoints (read/post/edit messages, manage channels/users depending on token privileges). Because the skill is instruction-only (no installer), it won't drop code on disk, but any agent using this skill will be able to act with the permissions of the supplied token. Before installing, consider using a dedicated bot/service account with minimal required permissions (avoid full admin tokens unless necessary), restrict the token's scope and rotate it regularly, and ensure RC_URL points to a trusted Rocket.Chat instance. Also review the agent's actions when it runs (or disable autonomous invocation if you want manual control). The regex scanner found no code to analyze, which is expected for an instruction-only skill.
功能分析
Type: OpenClaw Skill
Name: rocketchat
Version: 1.0.2
The skill bundle provides a set of `curl` commands to interact with the Rocket.Chat REST API, as described in `SKILL.md`. All commands are directed at the user-configured `$RC_URL` and use the provided `$RC_TOKEN` and `$RC_USER_ID` for authentication. There is no evidence of prompt injection attempts against the agent, unauthorized data exfiltration, persistence mechanisms, or execution of arbitrary remote code. The examples demonstrate standard API functionality, including potentially powerful actions like creating users, but these are legitimate capabilities of the Rocket.Chat API and not indicative of malicious intent within the skill itself.
能力评估
Purpose & Capability
Name/description claim Rocket.Chat REST API access; required env vars (RC_URL, RC_TOKEN, RC_USER_ID) and required binaries (curl, optional jq) are exactly what an API-based chat integration needs.
Instruction Scope
SKILL.md contains concrete curl examples that only reference the Rocket.Chat API, the declared env vars, and optional jq. It does not instruct reading unrelated system files, other credentials, or exfiltrating data to unexpected endpoints.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by an installer.
Credentials
Requested environment variables are limited to the Rocket.Chat URL and authentication (RC_URL, RC_TOKEN, RC_USER_ID). This is proportionate to the documented capabilities (posting, reading, managing messages/users).
Persistence & Privilege
always is false and the skill makes no requests to modify agent/system configuration. Autonomous invocation is allowed (platform default) but not combined with elevated persistence or other concerning privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rocketchat - 安装完成后,直接呼叫该 Skill 的名称或使用
/rocketchat触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Skill overview and usage documentation rewritten for clarity and conciseness.
- Environment variable names updated (`ROCKETCHAT_*` → `RC_*`) for consistency.
- Added new sections for integrations, user management (create user, set status), and server statistics.
- API usage examples now note incoming webhook endpoints and authentication.
- Explained rate limits and referenced official API documentation.
- Kept key identifiers, command examples, and "ideas to try" for user guidance.
- Internal version reset in docs to 1.0.0 for new documentation style.
v1.0.1
- Major documentation overhaul: SKILL.md now provides direct curl command examples for every supported Rocket.Chat API action.
- Clarified all environment variable requirements and added curl binary requirement.
- Added detailed instructions on authentication headers and endpoint usage.
- Expanded examples for message, reaction, pin, channel, and member management.
- Linked to Rocket.Chat REST API docs for further reference.
v1.0.0
Enables claw to talk with RocketChat
元数据
常见问题
RocketChat 是什么?
Rocket.Chat team messaging - channels, messages, users, integrations via REST API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 804 次。
如何安装 RocketChat?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rocketchat」即可一键安装,无需额外配置。
RocketChat 是免费的吗?
是的,RocketChat 完全免费(开源免费),可自由下载、安装和使用。
RocketChat 支持哪些平台?
RocketChat 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RocketChat?
由 zenjabba(@zenjabba)开发并维护,当前版本 v1.0.2。
推荐 Skills