Install
openclaw skills install @agentpmt/global-digital-economy-connectivity-dataGlobal Digital Economy & Connectivity Data: Query internet penetration, mobile subscriptions, broadband access, e-government readiness, and. Use when an agent needs global digital economy & connectivity data, digital economy technology, research internet penetration rates by country, compare mobile subscription trends across regions, track broadband access growth over time, analyze e government readiness scores, query digital data, country or region through AgentPMT-hosted remote tool calls.
openclaw skills install @agentpmt/global-digital-economy-connectivity-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.
Explore digital economy and technology adoption data for any country in the world. Look up internet penetration rates, mobile subscriptions, broadband access, e-government readiness scores, and ICT infrastructure indicators. Track digital growth, identify connectivity gaps, and compare how countries are progressing in the digital era — all from a comprehensive global data set.
Access comprehensive digital economy statistics from the World Bank's World Development Indicators database covering 200+ countries. Query internet penetration, mobile and broadband infrastructure, ICT trade metrics, digital divide analysis, and regional comparisons using natural language country names.
Fetch digital economy and technology indicator data for a country or region.
Required Parameters:
action (string): Must be "query_digital_data"country_or_region (string): Country or region name in plain language (e.g., "South Korea", "Kenya", "World")Optional Parameters:
digital_aspect (string, default: "all"): Digital domain to query. One of:
"internet" - Internet users (% of population and total count)"mobile" - Mobile cellular subscriptions (total and per 100 people) and fixed telephone subscriptions"broadband" - Fixed broadband (total and per 100 people) and mobile broadband subscriptions"ict" - ICT goods exports/imports, ICT service exports, high-tech exports (value and % of manufactured)"infrastructure" - Secure internet servers, telephone subscriptions, fixed broadband"e_government" - E-government context (limited; World Bank data does not include EGDI directly)"all" - All available digital indicatorscalculate_digital_divide (boolean, default: false): Calculate digital access gaps (100% minus current access rates) for internet, broadband, and mobiletime_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 digital leaders (World average, High Income countries, South Korea, Singapore)include_trends (boolean, default: true): Include trend analysis with CAGR (Compound Annual Growth Rate) calculations when historical data is availableExample - Latest internet data with digital divide:
{
"action": "query_digital_data",
"country_or_region": "Kenya",
"digital_aspect": "internet",
"time_period": "latest",
"calculate_digital_divide": true
}
Example - Broadband growth trends:
{
"action": "query_digital_data",
"country_or_region": "South Korea",
"digital_aspect": "broadband",
"time_period": "last_10_years",
"include_trends": true
}
Example - All digital indicators with comparison:
{
"action": "query_digital_data",
"country_or_region": "India",
"digital_aspect": "all",
"time_period": "latest",
"calculate_digital_divide": true,
"include_regional_comparison": true
}
Example - ICT trade for a specific period:
{
"action": "query_digital_data",
"country_or_region": "China",
"digital_aspect": "ict",
"time_period": "2015:2020"
}
Example - Mobile coverage for a region:
{
"action": "query_digital_data",
"country_or_region": "Sub-Saharan Africa",
"digital_aspect": "mobile",
"time_period": "latest"
}
Accepts plain-language names. Examples of supported inputs:
"United States", "USA", "India", "South Korea", "Nigeria", "Brazil", "Singapore", "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_digital_divide is true, the response includes:
calculate_digital_divide for internet and broadband aspects to quantify access gapsdigital_aspect: "ict" with trends to track technology export growth over time"e_government" aspect returns an empty indicator setdigital_aspect is provided, the tool defaults to internet and mobile indicatorsGlobal Digital Economy & Connectivity Data on AgentPMT.query_digital_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_digital_data (action slug: query-digital-data): Fetch digital economy and technology indicator data for a country or region, including internet penetration, mobile subscriptions, broadband access, ICT trade metrics, and digital divide analysis. Price: 5 credits. Parameters: calculate_digital_divide, country_or_region, digital_aspect, include_regional_comparison, 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: "digital-economy-technology".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "digital-economy-technology", 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": "digital-economy-technology"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "digital-economy-technology"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "digital-economy-technology"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "digital-economy-technology"
}
}
Product slug: digital-economy-technology
Marketplace page: https://www.agentpmt.com/marketplace/digital-economy-technology
../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-Digital-Economy--Connectivity-Data",
"arguments": {
"action": "query_digital_data",
"calculate_digital_divide": false,
"country_or_region": "example country or region",
"digital_aspect": "all",
"include_regional_comparison": 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": "digital-economy-technology",
"parameters": {
"action": "query_digital_data",
"calculate_digital_divide": false,
"country_or_region": "example country or region",
"digital_aspect": "all",
"include_regional_comparison": 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_digital_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)