evo-market-report

SkillDev tools

Compares base and counterfactual DC-OPF results, computes impact analysis, and exports report.json.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the evo-market-report skill

What this skill tells your AI

The instructions your AI receives, as published by openlair/openskill in tasks-evolved/energy-market-pricing/environment/skills/evo-market-report/SKILL.md and read by ahel’s review.

Compares scenarios and builds the final report.json.

Key Functions

  • compute_impact_analysis(base_cost, cf_cost) - Cost reduction
  • find_top_lmp_drops(base_lmps, cf_lmps, n=3) - Top n buses with largest LMP drop
  • check_congestion_relieved(cf_binding, f_bus, t_bus) - True if line not binding
  • build_report_json(...) - Assembles complete report structure
  • export_report(report, filepath) - Writes JSON file

Usage

import sys
sys.path.insert(0, '/app/environment/skills/evo-market-report/scripts')
from utils import build_report_json, export_report

report = build_report_json(base_result, cf_result, base_lmps, cf_lmps,
                           base_reserve_mcp, cf_reserve_mcp,
                           base_binding, cf_binding, base_cost, cf_cost)
export_report(report, '/root/report.json')

Signals

GitHub stars
89
Forks
4
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
evo-market-report
Source
github.com/openlair/openskill