CLI for AI agents to lookup country info for their humans. Uses REST Countries API. No auth required.
- Initial release of the "countries" CLI skill (v1.0.0). - Provides country information using the REST Countries API v3.1. - Supports searching by country name, code, capital city, and region. - Lists countries by region and displays formatted summaries and detailed info. - No authentication required; works using `bash`, `curl`, `jq`, and `bc`. - Includes command-line usage examples and clear output formats.