skills/climate-environment-and-land-data-hub/SKILL.md
Climate, Environment, and Land Data Hub: Query World Bank climate and environmental data by country name or ISO code. Use when an agent needs climate, environment, and land data hub, climate environmental data, climate risk analysis, environmental compliance insights, pollution trend tracking, resource and land assessment, query climate data, country or region through AgentPMT-hosted remote tool calls. Discovery terms: climate, environment, and land data hub, climate environmental data.
npx skillsauth add AgentPMT/agent-skills climate-environment-and-land-data-hubInstall 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.
See how any country's environmental footprint stacks up against the rest of the world. Look up CO2 and greenhouse gas emissions, track how forests and agricultural land are changing, check renewable energy adoption and fossil fuel dependence, and monitor air quality and freshwater use across 100+ countries. Every result includes trend analysis showing whether things are getting better or worse, side-by-side comparisons with global averages, and progress toward Paris Agreement and UN Sustainable Development Goals.
Natural language interface to World Bank climate and environmental data. Query CO2 emissions, forest coverage, water resources, energy consumption, and air quality by country or region. Supports 100+ countries by English name. No indicator codes needed -- just provide a country name and topic.
Data sourced from the World Bank API. Covers emissions (CO2, GHG, methane, nitrous oxide), forests and land use, energy access and renewables, water resources, and air quality (PM2.5 exposure). Includes Paris Agreement targets, SDG alignment (SDG 7, 13, 15), trend analysis, and global comparisons.
Fetches climate and environmental data for a country or region from the World Bank.
Required parameters: None (all optional; defaults to World/all topics/latest).
Optional parameters:
country_or_region (string): Country name in English (e.g., "Kenya", "United States", "China") or 3-letter ISO code (e.g., "KEN", "USA"). Defaults to "World" if omitted. Unrecognized names return an error with a suggestion.environmental_topic (string): One of "emissions", "forests", "water", "energy", "air_quality", or "all". Defaults to "all".time_period (string): "latest" for most recent data, or a year range like "2015:2020". Defaults to "latest".include_paris_targets (boolean): Include Paris Agreement targets and SDG alignment in the response. Defaults to true.include_per_capita (boolean): Include per capita calculations where applicable. Defaults to true. Set to false to exclude per-capita indicators (e.g., CO2 per capita).Example -- Get emissions data for Kenya:
{
"action": "query_climate_data",
"country_or_region": "Kenya",
"environmental_topic": "emissions"
}
Example -- Get all climate data for Brazil with a time range:
{
"action": "query_climate_data",
"country_or_region": "Brazil",
"time_period": "2015:2020"
}
Example -- Forest data for the world, no per-capita:
{
"action": "query_climate_data",
"environmental_topic": "forests",
"include_per_capita": false
}
Example -- Energy data for Sub-Saharan Africa without Paris targets:
{
"action": "query_climate_data",
"country_or_region": "Sub-Saharan Africa",
"environmental_topic": "energy",
"include_paris_targets": false
}
Example -- Air quality for India:
{
"action": "query_climate_data",
"country_or_region": "India",
"environmental_topic": "air_quality"
}
query_climate_data with a country and environmental_topic: "all" to get a full climate profile.paris_agreement_targets and sdg_alignment sections for policy context.global_comparison on each indicator to see how the country compares to the world average.query_climate_data with environmental_topic: "emissions" and a time_period range (e.g., "2010:2022").trend field on each indicator to see if emissions are increasing, decreasing, or stable.query_climate_data for a region (e.g., "Sub-Saharan Africa", "Latin America", "South Asia").global_comparison data to contextualize results.country_or_region is omitted or empty, it defaults to "World" (WLD).environmental_topic is omitted or not recognized, it defaults to "all" (returns all indicators).emissions: CO2 total, CO2 per capita, total GHG, methaneforests: forest area %, forest area sq km, agricultural land %water: freshwater withdrawal, clean fuel accessenergy: renewable energy %, fossil fuel %, renewable electricity %, access to electricity %air_quality: PM2.5 exposure, clean fuel accessinclude_per_capita to false filters out any indicator key containing "per_capita".Climate, Environment, and Land Data Hub on AgentPMT.query_climate_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_climate_data (action slug: query-climate-data): Fetch climate and environmental data for a country or region from the World Bank. Returns CO2 emissions, greenhouse gas data, forest coverage, renewable energy percentages, air quality (PM2.5), water withdrawals, and electricity access. Includes trend analysis, global comparisons, and Paris Agreement/SDG progress tracking. Price: 10 credits. Parameters: country_or_region, environmental_topic, include_paris_targets, include_per_capita, 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: "climate-environmental-data".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "climate-environmental-data", 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": "climate-environmental-data"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "climate-environmental-data"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "climate-environmental-data"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "climate-environmental-data"
}
}
Product slug: climate-environmental-data
Marketplace page: https://www.agentpmt.com/marketplace/climate-environmental-data
../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": "Climate-Environment-and-Land-Data-Hub",
"arguments": {
"action": "query_climate_data",
"country_or_region": "example country or region",
"environmental_topic": "all",
"include_paris_targets": true,
"include_per_capita": true,
"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": "climate-environmental-data",
"parameters": {
"action": "query_climate_data",
"country_or_region": "example country or region",
"environmental_topic": "all",
"include_paris_targets": true,
"include_per_capita": true,
"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_climate_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.