Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Retrieve detailed country data including population, capital, languages, currencies, flag, and regional info using the REST Countries API.
Retrieve detailed country data including population, capital, languages, currencies, flag, and regional info using the REST Countries API.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Get country data โ population, languages, currencies, capital, flag, and more using REST Countries API. Category: education API Key Required: No
User asks about a country (population, capital, language, currency) User wants to compare countries User asks "what currency does X use?" or "what language do they speak in X?"
Base URL: https://restcountries.com/v3.1
curl -s "https://restcountries.com/v3.1/name/france"
curl -s "https://restcountries.com/v3.1/alpha/GB"
curl -s "https://restcountries.com/v3.1/name/japan?fields=name,capital,population,currencies,languages,flags"
curl -s "https://restcountries.com/v3.1/currency/eur"
curl -s "https://restcountries.com/v3.1/lang/spanish"
curl -s "https://restcountries.com/v3.1/region/europe?fields=name,capital,population" Regions: africa, americas, asia, europe, oceania.
User: "Tell me about Japan" โ Query by name. Reply with capital, population, languages, currency, region, flag emoji. User: "What countries use the Euro?" โ Query by currency/eur. List the countries.
Free, no key needed, no strict rate limit Country names are flexible (partial matches work) Some fields are deeply nested โ parse carefully
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.