← 返回 Skills 市场
181
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install pugoing-smart
功能描述
提供 Pugoing 中控平台的常用 API 调用能力,用于查询区域、主机、设备,以及通过自然语言控制设备。
安全使用建议
This skill's code and README expect you to provide PUGOING_API_KEY (sent as X-API-Key) and optionally PUGOING_BASE_URL, but the registry metadata claims no credentials are required — treat that as an inconsistency. Before installing or configuring: (1) confirm the intended Pugoing server URL and only set PUGOING_API_KEY if the endpoint is trusted; (2) be aware the client will make arbitrary HTTP requests (including to full URLs you pass), so it can be used to reach internal network hosts; (3) note the example JSON field "auth":"agent" is unused by the client — verify any orchestration around this skill correctly provides authentication via PUGOING_API_KEY; (4) if you need stronger assurance, ask the publisher to update registry metadata to declare PUGOING_API_KEY as the primary credential and to explain expected trust boundaries. If the metadata is corrected and the API key usage is intentional for the documented platform, the main concern is resolved; otherwise treat the mismatch as a warning sign.
功能分析
Type: OpenClaw Skill
Name: pugoing-smart
Version: 1.0.2
The skill bundle provides a legitimate API client for the Pugoing Smart platform, allowing an agent to manage IoT devices and hosts. The core logic in `client.py` is a straightforward wrapper for Python's standard `urllib` library, and the instructions in `SKILL.md` are consistent with the stated purpose of the tool. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
The client.py implements HTTP API calls that match the described purpose (query areas/hosts/devices and control devices). Functionality is coherent with the skill description. However the declared registry metadata lists no required environment variables or primary credential while both SKILL.md and client.py clearly expect an API key and base URL — this mismatch is unexpected.
Instruction Scope
Runtime instructions and examples indicate the agent will send JSON specs to client.py which performs HTTP requests to the Pugoing platform. The script only reads a small, explicit set of environment variables (PUGOING_API_KEY, PUGOING_BASE_URL, PUGOING_TIMEOUT) and does not access arbitrary files or other system state. Minor inconsistency: example JSON includes an "auth": "agent" field that the client.py code does not use.
Install Mechanism
No install step — instruction-only skill with a small Python client included. No external downloads or package installs are performed by the skill bundle itself.
Credentials
The client requires an API key (PUGOING_API_KEY) and optionally a base URL and timeout, but the registry metadata declared no required env vars or primary credential. Requiring an API key is reasonable for this purpose, but the metadata omission is a red flag (the platform/installer was not told this skill needs a secret). Also the client will send the API key as an X-API-Key header to whichever base URL is configured or supplied in the spec, so granting this env var provides a secret that will be transmitted to the target host.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system configuration, and contains no install steps that persist background services. It runs only when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pugoing-smart - 安装完成后,直接呼叫该 Skill 的名称或使用
/pugoing-smart触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Initial public release of Pugoing Smart skill.
- Added a generic API client script (`client.py`) for common Pugoing platform API calls.
- Provided example JSON files for region, host, device queries, and natural language device control.
- Supported authentication and configuration by environment variables.
- Documented typical workflows and recommended usage patterns for Agents.
- Input can be passed via JSON file or stdin for flexible integration.
v1.0.1
- Added a YAML frontmatter block with the skill name and description to SKILL.md.
- No other content or functional changes were introduced.
v1.0.0
Pugoing Smart 1.0.0 — Initial Release
- Provides concise instructions for calling the 蒲公英集控平台 API with minimal context.
- Supports API authentication using environment variables (API Key or Bearer Token).
- Includes a universal call object format for flexible API usage.
- Documents common scenarios: listing areas/hosts, querying host info, listing host devices, controlling devices by natural language, and AI fallback.
- Example JSON files and a client script are provided for common use cases.
元数据
常见问题
pugoing-smart 是什么?
提供 Pugoing 中控平台的常用 API 调用能力,用于查询区域、主机、设备,以及通过自然语言控制设备。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 181 次。
如何安装 pugoing-smart?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pugoing-smart」即可一键安装,无需额外配置。
pugoing-smart 是免费的吗?
是的,pugoing-smart 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
pugoing-smart 支持哪些平台?
pugoing-smart 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 pugoing-smart?
由 run02(@run02)开发并维护,当前版本 v1.0.2。
推荐 Skills