Agent Skills
› KunAgent/Kun
› open-data
open-data
GitHub从国际组织和经济数据提供商检索官方统计数据,涵盖指标定义、数据获取、标准化及来源验证,确保数据准确性和可追溯性。
Trigger Scenarios
需要查询官方经济指标
需要获取国际组织统计数据
Install
npx skills add KunAgent/Kun --skill open-data -g -y
SKILL.md
Frontmatter
{
"name": "open-data",
"description": "Retrieve official statistics from public international organizations and economic-data providers."
}
Official Open Data
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Retrieve official statistics from public international organizations and economic-data providers.
Tool routing
| Tool or skill | Use |
|---|---|
web_fetch |
Fetch official public APIs, metadata pages, and releases. |
browser_use |
Inspect official public portals when interaction is required. |
render_chart |
Present comparable time series or rankings. |
Workflow
- Define the indicator concept, geography, population, period, unit, and frequency.
- Locate an official public API or authoritative source page.
- Fetch values together with indicator codes, dimensions, and metadata.
- Normalize only when definitions are comparable.
- Document the source URL, code, unit, update date, and transformation.
Completion gates
- Check breaks in series, provisional flags, seasonal adjustment, and missing values.
- Avoid ranking incomparable geographies or definitions.
- Preserve source URLs and indicator codes.
Boundaries
- Do not fill missing values or convert units without disclosure.
- Do not mix official and modeled estimates without clear labels.
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


