📦 ST200TH — 温湿压管理

v1.0.2

一键管理 ST200TH 变送器:实时读取温湿度、气压、海拔,查看 IP/型号/固件,远程修改配置、补偿校准、重启及 OTA 升级,首录 MAC 后免输,多设备秒切。

0· 81·0 当前·0 累计
下载技能包
最后更新
2026/3/31
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill appears to do what it says: manage ST200TH devices over MQTT. Before installing, consider: - Network/privacy: the script connects to mqtt.likong-iot.com using embedded credentials (username 'public', password 'Aa123456'). Device commands and returned device info (IP, MAC, firmware, sensor readings) will pass through that broker. If you require privacy or control, run the script on an isolated network or modify it to use your own broker/credentials. - Local persistence: MAC addresses a...
详细分析 ▾
用途与能力
Name/description, required binaries (python3), dependency (paho-mqtt), and the provided script all match the stated purpose of full MQTT-based management of ST200TH devices. The MQTT broker, topics, and commands in the code correspond to device management/OTA/configuration operations described in SKILL.md.
指令范围
SKILL.md instructs the agent to run the provided Python script with device MACs and manage devices; the instructions do not ask for unrelated files/credentials. Important runtime behaviors to note: the skill will connect to an external MQTT broker (mqtt.likong-iot.com) and publish/subscribe device commands/responses, and it persists device entries (MACs/names) to a local devices.json file in the skill directory.
安装机制
Installation pulls paho-mqtt via the package manager (PyPI). No arbitrary remote download URLs or extracted archives are used; this is a standard Python dependency installation.
凭证需求
The skill declares no required environment variables and requests no user secrets. However, the script contains hardcoded MQTT connection parameters (broker host, port, username 'public', password 'Aa123456'), which means the skill will communicate using those built-in credentials rather than asking the user for keys. This is coherent with its purpose but is a privacy/operational consideration (all device traffic goes through that broker with those credentials).
持久化与权限
The skill is not always-enabled and does not require elevated privileges. It persists a local devices.json (in the skill directory) to remember MACs/names—expected for the 'remember MAC' feature and limited in scope.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.22026/3/31

NULL

Pending

安装命令

点击复制
官方npx clawhub@latest install st200th-mqtt
镜像加速npx clawhub@latest install st200th-mqtt --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库