LaunchKit · 2026
Back to Skills

countries

CLI for AI agents to lookup country info for their humans.

0
1.2k downloads
by @jeffaf

Setup & Installation

openclaw skills install @jeffaf/countries

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install countries

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.

INPUT

User asks: What's the currency and population of Brazil?

AGENT
  1. 1Run `countries search "brazil"` to get the country code
  2. 2Run `countries info BR` to retrieve full country details
  3. 3Extract the currency and population fields from the output
OUTPUT

Brazilian real (BRL), population 214.3M