← 返回 Skills 市场
328
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tuya
功能描述
Control and automate Tuya Smart devices with official cloud APIs, secure request signing, region-aware routing, and safe command execution.
安全使用建议
This skill appears coherent and uses only Tuya credentials and standard CLI tools, but before installing: ensure you trust the skill source (homepage/source unknown), set TUYA_ACCESS_ID and TUYA_ACCESS_SECRET as environment variables rather than pasting secrets into chat, use least-privilege/rotatable credentials, confirm you are comfortable with the skill creating ~/tuya (inspect its contents and permissions), and rotate or revoke keys if you stop using the skill.
功能分析
Type: OpenClaw Skill
Name: tuya
Version: 1.0.0
The Tuya Smart skill bundle is a well-structured integration for managing Tuya IoT devices via official cloud APIs. It includes comprehensive documentation for authentication (HMAC-SHA256 signing), device discovery, and safety-conscious execution workflows (read-before-write, dry-runs, and user confirmation for high-impact actions). The setup process in `setup.md` uses standard shell commands to initialize a local state directory (`~/tuya/`) with restrictive file permissions (chmod 700/600), and the skill explicitly warns against exfiltrating secrets or using unauthorized endpoints.
能力评估
Purpose & Capability
Name/description, required env vars (TUYA_ACCESS_ID, TUYA_ACCESS_SECRET), and required binaries (curl, jq, openssl) match the documented need to sign HMAC requests, call Tuya OpenAPI endpoints, and process JSON responses. Nothing requested appears extraneous to Tuya cloud integration and device control.
Instruction Scope
Instructions are focused on Tuya API auth, signature construction, device discovery, read-before-write control loops, and safe rollout playbooks. The skill directs creation of a local workspace at ~/tuya for notes and short-lived token caching; the docs explicitly advise not to store raw secrets. This behavior is coherent for an integration skill but users should verify local files and token caching policies before use.
Install Mechanism
Instruction-only skill with no install spec or third-party downloads; lowest install risk. It relies on standard CLI utilities (curl, jq, openssl) already expected on target systems.
Credentials
Only TUYA_ACCESS_ID and TUYA_ACCESS_SECRET are required and the primary credential is the access secret — this is proportionate and necessary for Tuya OpenAPI signing. No unrelated secrets or multiple external credentials are requested.
Persistence & Privilege
always:false and normal autonomous invocation allowed. The skill writes/uses its own workspace under the user's home (~ /tuya) and does not request elevated OS-wide privileges or modify other skills. The storage and file-permission recommendations (chmod 700/600) are reasonable.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tuya - 安装完成后,直接呼叫该 Skill 的名称或使用
/tuya触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with end-to-end Tuya Smart workflows for authentication, account linking, device control, diagnostics, and safe rollout playbooks.
元数据
常见问题
Tuya Smart 是什么?
Control and automate Tuya Smart devices with official cloud APIs, secure request signing, region-aware routing, and safe command execution. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 328 次。
如何安装 Tuya Smart?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tuya」即可一键安装,无需额外配置。
Tuya Smart 是免费的吗?
是的,Tuya Smart 完全免费(开源免费),可自由下载、安装和使用。
Tuya Smart 支持哪些平台?
Tuya Smart 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。
谁开发了 Tuya Smart?
由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。
推荐 Skills