Renewable Energy Orchestrator — AI skill for Claude Code
Agentic renewable energy orchestrator: an LLM-guided agent (Claude, Gemini or Grok) plus a stochastic MILP planner and deterministic safety layer that dispatches solar, wind, batteries and demand resp.
How to install Renewable Energy Orchestrator
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open Fazle-hasan/Renewable-Energy-Orchestrator and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Renewable Energy Orchestrator does
Agentic renewable energy orchestrator: an LLM-guided agent (Claude, Gemini or Grok) plus a stochastic MILP planner and deterministic safety layer that dispatches solar, wind, batteries and demand response on a digital twin every 15 minutes, with human approval gates, full traces and Monte Carlo evaluation against baselines.
Alternatives in AI
- Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★
- Anthropic SDK TypeScript — Access to Anthropic's safety-first language model APIs in TypeScript 2.1k ★
- Orkas — Open-source multi-agent AI desktop client — build and command your AI agent team through conversation 1.5k ★
README
Renewable Energy Orchestrator
An agentic system that autonomously operates a renewable energy portfolio: 5 solar farms, 3 wind farms, 2 battery energy storage systems, 4 industrial consumers, one grid interconnection and electricity market access. Every 15 minutes it reads the situation, decides what "good" means right now, computes a robust dispatch across forecast scenarios, validates it through a deterministic safety layer, routes high-impact actions to a human when required, executes, recovers from refused commands inside the same interval, and explains itself. Three baseline operators run on identical conditions so the improvement is measured rather than asserted.
Built for the ET AI Hackathon, Agentic Edition (Problem 4, Utilities). The structural architecture and 9-blocker justification are in [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md); the rubric mapping is in [docs/RUBRIC_MAPPING.md](docs/RUBRIC_MAPPING.md); a Word version of the backend architecture is in [docs/Backend_Architecture.docx](docs/Backend_Architecture.docx).
Contents
- What the system does
- Requirements
- Run it in five minutes
- Enable a model provider (Claude, Gemini or Grok)
- Run with Docker
- Using the dashboard
- Demo script for judges
- Evaluation
- Tests
- Architecture in one page
- Component guide: what each part does
- API reference
- Configuration reference
- Repository layout
- Troubleshooting
1. What the system does
The portfolio is a digital twin with real physics: battery state of charge, efficiency and degradation, curtailment, demand respon
Related Skills
Multi Bot Agentic
Deterministic multi-provider AI-agent orchestrator — ODA loops, GPT/Claude/Gemini/Kimi adapters, safety contro
AI Business Planner
AI-assisted business planning in Cursor. Create market research, business plans, PRDs, prototype instructions,
CLAUDEmd
🍟 This project is configured with an advanced AI collaboration workflow based on CLAUDE.md. It uses Claude as
Job Hunt
A job and contract search you run as a loop: an AI-assistant skill plus a dependency-free local dashboard. Gui
Forgent
forgent — meta-orchestrator that grows its own AI subagents on demand. Routes any task across Claude Code suba
Agent Context
Layered, agent-agnostic context architecture for AI coding agents: a tiny always-on baseline, on-demand skills
Related Agents
External LLM
When a request mentions external LLM model names (Kimi, K2, Grok, GLM, Gemini, GPT-5)
AI Verify
Evidence-first verification orchestrator. Dispatches specialist agents via the Agent tool: 1 deterministic age
Kg Extractor
Schema-guided knowledge-graph extractor. Reads batches of text chunks (KIPs, issue descriptions, comments) and