AB-Agents-Meter-Reader

πŸ“Š Read meter readings from photos. Electricity (day/night tariffs) and water meters. Saves history and generates messages for landlord.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "AB-Agents-Meter-Reader" with this command: npx skills add alexburrstudio/ab-agents-meter-reader

AB Agents Meter Reader πŸ“Š

Read meter readings from photos β€” electricity and water meters.

Features

  • ⚑ Read electricity meters (single or dual tariff)
  • πŸ’§ Read water meters (hot and cold)
  • πŸ“ Save readings history with dates
  • πŸ“¨ Generate message for landlord
  • πŸ”„ Track multiple apartments

Setup

Requirements

  • MiniMax Token Plan API key (for vision)
  • Linux/macOS

Quick Start

# First run - it will ask questions
./meter-reader.sh

# Later runs - just send photos
./meter-reader.sh photo.jpg

First Run Setup

The script will ask:

  1. Tenant name β€” your name
  2. Apartment address β€” full address
  3. Meter layout β€” how to tell meters apart:
    • "left=hot,right=cold" (default)
    • Or custom description

Supported Meter Types

Electricity

  • Single tariff
  • Dual tariff (day/night) β€” T1=day, T2=night
  • Multi-tariff (cycle through screens)

Water

  • Cold water (usually on left)
  • Hot water (usually on right)
  • Cubic meters (mΒ³)

Usage

# Interactive mode (asks for photo)
./meter-reader.sh

# With photo
./meter-reader.sh /path/to/meter.jpg

# Generate message for landlord
./meter-reader.sh --message

How It Works

  1. Analyzes photo using MiniMax VL API
  2. Identifies meter type automatically
  3. Reads the numbers
  4. Saves to readings history
  5. Generates formatted message

History

Readings saved to: ~/.meter-readings/history.json

Format:

{
  "apartments": {
    "address": {
      "tenant": "Name",
      "layout": "left=hot,right=cold",
      "readings": [
        {"date": "2026-04-26", "electricity_day": 8495, "electricity_night": 3008, "water_cold": 423, "water_hot": 240}
      ]
    }
  }
}

Troubleshooting

IssueSolution
Wrong numbersCheck meter photo quality, ensure numbers are clear
Can't identify meter typeName photo file: electricity.jpg, water.jpg
Vision errorCheck MINIMAX_API_KEY is set

AB-Agents πŸ¦€

Requirements

πŸ‘οΈ AB Agents Vision (MiniMax) β€” Required for image analysis. Install first:

clawhub install AB-Agents-Vision-MiniMax

AB-Agents πŸ¦€

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Elecz Energy Signal

Real-time Nordic electricity prices and optimization for AI agents. Get spot prices, cheapest hours, and contract recommendations for Finland, Sweden, Norway...

Registry SourceRecently Updated
2471Profile unavailable
Automation

MoltShell Vision Engine

Give your text-based OpenClaw agent the ability to see and describe images

Registry Source
5361Profile unavailable
Research

Workflow Tools

Work smarter with loop detection, parallel decisions, and file size analysis

Registry SourceRecently Updated
3470Profile unavailable
General

WhatsApp Utils

Phone number formatting, cache inspection, contact export, and message ID generation

Registry SourceRecently Updated
9260Profile unavailable