Agent Skills
› KunAgent/Kun
› imf-data
imf-data
GitHub用于检索和分析IMF宏观经济序列、预测及储备构成数据,支持通过API或浏览器获取官方数据,并进行可视化呈现与合规性验证。
Trigger Scenarios
需要查询IMF宏观经济数据
分析IMF经济预测
Install
npx skills add KunAgent/Kun --skill imf-data -g -y
SKILL.md
Frontmatter
{
"name": "imf-data",
"description": "Retrieve and analyze IMF macroeconomic series, forecasts, and reserve-composition data."
}
IMF Data
Copyright (c) 2026 KunAgent. Licensed under the MIT License.
Purpose
Retrieve and analyze IMF macroeconomic series, forecasts, and reserve-composition data.
Tool routing
| Tool or skill | Use |
|---|---|
web_fetch |
Fetch public IMF APIs, database pages, metadata, or releases. |
browser_use |
Inspect official IMF portals when interaction is required. |
render_chart |
Present country, indicator, or forecast comparisons. |
Workflow
- Identify dataset, edition, country or region, indicator, years, unit, and estimate status.
- Locate the official public IMF endpoint or release page.
- Fetch values and retain database-edition metadata.
- Separate observed, estimated, and forecast periods.
- Cite the release, source URL, and retrieval date.
Completion gates
- Check units, scale, fiscal/calendar basis, and country coverage.
- Do not compare values across editions without noting revisions.
- Verify regional aggregates are source-provided or transparently calculated.
Boundaries
- Do not present IMF projections as certain outcomes.
- Do not silently substitute another macroeconomic source.
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


