← 返回 Skills 市场
qtx0213

ClawLine Setup

作者 qutianxiang · GitHub ↗ · v0.2.1 · MIT-0
cross-platform ⚠ suspicious
209
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawline-setup
功能描述
通过对话一键安装 ClawLine 插件,绑定手机 UUID,查看连接状态或断开连接,无需命令行操作。
使用说明 (SKILL.md)

ClawLine Setup\r

\r 通过对话一键安装并配置 ClawLine 手机 App 与 OpenClaw 的连接,无需任何命令行操作。\r \r

能做什么\r

\r 安装此 Skill 后,直接在任意聊天窗口对 OpenClaw 说自然语言即可完成全部配置:\r \r

  • 安装 ClawLine:检查并自动安装 ClawLine Channel Plugin\r
  • 绑定手机:提供 UUID 后立即写入配置并重启网关\r
  • 随时重新绑定:说出新 UUID 即可覆盖旧配对\r
  • 查看状态:随时查询连接状态和实例信息\r
  • 断开连接:清除配对信息\r \r

使用示例\r

\r

你:帮我安装 ClawLine\r
AI:✅ ClawLine Channel Plugin 安装成功。\r
    下一步需要绑定你的手机:\r
    1. 打开 ClawLine App\r
    2. 进入"添加实例"页面\r
    3. 给实例命名(如"我的电脑")\r
    4. 复制页面显示的 UUID\r
    复制后直接告诉我即可。\r
\r
你:ClawLine 的 UUID 是 a1b2c3d4-e5f6-7890-abcd-ef1234567890\r
AI:✅ UUID 已更新。网关重启后,请在 App 的"实例管理"→ 待确认列表中确认配对即可。\r
```\r
\r
## 安装方式\r
\r
此 Skill 由 clawhub 通过以下命令自动安装:\r
\r
```bash\r
openclaw plugins install @openclawline/clawline-setup\r
```\r
\r
## 触发关键词\r
\r
| 说什么 | 触发的操作 |\r
|--------|-----------|\r
| 帮我安装 ClawLine | 检查并安装 Channel Plugin |\r
| 安装 ClawLine | 同上 |\r
| ClawLine 的 UUID 是 xxxx | 设置/更新连接 UUID |\r
| ClawLine 连接状态 | 查看当前配置 |\r
| 断开 ClawLine | 清除配对信息 |\r
\r
## 相关链接\r
\r
- GitHub:https://github.com/qtx0213/clawline\r
- ClawLine App:https://openclawline.com\r
- npm 包:https://www.npmjs.com/package/@openclawline/clawline-setup\r
安全使用建议
This skill appears to do what it says (install a ClawLine plugin and bind a phone UUID), but there are inconsistencies and vague instructions you should resolve before proceeding. Specifically: - The SKILL.md contradicts itself: it says 'no CLI needed' but tells the agent to run `openclaw plugins install ...`. Confirm you have the OpenClaw CLI and are comfortable using it. - The skill implies it will write to gateway configuration files and restart the gateway; ask exactly which files and commands will be changed and back up those configs first. - Inspect the npm package (@openclawline/clawline-setup) and the GitHub repository before installing to verify the maintainer and code are trustworthy. - If you are unsure, perform the plugin install and UUID binding manually (or ask the skill to show exact commands it will run) so you can review each change. - Do not provide any other credentials or tokens to this skill; it does not declare needing them. If the developer provides more precise install steps or a link to audited code, the assessment could be upgraded.
功能分析
Type: OpenClaw Skill Name: clawline-setup Version: 0.2.1 The skill bundle is designed to automate the installation and configuration of the ClawLine mobile app integration for OpenClaw. It provides instructions in SKILL.md for the agent to guide users through installing the '@openclawline/clawline-setup' plugin and configuring a pairing UUID. The logic is transparent and aligns with the stated purpose, with no evidence of malicious intent, data exfiltration, or unauthorized command execution.
能力评估
Purpose & Capability
The skill says it performs one-click install/config without command-line operations, but SKILL.md and install.txt explicitly call out the CLI command `openclaw plugins install @openclawline/clawline-setup`. The metadata lists no required binaries or config paths even though installing a plugin and writing a UUID to gateway config clearly requires the OpenClaw CLI and permission to modify gateway configuration—this is an incoherence between claimed purpose and required capabilities.
Instruction Scope
Instructions tell the agent to 'write UUID to config and restart gateway' but do not specify which files, what exact commands, or what safety checks to perform. That gives the agent broad discretion to modify local configuration and restart services. The README also contradicts itself (saying no command-line required while showing an explicit CLI install command). Vague, open-ended instructions that modify system config are a scope concern.
Install Mechanism
There is no install spec in the registry bundle, but install.txt and SKILL.md indicate installation via `openclaw plugins install @openclawline/clawline-setup`, which will fetch an npm package. This is a reasonable mechanism for a plugin, but it relies on an external npm package and the OpenClaw CLI—verify the package and its maintainer before installing.
Credentials
The skill declares no environment variables or credentials, which is good, but it implicitly requires the ability to modify OpenClaw gateway configuration and restart the gateway (file and service-level privileges). Those privileges are not declared in metadata and may be more powerful than users expect.
Persistence & Privilege
always is false and the skill is user-invocable; autonomous invocation is allowed (platform default). The skill's capability to edit gateway config and restart services is a high-impact action, but it does not request persistent 'always' inclusion. Users should be cautious about allowing autonomous runs that perform system changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawline-setup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawline-setup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
ClawLine Setup v0.2.1 - 全新上线:通过自然语言一键安装与配置 ClawLine 手机 App 及 OpenClaw 连接,无需命令行操作 - 支持自动检测与安装 ClawLine Channel Plugin - 新增手机绑定功能,通过提供 UUID 实现自动配对及网关重启 - 支持随时覆盖旧配对,快速重新绑定新设备 - 可查询连接状态、实例信息,或随时清除配对信息断开连接 - 简单关键词触发,详细指引对话式体验
元数据
Slug clawline-setup
版本 0.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ClawLine Setup 是什么?

通过对话一键安装 ClawLine 插件,绑定手机 UUID,查看连接状态或断开连接,无需命令行操作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 209 次。

如何安装 ClawLine Setup?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawline-setup」即可一键安装,无需额外配置。

ClawLine Setup 是免费的吗?

是的,ClawLine Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ClawLine Setup 支持哪些平台?

ClawLine Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ClawLine Setup?

由 qutianxiang(@qtx0213)开发并维护,当前版本 v0.2.1。

💬 留言讨论