← 返回 Skills 市场
250
总下载
1
收藏
0
当前安装
11
版本数
在 OpenClaw 中安装
/install yzl-iot-api
功能描述
云智联 IoT 设备管理API v1.4.0。一句话说就能获取传感器数据和发送控制指令。激活语:云智联设备,钥匙是xxxxxx,帮我打开开关/获取数据
安全使用建议
This skill appears coherent and only needs the IoT API key to contact the cloud endpoint. Before installing: (1) confirm the API key is from your legitimate 云智联 account and grant the least privilege key possible; (2) review the repository (homepage) yourself if you can—there are minor version/metadata mismatches in the package files; (3) consider running the tool in a network-isolated environment or with a scoped API key until you’re comfortable; (4) rotate the API key if you decide to remove the skill or if it’s ever exposed. If you need higher assurance, ask the maintainer for a signed release or an explanation of the mixed API path prefixes and version discrepancies.
功能分析
Type: OpenClaw Skill
Name: yzl-iot-api
Version: 1.4.0
The skill is a legitimate IoT management tool for the YZL (云智联) platform, allowing users to monitor sensors and control valves via the official API (open.yzlkj.com). The code in tool.py is well-structured, using only standard Python libraries and implementing proper security practices such as authentication via environment variables (YZLIOT_API_KEY) and client-side rate limiting. No evidence of malicious behavior, data exfiltration, or harmful prompt injection was found.
能力标签
能力评估
Purpose & Capability
Name/description (云智联 IoT device management) align with the code and SKILL.md: the tool implements device listing, history, and command sending and only requires an IoT API key. Minor inconsistencies: API path naming in tool.py mixes /openv1/ and /open/ prefixes (could be API drift), and package metadata files show differing version numbers (SKILL.md/version metadata vs _meta.json). These look like bookkeeping issues, not evidence of malicious intent.
Instruction Scope
SKILL.md instructs the agent and user to set YZLIOT_API_KEY and to run python3 tool.py for manual commands. The runtime instructions do not ask for unrelated files, system credentials, or exfiltration endpoints, and the code only reads YZLIOT_API_KEY from the environment and contacts the declared BASE_URL (open.yzlkj.com).
Install Mechanism
No install spec is provided (instruction-only install), and the tool is a Python script that expects python3 on PATH. There is no network download/install step or archived payload; the source code is included in the package.
Credentials
Only one required environment variable (YZLIOT_API_KEY) is declared and used; that is proportionate for calling a cloud IoT API. The code does not access other environment variables or local config paths.
Persistence & Privilege
The skill does not request always:true and does not try to modify other skills or global agent config. Default autonomous invocation remains (normal for skills).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yzl-iot-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/yzl-iot-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.4.0
- 修正版本号显示,版本历史增加 v1.3.9 记录
- 其余文档内容保持不变
v1.3.9
- 修正版本号显示,确保文档描述与实际版本一致
- 无其他功能变更
v1.3.8
- 更新 API 版本号描述至 v1.3.7
- 无其他功能或界面变更,仅文档 SKILL.md 中版本号信息修正
v1.3.7
- 移除硬编码的默认 API 密钥,提升安全性
- 现在 YZLIOT_API_KEY 环境变量为必填项
- 运行文档和描述修正,确保与实际行为一致
v1.3.6
v1.3.6 introduces improved documentation and detailed device model support.
- Added comprehensive device model explanations for soil sensors, valves, and liquid level sensors.
- Updated API Key requirement: now optional; uses a built-in key by default.
- Expanded natural language support for device control and data retrieval commands.
- Enhanced quick-start and usage instructions for end users.
- Included request rate limits and automatic handling of rate limit errors.
v1.2.3
- Added homepage and metadata fields to SKILL.md for improved documentation and integration support.
- No changes to functionality or commands.
v1.2.2
- Updated description to version v1.2.2.
- Added a new "运行时要求" section specifying Python 3.6+ and required environment variable.
- Clarified that setting the `YZLIOT_API_KEY` environment variable is mandatory for use.
- No changes to commands, usage, or API functionality.
v1.2.1
- Added activation phrase guidance (“激活语”) in the description for easier skill invocation.
v1.2.0
Version 1.2.0
- 增加通过“一句话”命令获取全部设备和数据,简化操作体验
- 新增 device-history 命令,可一键获取设备所有设施历史数据
- 优化命令参数说明与命令示例,更易理解
- SKILL.md 文档全面升级,结构更简洁,易用性提升
- 更新常用设施ID和设备说明
v1.1.0
新增历史数据功能,修复GET+Body调用方式
v1.0.0
完整版 - 支持设备查询和控制
元数据
常见问题
yzl-iot-api 是什么?
云智联 IoT 设备管理API v1.4.0。一句话说就能获取传感器数据和发送控制指令。激活语:云智联设备,钥匙是xxxxxx,帮我打开开关/获取数据. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 250 次。
如何安装 yzl-iot-api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yzl-iot-api」即可一键安装,无需额外配置。
yzl-iot-api 是免费的吗?
是的,yzl-iot-api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
yzl-iot-api 支持哪些平台?
yzl-iot-api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 yzl-iot-api?
由 yzlkj(@yzlkj)开发并维护,当前版本 v1.4.0。
推荐 Skills