Corrently integration
Corrently provides a suite of APIs offering real-time and forecasted data on…
- Provider
- corrently
- Category
- Analytics
- Setup
- User-supplied API key
- Actions
- 23 available
Quick start
Call Corrently from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to Corrently's public Composio identifier — your app references it by name and OverSkill handles the OAuth round-trip.
// In your generated app's worker handler:
const composio = composioClient(env);
const result = await composio.execute(
"CORRENTLY_ACTION_NAME",
{ /* action parameters — see Actions section below */ }
);
return new Response(JSON.stringify(result), {
headers: { "Content-Type": "application/json" }
});
Replace ACTION_NAME with one of the slugs listed in
the Actions section below. The composio client handles auth +
rate limits automatically — no API key is exposed to user code.
Setup
End-users supply their own Corrently API key. OverSkill provides a pre-built connection form via the integration card — your app can call the composio client immediately once the user has connected.
Available actions
23 actions exposed via the
Corrently integration. Each maps to a callable
slug — pass it to composio.execute(...) in your
worker code.
-
CORRENTLY_CO2_METER_UPDATE_READING -
CORRENTLY_COMMIT_QUITTUNG -
CORRENTLY_GEOCODE_LOCATION -
CORRENTLY_GET_ENERGY_SCHEDULE -
CORRENTLY_GET_METERING_READING -
CORRENTLY_GET_STROMKONTO_BALANCES -
CORRENTLY_GET_STROMKONTO_CHOICES -
CORRENTLY_GET_WIM_PROCESS_STATUS -
CORRENTLY_GRUNSTROM_INDEX_FORECAST -
CORRENTLY_GSI_BEST_HOUR -
CORRENTLY_LOGIN_STROMKONTO -
CORRENTLY_MARKET_DATA
Show all 23 actions
-
CORRENTLY_PHEV_NAVIGATOR -
CORRENTLY_POST_METERING_READING -
CORRENTLY_PREPARE_RECEIPT_DATA -
CORRENTLY_PV_GENERATION_GET_FORECAST -
CORRENTLY_REGISTER_STROMKONTO -
CORRENTLY_RENEWABLE_ENERGY_DISPATCH -
CORRENTLY_STROMMIX -
CORRENTLY_TARIFF_COMPONENTS -
CORRENTLY_TARIFF_SLPH0 -
CORRENTLY_WEATHER_FORECAST -
CORRENTLY_WIM_STATUS
Build with Corrently
Open OverSkill, describe what you want to build, and reference Corrently in your prompt — the AI will wire up the integration automatically.