generated: '2026-07-19' method: generated source: openapi/* (all operationIds verified against the published Leap OpenAPI definitions), https://developer.leap.energy/docs/* search_note: Leap publishes no Agent Skills and no AGENTS.md (404 on developer.leap.energy and www.leap.energy). These skills are generated by the API Evangelist enrichment pipeline from Leap's own OpenAPI definitions and documentation; every operationId referenced appears verbatim in openapi/. provider: leap skills: - name: leap-onboard-meters file: leap-onboard-meters.md description: Create meters singly or in bulk, poll the batch job, and confirm meter details and enrollment status. apis: - leap:create-meters - leap:meters - leap:enrollments operations: 10 writes: true - name: leap-process-dispatch file: leap-process-dispatch.md description: Register meter-level and group-level dispatch webhooks, run integration and communication tests, and poll dispatch events as a fallback. apis: - leap:dispatch operations: 11 writes: true caution: triggerCommunicationTestMeterDispatch moves real customer assets; deleting a dispatch webhook stops live grid dispatch delivery. - name: leap-subscribe-webhooks file: leap-subscribe-webhooks.md description: Create, list, update, test and delete general-platform webhook subscriptions for connect-session and meter/enrollment events. apis: - leap:webhooks operations: 5 writes: true caution: updateWebhook overwrites all settings for the webhook_id — it is not a patch. - name: leap-revenue-reporting file: leap-revenue-reporting.md description: Pull settlement reports, the five revenue aggregations, the annual overview and the monthly unresponsive-meter diagnostic. apis: - leap:revenue operations: 9 writes: false - name: leap-manage-nominations file: leap-manage-nominations.md description: Review, accept, replace and search meter nomination suggestions offered into market programs. apis: - leap:nominations operations: 6 writes: true caution: Nominations are market commitments; failures return Leap's numeric market validation codes (see errors/leap-error-codes.yml). cross_cutting: authentication: authentication/leap-authentication.yml conventions: conventions/leap-conventions.yml errors: errors/leap-problem-types.yml error_codes: errors/leap-error-codes.yml events: asyncapi/leap-events-asyncapi.yml sandbox: sandbox/leap-sandbox.yml lifecycle: lifecycle/leap-lifecycle.yml data_model: data-model/leap-data-model.yml