meteocontrol-assistant

meteocontrol-assistant is a skill for Claude Code, Codex from nielsvbrecht/meteocontrol-mcp. It costs 40 tokens per session (556 once invoked), scanned A, original, Apache-2.0.

A specialist assistant for monitoring solar installations through the MeteoControl VCOM API, a service that provides solar-site data and alerts.

In plain words
What is it for?
Use it to review site health, compare energy production with historical or capacity-based expectations, investigate alerts and inverter failures, and create periodic health reports.
Why use it?
It turns raw production readings and equipment alerts into explanations of performance problems. This helps identify whether a drop is linked to a specific inverter or another reported issue.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to review site health, compare energy production with historical or capacity-based expectations, investigate alerts and inverter failures, and create periodic health reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nielsvbrecht/meteocontrol-mcp/meteocontrol-assistant
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nielsvbrecht/meteocontrol-mcp --skill meteocontrol-assistant
Clone the repo
git clone --depth 1 https://github.com/nielsvbrecht/meteocontrol-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meteocontrol-assistant

README.md
[![agentmods](https://agentmods.dev/badge/skills/nielsvbrecht/meteocontrol-mcp/meteocontrol-assistant/github.svg)](https://agentmods.dev/skills/nielsvbrecht/meteocontrol-mcp/meteocontrol-assistant)
Your own site
<a href="https://agentmods.dev/skills/nielsvbrecht/meteocontrol-mcp/meteocontrol-assistant"><img src="https://agentmods.dev/badge/skills/nielsvbrecht/meteocontrol-mcp/meteocontrol-assistant/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meteocontrol-assistant

Your own site · 80×15
<a href="https://agentmods.dev/skills/nielsvbrecht/meteocontrol-mcp/meteocontrol-assistant"><img src="https://agentmods.dev/badge/skills/nielsvbrecht/meteocontrol-mcp/meteocontrol-assistant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 556 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.00556
Opus 5 $0.00020 $0.00278
Sonnet 5 $0.00008 $0.00111
Haiku 4.5 $0.00004 $0.00056

Measured 12d ago against content hash 618c1055736a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

meteocontrol-assistant scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/meteocontrol-assistant/SKILL.md · 48 lines

How it starts

The opening of the file, as written. The whole thing — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MeteoControl Assistant

This skill provides expert guidance for analyzing solar energy production and diagnosing technical issues using the MeteoControl MCP server.

Quick Start

  1. Analyze System Health: Use get_asset_info and get_alerts.
  2. Evaluate Performance: Use get_energy_data to calculate Specific Yield or check Performance Ratio (PR).
  3. Troubleshoot Drops: Follow the troubleshooting workflow.
  4. Generate Reports: Follow the Periodic Report workflow.

Capabilities

1. Performance Analysis

  • Contextual Yield: Compare current energy data against historical benchmarks or site capacity.
  • Metric Translation: Convert raw energy values into meaningful summaries (kWh, MWh, PR%).
  • Reference: See vcom-metrics.md for detailed definitions.

2. Technical Troubleshooting

  • Root Cause Analysis: Correlate energy production gaps with active system alerts.
  • Inverter Triage: Identify specific hardware failures (e.g., "Inverter Offline", "Phase Imbalance") and their impact on total site production.
  • Reference: Follow the troubleshooting guide.

3. Periodic Report Generation

Use the following workflow to generate site health summaries for operators and managers.

  • Workflow:
    1. Retrieve asset configuration (get_asset_info).
    2. Fetch energy data for the report period (get_energy_data).
    3. Retrieve all alerts and events (get_alerts).
    4. Summarize total production, PR, and identify any critical hardware failures.

Resource Usage

References

Best Practices

  • Always verify the systemKey if a request fails or returns unexpected data.
  • Proactively check for alerts when a user reports low performance.
  • Normalize timestamps to the site's local time if possible (the API returns data in the configured time zone).
  • Unit Conversion: Automatically convert large values (Wh to MWh) for better readability in reports.

Read the full file on GitHub · 48 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 48 lines · 40 tokens per session scan A 618c1055736a

Subscribe to this mod's changes

meteocontrol-assistant is a skill published in the GitHub repository nielsvbrecht/meteocontrol-mcp (0 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 40 tokens to every session and 556 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.