Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
A CLI tool that lets AI agents query country data by name, code, capital, or region. Backed by the REST Countries API v3.1 with no authentication required.
No API key or account setup means agents can answer geography questions immediately without any credential management.
When to use it
- Looking up the capital city of a country
- Finding all countries in a specific region
- Identifying a country from its capital city
- Getting population, area, and currency info
- Resolving a country from an ISO code
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: What's the currency and population of Brazil?
- 1Run `countries search "brazil"` to get the country code
- 2Run `countries info BR` to retrieve full country details
- 3Extract the currency and population fields from the output
Brazilian real (BRL), population 214.3M