skills/global-agriculture-food-security-data/SKILL.md
Global Agriculture & Food Security Data: Query agricultural production, food security, malnutrition, land use, and productivity indicators for any. Use when an agent needs global agriculture & food security data, agriculture food security, research food security levels by country, track crop yield trends over time, analyze agricultural productivity across regions, study undernourishment and malnutrition rates, query agriculture data, country or region through AgentPMT-hosted remote tool calls.
npx skillsauth add AgentPMT/agent-skills global-agriculture-food-security-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 agriculture and food security data for any country in the world. Look up crop yields, undernourishment rates, agricultural productivity, land use patterns, and rural development indicators. Compare food security outcomes across countries, track trends in agricultural output, and assess progress toward ending hunger — all from a comprehensive global data set.
Access comprehensive agricultural statistics and food security indicators from the World Bank's World Development Indicators database through a natural language interface.
This tool provides natural language access to World Bank agricultural data covering crop production, food security, land use, productivity metrics, and economic context. It supports 200+ countries and regional aggregations, with built-in trend analysis, regional comparisons, and SDG 2 (Zero Hunger) alignment tracking.
Data is sourced from the World Bank World Development Indicators and FAO databases.
Query agricultural and food security indicators for any country or region.
"query_agriculture_data""India", "Brazil", "Kenya", "United States""Sub-Saharan Africa", "Latin America", "South Asia", "East Asia", "Middle East""World" or "Global""Low Income", "Lower Middle Income", "Upper Middle Income", "High Income""USA", "IND", "KEN"agriculture_topic (string, default: "all"): Topic filter for indicators
"production" - Cereal yield, crop production index, livestock production index, food production index"food_security" - Undernourishment prevalence, food deficit, food production index, cereal import dependency"malnutrition" - Undernourishment prevalence, food deficit (caloric deficits)"land_use" - Agricultural land, arable land, arable land per person, forest area, irrigated land"productivity" - Cereal yield, fertilizer consumption, agricultural machinery, agriculture value added growth"all" - All available agricultural indicators (20 indicators)time_period (string, default: "latest"): Time period for data retrieval
"latest" - Most recent available data point"last_5_years" - Last 5 years of data"last_10_years" - Last 10 years of data"YYYY:YYYY" - Specific year range (e.g., "2015:2020"), years must be between 1960 and current year"YYYY" - Single specific year (e.g., "2020")include_rural_context (boolean, default: true): Include rural population percentage and agricultural employment data for additional context
include_regional_comparison (boolean, default: true): Include comparison data from World, Sub-Saharan Africa, South Asia, Latin America & Caribbean, East Asia & Pacific, and Middle East & North Africa
include_trends (boolean, default: true): Include trend analysis with absolute and percentage change, direction assessment (improving/worsening/stable), when historical data is available
{
"action": "query_agriculture_data",
"country_or_region": "India",
"agriculture_topic": "all",
"time_period": "latest"
}
{
"action": "query_agriculture_data",
"country_or_region": "Kenya",
"agriculture_topic": "food_security",
"time_period": "last_10_years",
"include_trends": true
}
{
"action": "query_agriculture_data",
"country_or_region": "Sub-Saharan Africa",
"agriculture_topic": "productivity",
"time_period": "last_5_years"
}
{
"action": "query_agriculture_data",
"country_or_region": "Brazil",
"agriculture_topic": "land_use",
"time_period": "2010:2020",
"include_rural_context": false,
"include_regional_comparison": false
}
{
"action": "query_agriculture_data",
"country_or_region": "Low Income",
"agriculture_topic": "malnutrition",
"time_period": "latest"
}
Responses include:
include_rural_context is true)include_regional_comparison is true)| Indicator | Unit | Description | |-----------|------|-------------| | cereal_yield | kg per hectare | Cereal productivity (global avg ~4,000) | | crop_production_index | index (2014-2016=100) | Overall crop production level | | livestock_production_index | index (2014-2016=100) | Livestock production level | | agricultural_land | % of land area | Land used for agriculture | | arable_land | % of land area | Land suitable for crops | | arable_land_per_person | hectares per person | Per capita arable land | | forest_area | % of land area | Forest coverage | | irrigated_land | % of agricultural land | Irrigated portion of farmland | | undernourishment_prevalence | % of population | Population unable to acquire enough food | | food_production_index | index (2014-2016=100) | Overall food production level | | food_deficit | kcal/person/day | Depth of caloric food deficit | | fertilizer_consumption | kg/ha of arable land | Fertilizer use intensity | | agricultural_machinery | number of tractors | Mechanization level | | agricultural_methane | % of total emissions | Agriculture's methane contribution | | agriculture_value_added | % of GDP | Agriculture's share of economy | | agriculture_value_added_growth | annual % growth | Agriculture GDP growth rate | | employment_agriculture | % of total employment | Agricultural workforce share | | rural_population | % of total population | Rural population share | | cereal_import_dependency | % | Reliance on cereal imports |
Cereal yield classifications used in productivity_metrics:
agriculture_topic: "all" and time_period: "latest" to get a comprehensive snapshot of a country's agricultural sectoragriculture_topic: "food_security" with time_period: "last_10_years" and include_trends: true to track food security progressinclude_regional_comparison: true to compare against regional benchmarksagriculture_topic: "productivity" to get yield assessments and efficiency ratios with recommendations$0.05 per request
Global Agriculture & Food Security Data on AgentPMT.query_agriculture_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_agriculture_data (action slug: query-agriculture-data): Fetch agricultural and food security indicator data for a country or region, including crop yields, undernourishment rates, land use, productivity metrics, and rural development context. Price: 5 credits. Parameters: agriculture_topic, country_or_region, include_regional_comparison, include_rural_context, include_trends, 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: "agriculture-food-security".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "agriculture-food-security", 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": "agriculture-food-security"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "agriculture-food-security"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "agriculture-food-security"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "agriculture-food-security"
}
}
Product slug: agriculture-food-security
Marketplace page: https://www.agentpmt.com/marketplace/agriculture-food-security
../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-Agriculture--Food-Security-Data",
"arguments": {
"action": "query_agriculture_data",
"agriculture_topic": "all",
"country_or_region": "example country or region",
"include_regional_comparison": true,
"include_rural_context": true,
"include_trends": 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": "agriculture-food-security",
"parameters": {
"action": "query_agriculture_data",
"agriculture_topic": "all",
"country_or_region": "example country or region",
"include_regional_comparison": true,
"include_rural_context": true,
"include_trends": 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_agriculture_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.