Overview
- Skill Key
- iammeter/iammeter-openclaw
- Author
- iammeter
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/iammeter/iammeter-openclaw
- Latest Commit SHA
- 16df859903471f23ec68cde723fc3e16ff42f130
Query and export device/site data via the iammeter API (based on https://www.iammeter.com/swaggerui/swagger.json). Triggers: list sites/devices, get real-time or historical energy data, export CSV, run power or offline analysis.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 iammeter 技能。 若已安装,则直接安装 iammeter 技能。
# 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) 1) Install dependencies: cd ~/.openclaw/workspace/skills/iammeter npm install 2) 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 othe...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.