← All skills
Tencent SkillHub Β· Developer Tools

Countries

CLI for AI agents to lookup country info for their humans. Uses REST Countries API. No auth required.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

CLI for AI agents to lookup country info for their humans. Uses REST Countries API. No auth required.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Countries Lookup

CLI for AI agents to lookup country info for their humans. "What's the capital of Mongolia?" β€” now your agent can answer. Uses REST Countries API (v3.1). No account or API key needed.

Usage

"Tell me about Japan" "What countries are in South America?" "Which country has Tokyo as capital?" "Info on country code DE"

Commands

ActionCommandSearch by namecountries search "query"Get detailscountries info <code>List by regioncountries region <region>Search by capitalcountries capital "city"List allcountries all

Examples

countries search "united states" # Find country by name countries info US # Get full details by alpha-2 code countries info USA # Also works with alpha-3 countries region europe # All European countries countries capital tokyo # Find country by capital countries all # List all countries (sorted)

Regions

Valid regions: africa, americas, asia, europe, oceania

Output

Search/list output: [US] United States β€” Washington D.C., Americas, Pop: 331M, πŸ‡ΊπŸ‡Έ Info output: 🌍 Japan Official: Japan Code: JP / JPN / 392 Capital: Tokyo Region: Asia β€” Eastern Asia Population: 125.8M Area: 377930 kmΒ² Languages: Japanese Currencies: Japanese yen (JPY) Timezones: UTC+09:00 Borders: None (island/isolated) Driving: left side Flag: πŸ‡―πŸ‡΅ πŸ—ΊοΈ Map: https://goo.gl/maps/...

Notes

Uses REST Countries API v3.1 (restcountries.com) No authentication or rate limits Country codes: alpha-2 (US), alpha-3 (USA), or numeric (840) Population formatted with K/M/B suffixes All regions lowercase

Agent Implementation Notes

Script location: {skill_folder}/countries (wrapper to scripts/countries) When user asks about countries: Run ./countries search "name" to find country code Run ./countries info <code> for full details Run ./countries region <region> for regional lists Run ./countries capital "city" to find by capital Common patterns: "What country is X in?" β†’ search by name "Tell me about X" β†’ search, then info with code "Countries in Europe" β†’ region europe "Capital of X" β†’ info with code, check capital field "What country has capital X?" β†’ capital search Don't use for: Historical countries, disputed territories, non-sovereign regions.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs