← Back to Skills Marketplace
181
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install pugoing-smart
Description
提供 Pugoing 中控平台的常用 API 调用能力,用于查询区域、主机、设备,以及通过自然语言控制设备。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pugoing-smart - After installation, invoke the skill by name or use
/pugoing-smart - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is pugoing-smart?
提供 Pugoing 中控平台的常用 API 调用能力,用于查询区域、主机、设备,以及通过自然语言控制设备。 It is an AI Agent Skill for Claude Code / OpenClaw, with 181 downloads so far.
How do I install pugoing-smart?
Run "/install pugoing-smart" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is pugoing-smart free?
Yes, pugoing-smart is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does pugoing-smart support?
pugoing-smart is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created pugoing-smart?
It is built and maintained by run02 (@run02); the current version is v1.0.2.
More Skills