Install
openclaw skills install @agentpmt/climate-environment-and-land-data-hubClimate, 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.
openclaw skills install @agentpmt/climate-environment-and-land-data-hubLast 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)