skills/global-governance-institutional-quality-data/SKILL.md
Global Governance & Institutional Quality Data: Query governance indicators including corruption control, rule of law, government. Use when an agent needs global governance & institutional quality data, governance institutional quality, research corruption control scores by country, compare rule of law rankings across regions, track government effectiveness over time, analyze political stability indicators, query governance data, country or region through AgentPMT-hosted remote tool calls.
npx skillsauth add AgentPMT/agent-skills global-governance-institutional-quality-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 governance and institutional quality data for any country in the world. Look up corruption control scores, rule of law rankings, government effectiveness, political stability, regulatory quality, and civic voice indicators. Compare how countries rank on governance, track institutional improvement over time, and benchmark against regional peers — all from a comprehensive global data set.
Access comprehensive governance data from the World Bank's Worldwide Governance Indicators (WGI) database covering 200+ countries. Query six core governance dimensions with WGI scores, percentile rankings, historical trends, and peer comparisons using natural language country names.
Fetch governance indicator data for a country or region.
Required Parameters:
action (string): Must be "query_governance_data"country_or_region (string): Country or region name in plain language (e.g., "United States", "India", "Sub-Saharan Africa")Optional Parameters:
governance_aspect (string, default: "all"): Governance dimension to query. One of:
"corruption" - Control of corruption indicators"rule_of_law" - Rule of law and legal institutions"effectiveness" - Government effectiveness and service delivery"stability" - Political stability and absence of violence"regulatory" - Regulatory quality and business environment"voice" - Voice and accountability, democratic participation"all" - All 6 WGI dimensionsinclude_percentile_ranks (boolean, default: true): Include percentile rankings (0-100 scale) for international comparisoninclude_historical_trends (boolean, default: true): Include historical trends showing improvement or deterioration over timetime_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_peer_comparison (boolean, default: true): Include comparison with regional and income group peers (World, High Income, Upper Middle Income, Lower Middle Income, Low Income)Example - Latest governance for a country:
{
"action": "query_governance_data",
"country_or_region": "United States",
"governance_aspect": "all",
"time_period": "latest"
}
Example - Corruption trends over time:
{
"action": "query_governance_data",
"country_or_region": "India",
"governance_aspect": "corruption",
"time_period": "last_10_years",
"include_historical_trends": true
}
Example - Rule of law with peer comparison:
{
"action": "query_governance_data",
"country_or_region": "Kenya",
"governance_aspect": "rule_of_law",
"time_period": "latest",
"include_peer_comparison": true
}
Example - Political stability for a specific range:
{
"action": "query_governance_data",
"country_or_region": "Brazil",
"governance_aspect": "stability",
"time_period": "2015:2020",
"include_percentile_ranks": true
}
Example - Regional aggregate data:
{
"action": "query_governance_data",
"country_or_region": "Sub-Saharan Africa",
"governance_aspect": "effectiveness",
"time_period": "latest"
}
Accepts plain-language names. Examples of supported inputs:
"United States", "USA", "India", "Germany", "Nigeria", "Brazil", "Japan", "Kenya", "Singapore", "South Africa", 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", "GBR" are also acceptedCountry names support partial matching, so "UK" maps to United Kingdom and "America" maps to USA.
"voice"): Citizen participation, freedom of expression, media independence"stability"): Likelihood of political instability and violence/terrorism"effectiveness"): Quality of public services, civil service, policy formulation and implementation"regulatory"): Government ability to formulate and implement sound policies promoting private sector development"rule_of_law"): Confidence in rules of society, contract enforcement, property rights, courts, likelihood of crime/violence"corruption"): Extent to which public power is exercised for private gainResponses include:
| Score Range | Category | Meaning | |---|---|---| | +1.5 to +2.5 | Very Strong | Excellent governance performance | | +0.5 to +1.5 | Strong | Good governance performance | | -0.5 to +0.5 | Moderate | Average governance performance | | -1.5 to -0.5 | Weak | Below-average governance performance | | -2.5 to -1.5 | Very Weak | Poor governance performance |
| Rank Range | Meaning | |---|---| | 90-100 | Top 10% globally | | 75-89 | Top quartile globally | | 50-74 | Above median globally | | 25-49 | Below median globally | | 10-24 | Bottom quartile globally | | 0-9 | Bottom 10% globally |
governance_aspect: "corruption" with time_period: "last_10_years" to track corruption control trends"voice" aspect with historical trends to track democratic participation over time"all" aspects with peer comparison enabled to benchmark a country against its income groupinclude_percentile_ranks is set to false, rank indicators are filtered out from the responsetime_period: "latest", only the single most recent data point is returned per indicatorGlobal Governance & Institutional Quality Data on AgentPMT.query_governance_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_governance_data (action slug: query-governance-data): Fetch governance and institutional quality data for a country or region from the World Bank Worldwide Governance Indicators (WGI). Returns six governance dimensions with WGI scores, percentile rankings, historical trends, peer comparisons, and SDG 16 alignment. Price: 10 credits. Parameters: country_or_region, governance_aspect, include_historical_trends, include_peer_comparison, include_percentile_ranks, 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: "governance-institutional-quality".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "governance-institutional-quality", 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": "governance-institutional-quality"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "governance-institutional-quality"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "governance-institutional-quality"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "governance-institutional-quality"
}
}
Product slug: governance-institutional-quality
Marketplace page: https://www.agentpmt.com/marketplace/governance-institutional-quality
../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-Governance--Institutional-Quality-Data",
"arguments": {
"action": "query_governance_data",
"country_or_region": "example country or region",
"governance_aspect": "all",
"include_historical_trends": true,
"include_peer_comparison": true,
"include_percentile_ranks": 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": "governance-institutional-quality",
"parameters": {
"action": "query_governance_data",
"country_or_region": "example country or region",
"governance_aspect": "all",
"include_historical_trends": true,
"include_peer_comparison": true,
"include_percentile_ranks": 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_governance_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.