← Back to Skills Marketplace
shengguo

openclaw-clawhome-cli

by Kevin Ji · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
136
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-clawhome-cli
Description
将 OpenClaw 连接到 Clawhome 聊天平台,实现 AI 自动回复。
Usage Guidance
简明建议: - 如果你要运行文档中的 npx 命令,请先确认 npm 包的发布者和仓库(确保不是未知或恶意来源)。 - 在运行安装器前,手动检查包内容或在受控环境中先测试;cli.mjs 本身只调用本地 openclaw 命令,没有明显的外部恶意请求,但 npx 会从网络下载并执行代码。 - 注意你将提供并存储的 channelSecret:这是对外部 MQTT Broker(wss://www.clawhome.top)的凭证,确保你信任该平台并尽量限制权限与有效期。 - 文档存在若干命名/示例不一致(npm scope、插件标识、help 文本),安装前确认要安装的插件名称(openclaw-clawhome vs clawhome 等)以及 openclaw plugins install/update 命令的正确参数。 - 若不确定来源,考虑手动在可信环境中通过 openclaw plugins install openclaw-clawhome 并手动配置,而不是直接运行 npx -y。
Capability Analysis
Type: OpenClaw Skill Name: openclaw-clawhome-cli Version: 1.0.1 The skill bundle is a legitimate installer for an OpenClaw plugin designed to connect the agent to the Clawhome chat platform via MQTT (wss://www.clawhome.top/mqtt). The `cli.mjs` script facilitates the installation by wrapping standard `openclaw` CLI commands, and the `SKILL.md` provides appropriate instructions for the AI agent to configure the connection. No evidence of data exfiltration, malicious execution, or intentional vulnerabilities was found.
Capability Assessment
Purpose & Capability
声称的目标是把 OpenClaw 连接到 Clawhome;cli.mjs 正在检查本地 openclaw、调用 openclaw plugins install/update、并重启 gateway,行为与目的匹配。注意小不一致:PLUG IN_SPEC = "openclaw-clawhome",CHANNEL_ID = "clawhome",package.json 包名为 openclaw-clawhome-cli,SKILL.md 中示例 help 使用了不同的 npm scope(@clawhome/...),这些是命名/文档问题但不改变功能。
Instruction Scope
SKILL.md 指导通过 npx 安装并通过 openclaw config 设置 channels.clawhome.channelId 和 channelSecret,然后重启 gateway。说明中也列出了默认 MQTT 地址(wss://www.clawhome.top/mqtt)和消息格式——这些都在通道插件上下文内合理。但用户应注意:安装后插件会与外部 MQTT Broker 通信并使用你提供的 channelSecret,签发/存储的密钥会被插件使用(不是由此技能直接读取环境变量)。
Install Mechanism
注册表条目没有 install spec(即技能本身为 instruction+代码包),但文档建议用 npx -y openclaw-clawhome-cli@latest install 来运行安装器:这会从 npm 拉取并执行远程包(常见但需要信任来源)。cli.mjs 本身并不下载不明 URL 或执行可疑网络请求——它仅调用本地 openclaw CLI。仍建议在运行 npx 前核实包发布者/主页和包内容。
Credentials
技能未声明需要任何环境变量或凭据。SKILL.md 指示用户通过 openclaw config 设置 channelId 和 channelSecret(这是合乎期待的方式),所以没有不必要的凭据请求。需要注意的是,channelSecret 是敏感信息,会被插件用于认证外部服务,因此应谨慎提供和存储。
Persistence & Privilege
技能没有 always: true,也不会在代理内强制常驻。它的作用是通过 openclaw CLI 在目标系统上安装/更新一个 OpenClaw 插件并重启 gateway —— 这是其合理范围,但会修改 OpenClaw 的运行时(预期行为)。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-clawhome-cli
  3. After installation, invoke the skill by name or use /openclaw-clawhome-cli
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
消息平台类似飞书,帮你在外网接入本地的openclaw
Metadata
Slug openclaw-clawhome-cli
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is openclaw-clawhome-cli?

将 OpenClaw 连接到 Clawhome 聊天平台,实现 AI 自动回复。 It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.

How do I install openclaw-clawhome-cli?

Run "/install openclaw-clawhome-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is openclaw-clawhome-cli free?

Yes, openclaw-clawhome-cli is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does openclaw-clawhome-cli support?

openclaw-clawhome-cli is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created openclaw-clawhome-cli?

It is built and maintained by Kevin Ji (@shengguo); the current version is v1.0.1.

💬 Comments