# Send IAMMETER to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "iammeter-openclaw",
    "name": "IAMMETER",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/IAMMETER/iammeter-openclaw",
    "canonicalUrl": "https://clawhub.ai/IAMMETER/iammeter-openclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/iammeter-openclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=iammeter-openclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "package.json",
      "references/api.md",
      "scripts/cli.js",
      "scripts/iammeter_client.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "iammeter-openclaw",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T06:51:51.539Z",
      "expiresAt": "2026-05-11T06:51:51.539Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=iammeter-openclaw",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=iammeter-openclaw",
        "contentDisposition": "attachment; filename=\"iammeter-openclaw-0.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "iammeter-openclaw"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/iammeter-openclaw"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/iammeter-openclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/iammeter-openclaw",
    "agentUrl": "https://openagent3.xyz/skills/iammeter-openclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/iammeter-openclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/iammeter-openclaw/agent.md"
  }
}
```
## Documentation

### iammeter Skill (Node.js)

A Node.js client and CLI for the iammeter API, based on the official swagger spec.

Features

Token is loaded automatically: first from the IAMMETER_TOKEN environment variable,
then from ~/.openclaw/openclaw.json (skills.entries.iammeter.apiKey)
List user sites (sitelist)
Get latest data for all meters (metersdata)
Get latest upload data for a single meter (meterdata / meterdata2)
Query site energy history (energyhistory) and export CSV
Power analysis (poweranalysis), offline analysis (offlineanalysis)

Configuration

Option A (OpenClaw / Clawhub): set the token in the Skills UI. It is stored in
~/.openclaw/openclaw.json under skills.entries.iammeter.apiKey and injected
as the IAMMETER_TOKEN environment variable at runtime.
Option B (local testing): export IAMMETER_TOKEN=<your_token> before running.

Files

references/api.md — endpoint reference summarized from swagger
scripts/iammeter_client.js — Node.js client wrapping common endpoints
scripts/cli.js — CLI: sitelist|meters|meter|history|poweranalysis|offlineanalysis
package.json — dependencies (axios, yargs)

Usage (local testing)

Install dependencies:
cd ~/.openclaw/workspace/skills/iammeter
npm install


Run:
node scripts/cli.js sitelist
node scripts/cli.js meters
node scripts/cli.js meter <device_sn>
node scripts/cli.js history <placeId> 2026-02-01 2026-02-25 --out out.csv

Notes

Some endpoints have strict rate limits (see references/api.md for details).
Do not commit real tokens to public repositories.

### Credits

API endpoints and fields from https://www.iammeter.com/swaggerui/swagger.json

### About IAMMETER

IAMMETER is an energy monitoring solution provider offering Wi-Fi-based single-phase and three-phase smart meters with multiple open interfaces, including Modbus/TCP, MQTT, HTTP/HTTPS API, TCP, and Local Push protocols.
These open communication options make IAMMETER devices easy to integrate with OpenHAB and other open-source platforms.

Learn more about supported protocols and APIs:
Device communication protocols: https://www.iammeter.com/newsshow/blog-fw-features

IAMMETER Cloud API: https://www.iammeter.com/docs/system-api
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: IAMMETER
- Version: 0.2.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T06:51:51.539Z
- Expires at: 2026-05-11T06:51:51.539Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/iammeter-openclaw)
- [Send to Agent page](https://openagent3.xyz/skills/iammeter-openclaw/agent)
- [JSON manifest](https://openagent3.xyz/skills/iammeter-openclaw/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/iammeter-openclaw/agent.md)
- [Download page](https://openagent3.xyz/downloads/iammeter-openclaw)