← 返回 Skills 市场
134
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xlink-iot-agent
功能描述
Xlink IoT Agent - Query IoT devices and events via Xlink Gateway API. Provides device overview, device list, event instance queries, and alert statistics. Us...
安全使用建议
This skill appears to do what it says — it calls Xlink Gateway endpoints and requires Xlink credentials. Before installing: (1) only supply XLINK_APP_SECRET to trusted skills and rotate the secret if it might be exposed; (2) prefer creating a least-privilege App ID/Group in Xlink for this usage; (3) verify the XLINK_BASE_URL points to your intended Xlink gateway (default is api-gw.xlink.cn); (4) avoid enabling debug/logging in production because the client logs request params and payloads which could leak sensitive data; (5) review the included scripts locally if you plan to run device-control commands, since those commands will invoke actions on real devices.
功能分析
Type: OpenClaw Skill
Name: xlink-iot-agent
Version: 0.1.0
The xlink-iot-agent skill is a legitimate and well-documented tool for managing IoT devices on the XLink platform. The bundle includes a robust Python client (gateway_app_client.py) that implements standard signature-based authentication (SHA256) and a high-level CLI (xlink_api.py) for device monitoring and control. All network communication is directed to the official XLink API endpoint (api-gw.xlink.cn), and no evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description, CLI commands, SKILL.md examples, and the included Python modules all focus on querying and controlling devices via the Xlink Gateway API. The three required env vars (XLINK_APP_ID, XLINK_APP_SECRET, XLINK_API_GROUP) are exactly what an authenticated gateway client would need.
Instruction Scope
Runtime instructions and CLI usage in SKILL.md map directly to functions implemented in scripts/xlink_api.py and gateway_app_client.py. The instructions only reference environment variables declared in metadata and targets the documented Xlink API endpoints. One operational note: the client supports a --debug/logging mode and the code logs request details (URL, params, data) under debug; enabling debug may expose request payloads in logs, so avoid debug in sensitive environments.
Install Mechanism
No install spec or external downloads are declared (lowest-risk install model). The skill includes local Python script files (no packaging/install step). There are no URLs, extract operations, or third-party installers in the manifest.
Credentials
The skill requests only XLINK_APP_ID, XLINK_APP_SECRET, and XLINK_API_GROUP (plus an optional XLINK_BASE_URL in examples). Those are proportionate to authenticating and scoping API calls. Reminder: XLINK_APP_SECRET is sensitive; the code uses it to sign requests (expected) and should be protected (do not check into source control).
Persistence & Privilege
The skill does not request persistent platform privileges (always:false) and does not modify other skills or system-wide settings. It is user-invocable and can be invoked autonomously by the agent (default), which is normal for skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xlink-iot-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/xlink-iot-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: provides integration with the XLink IoT platform for device query and control.
元数据
常见问题
XLink IoT Agent 是什么?
Xlink IoT Agent - Query IoT devices and events via Xlink Gateway API. Provides device overview, device list, event instance queries, and alert statistics. Us... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 134 次。
如何安装 XLink IoT Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xlink-iot-agent」即可一键安装,无需额外配置。
XLink IoT Agent 是免费的吗?
是的,XLink IoT Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
XLink IoT Agent 支持哪些平台?
XLink IoT Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 XLink IoT Agent?
由 AllenKwok(@allenkwok)开发并维护,当前版本 v0.1.0。
推荐 Skills