stat-data-fetcher
CommunityFetch grounded World Bank data with confidence.
Authorjoshuaroll
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill lets researchers retrieve accurate World Bank time-series data directly from the official API, eliminating manual data collection and the risk of misreporting.
Core Features & Use Cases
- Search indicators: Find the correct indicator IDs by keyword (e.g., "GDP per capita" -> NY.GDP.PCAP.CD).
- Fetch data: Retrieve country-level time-series data over a specified date range.
- Fuzzy resolution: Accepts country names (France, USA) or codes and resolves to ISO3 codes.
- CSV Export: Export results as JSON or CSV for analysis.
Quick Start
Run the script to fetch GDP per capita for the US and FR in CSV format: python3 fetch_worldbank.py --indicator NY.GDP.PCAP.CD --country "US;FR" --date "2020:2022" --format csv
Also, search for indicators by keyword: python3 fetch_worldbank.py --search "inflation"
Dependency Matrix
Required Modules
requests
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: stat-data-fetcher Download link: https://github.com/joshuaroll/research-skills/archive/main.zip#stat-data-fetcher Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.