Agent Skills
› KunAgent/Kun
› world-bank-data
world-bank-data
GitHub用于检索和分析世界银行指标、国家元数据及发展时间序列,支持API获取、图表展示及数据验证。
Trigger Scenarios
查询特定国家或地区的发展指标数据
分析经济指标的时间序列趋势
对比不同国家的统计数据
Install
npx skills add KunAgent/Kun --skill world-bank-data -g -y
SKILL.md
Frontmatter
{
"name": "world-bank-data",
"description": "Retrieve and analyze World Bank indicators, country metadata, and development time series."
}
World Bank Data
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Retrieve and analyze World Bank indicators, country metadata, and development time series.
Tool routing
| Tool or skill | Use |
|---|---|
web_fetch |
Fetch the official World Bank public API and indicator metadata. |
browser_use |
Inspect official indicator and country pages interactively. |
render_chart |
Present trends and country comparisons. |
Workflow
- Define indicator concept, code, countries, years, unit, and aggregation need.
- Fetch indicator metadata from the official World Bank source.
- Fetch values and preserve country or region identifiers.
- Handle missing years and aggregates explicitly.
- Cite indicator code, source organization, update date, and URL.
Completion gates
- Check current versus constant prices, per-capita denominators, and percentage definitions.
- Do not average region aggregates with countries.
- Label modeled estimates and source revisions.
Boundaries
- Do not interpolate missing data without disclosure.
- Do not imply that correlated development indicators establish causation.
Delivery
Lead with the outcome, name the evidence used for verification, and disclose any real limitation that remains.
Version History
- a984912 Current 2026-09-09 01:50


