Install
openclaw skills install @agentpmt/global-labor-employment-dataGlobal Labor & Employment Data: Query labor force participation, unemployment rates, sector employment breakdowns, gender gaps, and youth employment for. Use when an agent needs global labor & employment data, labor market employment, research labor force participation rates by country, compare unemployment rates across regions, analyze employment by sector breakdown, study gender gaps in workforce participation, query labor data, country or region through AgentPMT-hosted remote tool calls.
openclaw skills install @agentpmt/global-labor-employment-dataLast 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.
Access workforce and employment data for any country in the world. Look up labor force participation rates, unemployment figures, sector breakdowns, gender employment gaps, and youth employment trends. Compare workforce metrics across countries, track labor market shifts over time, and benchmark regional performance — all from a comprehensive global data set.
Access comprehensive labor market and employment statistics from the World Bank's World Development Indicators database covering 200+ countries. Query labor force participation, unemployment rates, employment by sector, gender gap analysis, employment quality metrics, and regional comparisons using natural language country names.
Fetch labor market and employment indicator data for a country or region.
Required Parameters:
action (string): Must be "query_labor_data"country_or_region (string): Country or region name in plain language (e.g., "Kenya", "South Korea", "World")Optional Parameters:
demographic_filter (string, default: null): Filter indicators by demographic category. One of:
"gender" - Male/female labor force participation and unemployment rates, plus total rates"youth" - Youth unemployment (ages 15-24) by gender, plus total unemployment and labor force participation"sector" - Employment by economic sector (agriculture, industry, services), plus total labor force and unemployment"total" - Overall labor force participation, unemployment, wage/salaried workers, and vulnerable employmentnull or "all" - All available labor market indicatorscalculate_gender_gaps (boolean, default: true): Calculate gender gaps as male rate minus female rate for labor force participation, unemployment, and youth unemployment. Positive gap means males higher, negative means females higher.include_sector_employment (boolean, default: true): Include employment by sector breakdown (agriculture, industry, services) even when a different demographic filter is selectedtime_period (string, default: "latest"): Time period for data. Options:
"latest" - Most recent available data"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" - A single year (e.g., "2020")include_regional_comparison (boolean, default: true): Include comparison data with World average, High Income countries, East Asia & Pacific, and Latin America & Caribbeaninclude_trends (boolean, default: true): Include trend analysis with CAGR (Compound Annual Growth Rate) calculations when historical data is availableExample - Gender-disaggregated data with gap analysis:
{
"action": "query_labor_data",
"country_or_region": "Kenya",
"demographic_filter": "gender",
"calculate_gender_gaps": true,
"time_period": "latest"
}
Example - Youth unemployment trends:
{
"action": "query_labor_data",
"country_or_region": "Spain",
"demographic_filter": "youth",
"time_period": "last_10_years",
"include_trends": true
}
Example - All labor indicators with full analysis:
{
"action": "query_labor_data",
"country_or_region": "India",
"demographic_filter": "all",
"calculate_gender_gaps": true,
"include_sector_employment": true,
"time_period": "latest",
"include_regional_comparison": true
}
Example - Sector employment breakdown:
{
"action": "query_labor_data",
"country_or_region": "Vietnam",
"demographic_filter": "sector",
"include_sector_employment": true,
"time_period": "latest"
}
Example - Regional labor market overview:
{
"action": "query_labor_data",
"country_or_region": "Sub-Saharan Africa",
"demographic_filter": "total",
"time_period": "last_5_years",
"include_regional_comparison": true
}
Accepts plain-language names. Examples of supported inputs:
"United States", "USA", "India", "South Korea", "Nigeria", "Brazil", "Spain", "Kenya", etc. (200+ countries)"Sub-Saharan Africa", "Latin America", "Middle East", "South Asia", "East Asia", "Europe""Low Income", "Lower Middle Income", "Upper Middle Income", "High Income", "OECD""World" or "Global""USA", "IND", "KOR" are also acceptedCountry names support partial matching, so "UK" maps to United Kingdom and "America" maps to USA.
Responses include:
When calculate_gender_gaps is true, the response includes:
Positive gap = males higher. Negative gap = females higher.
demographic_filter: "gender" with calculate_gender_gaps: true to analyze male-female disparities in labor force participation and unemploymentdemographic_filter: "youth" with time_period: "last_10_years" to track youth unemployment trendsdemographic_filter: "sector" to understand whether a country is agriculture-dependent, service-based, or industrialdemographic_filter is unrecognized, the tool defaults to total labor force indicatorsinclude_sector_employment is true and the demographic filter is not already "sector", sector indicators are appended to the resultsGlobal Labor & Employment Data on AgentPMT.query_labor_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_labor_data (action slug: query-labor-data): Fetch labor market and employment indicator data for a country or region, including labor force participation, unemployment rates, sector employment, gender gap analysis, and employment quality metrics. Price: 5 credits. Parameters: calculate_gender_gaps, country_or_region, demographic_filter, include_regional_comparison, include_sector_employment, 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: "labor-market-employment".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "labor-market-employment", 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": "labor-market-employment"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "labor-market-employment"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "labor-market-employment"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "labor-market-employment"
}
}
Product slug: labor-market-employment
Marketplace page: https://www.agentpmt.com/marketplace/labor-market-employment
../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-Labor--Employment-Data",
"arguments": {
"action": "query_labor_data",
"calculate_gender_gaps": true,
"country_or_region": "example country or region",
"demographic_filter": "gender",
"include_regional_comparison": true,
"include_sector_employment": 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": "labor-market-employment",
"parameters": {
"action": "query_labor_data",
"calculate_gender_gaps": true,
"country_or_region": "example country or region",
"demographic_filter": "gender",
"include_regional_comparison": true,
"include_sector_employment": 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_labor_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)