skills/global-energy-power-grid-data/SKILL.md
Global Energy & Power Grid Data: Query electricity access rates, renewable vs fossil energy mix, per capita consumption, energy intensity, and clean. Use when an agent needs global energy & power grid data, energy access production, research electricity access rates by country, compare renewable energy adoption across regions, track fossil fuel vs clean energy trends, analyze urban vs rural electricity gaps, query energy data, country or region through AgentPMT-hosted remote tool calls.
npx skillsauth add AgentPMT/agent-skills global-energy-power-grid-dataInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Last updated: 2026-06-24.
If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.
Explore energy production and access data for any country in the world. Look up electricity access rates, renewable energy adoption, fossil fuel usage, energy efficiency metrics, and power grid coverage. Compare energy mixes across countries, track the shift toward clean energy, and identify urban-rural electricity gaps — all from a comprehensive global data set.
Access World Bank energy indicators including electricity access, renewable energy mix, fossil fuel consumption, energy efficiency, and clean cooking access through a natural language interface.
This tool provides natural language access to World Bank energy data covering electricity access rates (total, urban, rural), energy mix breakdowns (renewable, fossil, nuclear), per capita consumption, energy efficiency metrics, and clean cooking fuel access. It supports SDG 7 (Affordable and Clean Energy) tracking with built-in urban/rural gap analysis and energy mix calculations.
Data is sourced from the World Bank Data API (World Development Indicators).
Query energy indicators for any country or region.
"query_energy_data""Kenya", "India", "United States", "Germany""USA", "KEN", "IND""WLD" (World)energy_type (string, default: "all"): Energy category to query
"electricity" - Electricity access rates: total population, urban, and rural"renewable" - Renewable energy share in total final energy consumption and electricity output"fossil" - Fossil fuel energy consumption as percentage of total"efficiency" - Energy intensity (MJ per $2017 PPP GDP) and energy use per capita"cooking" - Clean cooking fuel access as percentage of population"all" - All available energy indicators (11 indicators)include_urban_rural_gaps (boolean, default: false): Calculate urban/rural electricity access gap analysis. Returns urban access %, rural access %, and the gap in percentage points. Most useful with energy_type: "electricity" or "all".
include_energy_mix (boolean, default: true): Calculate energy mix breakdown showing renewable, fossil fuel, and nuclear percentages with an "other" category for the remainder. Applies when energy_type is "all", "renewable", or "fossil".
time_period (string, default: "latest"): Time period for data retrieval
"latest" - Most recent available data point"YYYY" - Single specific year (e.g., "2020"), must be between 1960 and current year"YYYY:YYYY" - Year range (e.g., "2015:2023"), both years must be between 1960 and current year{
"action": "query_energy_data",
"country_or_region": "Kenya",
"energy_type": "electricity",
"include_urban_rural_gaps": true
}
{
"action": "query_energy_data",
"country_or_region": "Germany",
"energy_type": "renewable",
"time_period": "latest"
}
{
"action": "query_energy_data",
"country_or_region": "India",
"energy_type": "all",
"include_energy_mix": true,
"include_urban_rural_gaps": true
}
{
"action": "query_energy_data",
"country_or_region": "Japan",
"energy_type": "efficiency",
"time_period": "2015:2023"
}
{
"action": "query_energy_data",
"country_or_region": "Ethiopia",
"energy_type": "cooking"
}
Responses include:
value: The numeric valuedate: Year of the data pointunit: Unit of measurement (e.g., "% of population", "kg of oil equivalent per capita")include_energy_mix is true): Breakdown with renewable_percent, fossil_percent, nuclear_percent, other_percent, and corresponding datesinclude_urban_rural_gaps is true): urban_access_percent, rural_access_percent, access_gap_percentage_points, and date| Indicator | Unit | Description | |-----------|------|-------------| | electricity_access | % of population | Total population with electricity access | | electricity_urban | % of urban population | Urban electricity access rate | | electricity_rural | % of rural population | Rural electricity access rate | | clean_cooking_access | % of population | Access to clean cooking fuels | | renewable_energy | % of total final energy | Renewable share in energy consumption | | fossil_fuel_energy | % of total energy | Fossil fuel share of energy | | renewable_electricity | % of total electricity output | Renewable share in electricity generation | | alternative_nuclear | % of total energy use | Alternative and nuclear energy share | | energy_use_per_capita | kg of oil equivalent per capita | Per capita energy consumption | | electric_power_consumption | kWh per capita | Per capita electricity consumption | | energy_intensity | MJ/$2017 PPP GDP | Energy intensity (lower = more efficient) |
energy_type: "electricity" with include_urban_rural_gaps: true to identify electrification gaps between urban and rural areasenergy_type: "all" with include_energy_mix: true to see the renewable/fossil/nuclear breakdown and track transition progressenergy_type: "all" to get the full sdg_7_context with gap-to-universal calculations for electricity and clean cookingenergy_type: "efficiency" for multiple countries to compare energy intensity and per capita consumption$0.05 per request
Global Energy & Power Grid Data on AgentPMT.query_energy_data.No categories or industry tags are published for this tool.
Complete generated action schema: ./schema.md.
Supported action count: 1.
x402 availability: not enabled for this product.
query_energy_data (action slug: query-energy-data): Fetch energy indicators for a country or region, including electricity access rates, renewable and fossil energy mix, per capita consumption, energy efficiency, and clean cooking access with SDG 7 tracking. Price: 10 credits. Parameters: country_or_region, energy_type, include_energy_mix, include_urban_rural_gaps, time_period.Use the compact schema above for ordinary calls. Before a new production integration, or whenever parameters, enum values, nested objects, outputs, or examples are unclear, fetch live details first.
agentpmt-tool-search-and-execution with action: "get_schema", and tool_id: "energy-access-production".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "energy-access-production", or call this product with action: "get_instructions" when the product tool is already selected.MCP schema lookup through the main AgentPMT MCP server:
{
"method": "tools/call",
"params": {
"name": "AgentPMT-Tool-Search-and-Execution",
"arguments": {
"action": "get_schema",
"tool_id": "energy-access-production"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "energy-access-production"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "energy-access-production"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "energy-access-production"
}
}
Product slug: energy-access-production
Marketplace page: https://www.agentpmt.com/marketplace/energy-access-production
../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.../what-is-agentpmt for marketplace, Agent Group, workflow, MCP, REST, and payment concepts.If those setup skills are not installed beside this product skill, use the downloads below.
Core AgentPMT setup skills:
openclaw skills install what-is-agentpmtnpx skills add AgentPMT/agent-skills --skill what-is-agentpmtopenclaw skills install agentpmt-account-mcp-rest-api-setupnpx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setupskills.sh install script:
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
MCP call shape after the main AgentPMT MCP server is connected:
{
"method": "tools/call",
"params": {
"name": "Global-Energy--Power-Grid-Data",
"arguments": {
"action": "query_energy_data",
"country_or_region": "example country or region",
"energy_type": "all",
"include_energy_mix": true,
"include_urban_rural_gaps": false,
"time_period": "latest"
}
}
}
Use the exact tool name returned by tools/list; the name above is the expected readable form.
Authenticated AgentPMT REST call body:
{
"name": "energy-access-production",
"parameters": {
"action": "query_energy_data",
"country_or_region": "example country or region",
"energy_type": "all",
"include_energy_mix": true,
"include_urban_rural_gaps": false,
"time_period": "latest"
}
}
Use the setup skill for the account connection details before making REST calls.
passed or success-style boolean, use it as the workflow gate.get_schema or get_instructions before retrying.query_energy_data fails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.what-is-agentpmt, page: https://clawhub.ai/agentpmt/what-is-agentpmt; skills.sh: npx skills add AgentPMT/agent-skills --skill what-is-agentpmt)agentpmt-account-mcp-rest-api-setup, page: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup; skills.sh: npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup)tools
Plaud Transcripts Corrected With Your Own Terminology Glossary: Fixes the words your transcription keeps getting wrong, by giving the pipeline your vocabulary instead of hoping a bigger model guesses right. Every speech model mangles terms it has never seen: cell line and reagent names, drug and device names, case and matter numbers, part numbers, local spelling and number conventions, team and client names. Swapping to a different model does not fix this, because none of them have your terms e.
tools
Plaud Spoken Field Notes to a Structured Sheet: Turns a spoken site visit into a filled-in spreadsheet row, so measurements and specs never get typed up twice. Built for anyone who dictates structured details on the job rather than writing them down: window and flooring measurements, equipment specs, inspection findings, punch lists, service call notes. Say the details out loud in the same order each visit (client, room, width, drop, colour, notes) and the workflow reads each new Plaud recordin.
development
Plaud Recordings to Google Calendar Events: Puts the meetings you agree to out loud straight onto your Google Calendar, without Zapier in the middle. Plaud's own app has no Calendar integration, so this closes that gap directly: each new recording is scanned, the transcript pulled, and any genuine scheduling commitment spoken in it ("let's do Tuesday at 3", "I'll come back out Thursday morning") is extracted with the relative date resolved against the recording's own date and your timezone. Eac.
development
One Plaud Recording, Several Differently Formatted Summaries: Gets you past the one-template-per-recording ceiling. The Plaud app applies a single AutoFlow template to a recording, so if you want a short recap for yourself, a decisions-only version for the people who missed it, and a clean action list for your task manager, you are re-running or rewriting by hand. This workflow reads the transcript once and produces every format you have defined in a single pass: you list the output formats you.