← 返回 Skills 市场
rachelchoo1212

Tuya Smart Home

作者 rachelchoo1212 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
496
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install tuya-smart-home
功能描述
Control Tuya/Smart Life smart home devices including pet feeders, lights, plugs, curtains via cloud API or local network. Use when: (1) controlling smart hom...
安全使用建议
This skill appears to do what it says: control Tuya devices via cloud or local network. Before installing: (1) inspect or run the included scripts in a safe environment if you have doubts (the source is bundled and readable); (2) only provide your Tuya ACCESS_ID/ACCESS_SECRET or LOCAL_KEY/IP when needed and to a trusted runtime — these are real credentials that grant device control; (3) be aware the scan will probe your local network to find Tuya devices; and (4) the scripts use public pip packages (tinytuya, tuya-connector-python) — consider auditing those packages or installing in an isolated virtualenv. If you want tighter control, prefer local mode and avoid giving cloud credentials to untrusted hosts or agents.
功能分析
Type: OpenClaw Skill Name: tuya-smart-home Version: 1.0.0 The skill is designed to control Tuya/Smart Life devices via cloud or local APIs, which inherently requires network access and handling of sensitive credentials (Tuya Access ID/Secret, Local Key). All code (`scripts/tuya_control.py`, `scripts/tuya_scan.py`) uses standard Python libraries (`argparse`, `json`) and legitimate third-party Tuya libraries (`tinytuya`, `tuya-connector-python`) for its stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts in the `SKILL.md` or `references/tuya_api.md` files. While passing credentials via command-line arguments (as shown in `SKILL.md` examples) can pose a risk in certain environments (e.g., shell history, process lists), this is a common pattern for CLI tools and does not indicate malicious intent within the skill's code itself, which merely consumes the provided arguments.
能力评估
Purpose & Capability
Name/description, SKILL.md, reference doc, and the two Python scripts are all consistent: they implement cloud API access (tuya-connector) and local control/scan (tinytuya). Nothing requested or installed is unrelated to controlling Tuya/Smart Life devices.
Instruction Scope
Runtime instructions and scripts only perform expected actions: scan local network (tinytuya.deviceScan), query cloud API endpoints, retrieve device info (including local_key) and send device commands. The instructions do not reference unrelated files, credentials, or external endpoints beyond Tuya API domains and local device IPs.
Install Mechanism
This is an instruction-only skill with bundled scripts; dependencies are standard public Python packages (tinytuya, tuya-connector-python) installed via pip. No arbitrary downloads or extract/install steps are present.
Credentials
The registry metadata declares no required env vars, and the scripts accept credentials via CLI flags rather than environment variables. This is reasonable, but be aware you will need to supply ACCESS_ID/ACCESS_SECRET (cloud) or DEVICE_ID/LOCAL_KEY/IP (local). The skill does not request unrelated credentials.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills or system-wide settings. The default ability for the agent to invoke the skill autonomously is not combined with other red flags here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tuya-smart-home
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tuya-smart-home 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: cloud + local control for Tuya/Smart Life devices (pet feeders, lights, plugs, curtains)
元数据
Slug tuya-smart-home
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Tuya Smart Home 是什么?

Control Tuya/Smart Life smart home devices including pet feeders, lights, plugs, curtains via cloud API or local network. Use when: (1) controlling smart hom... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 496 次。

如何安装 Tuya Smart Home?

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

Tuya Smart Home 是免费的吗?

是的,Tuya Smart Home 完全免费(开源免费),可自由下载、安装和使用。

Tuya Smart Home 支持哪些平台?

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

谁开发了 Tuya Smart Home?

由 rachelchoo1212(@rachelchoo1212)开发并维护,当前版本 v1.0.0。

💬 留言讨论