← Back to Skills Marketplace
84
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-clawhome
Description
将 OpenClaw 连接到 Clawhome 聊天平台,实现 AI 自动回复。
Usage Guidance
这个技能看起来内部一致,但在安装前请确认几点:
- openclaw plugins install 将从注册表或远端获取插件代码;确认你信任插件发布者(注册表条目/Owner ID、源/主页虽然在元数据中缺失)。
- channelSecret 会被写入 OpenClaw 配置,确保配置存储受保护并能对密钥进行旋转/撤销。
- 文件上传使用 https://www.clawhome.io/api/oss/upload(文档称“免鉴权”),上传前确认你愿意将文件托管到该域并理解隐私与访问控制。
- 如果你有网络或合规限制,先验证允许与 wss://www.clawhome.io/ws 和 clawhome.io 的出入站连接。
如果你需要更高信心,可请求插件源代码、发布者证明或在隔离环境中先测试安装。
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-clawhome
Version: 1.0.0
The skill bundle provides documentation and configuration instructions for integrating OpenClaw with the Clawhome chat platform. It outlines standard procedures for plugin installation, credential configuration (channelId/channelSecret), and communication via the clawhome.io domain. No malicious code, obfuscation, or unauthorized data exfiltration patterns were identified in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
技能名与描述(将 OpenClaw 连接到 Clawhome)与 SKILL.md 中的操作一致:安装插件、设置 channelId 与 channelSecret、重启 gateway 以及使用指定的 websocket 与 HTTP 协议发送/接收消息。没有看到与该目的不相关的权限或环境变量请求。
Instruction Scope
运行说明限定在安装插件、配置 channelId/channelSecret、重启 gateway、使用 wss 主题收发消息以及通过指定上传接口上传文件。没有指示去读取系统中与任务无关的文件或环境变量,也没有指示将数据发送到与 Clawhome 无关的外部端点。
Install Mechanism
这是一个纯说明型技能(无安装规范、无代码文件),这降低了直接写入磁盘或执行未知代码的风险。文档建议使用 openclaw plugins install 来安装同名插件——这是合理的操作,但注意实际安装会从注册表/远端获取插件软件,那个过程不在此技能包内。
Credentials
唯一需要的秘密是 channelSecret(通过 openclaw config 存储),这与将代理连接到聊天平台并进行鉴权的需求相称。技能本身不要求额外的 API 密钥、系统凭据或不相关的环境变量。
Persistence & Privilege
技能未设置 always:true,允许用户调用且可被模型自主调用(平台默认)。配置步骤会把 channelId/channelSecret 写入 OpenClaw 的配置,这是该集成的正常行为;技能未请求修改其他技能或系统范围配置。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-clawhome - After installation, invoke the skill by name or use
/openclaw-clawhome - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Integrate OpenClaw with Clawhome for AI auto-reply via websocket.
- Enables OpenClaw to send and receive messages on the Clawhome chat platform.
- Supports both text and file/image messaging, including file upload process.
- Provides step-by-step connection and configuration instructions.
- Details Clawhome protocol topics and message formats.
- Adds configuration options for channel ID and secret.
Metadata
Frequently Asked Questions
What is openclaw-clawhome?
将 OpenClaw 连接到 Clawhome 聊天平台,实现 AI 自动回复。 It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install openclaw-clawhome?
Run "/install openclaw-clawhome" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is openclaw-clawhome free?
Yes, openclaw-clawhome is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does openclaw-clawhome support?
openclaw-clawhome is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created openclaw-clawhome?
It is built and maintained by Kevin Ji (@shengguo); the current version is v1.0.0.
More Skills