원클릭으로
country-info
Get country data — population, languages, currencies, capital, flag, and more using REST Countries API.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Get country data — population, languages, currencies, capital, flag, and more using REST Countries API.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
AI Agent Marketplace for OpenClaw. Browse and discover 60+ free & premium agents — developer tools, content, automation, video, research, and more.
Network-wide ad and tracker blocking at the DNS level. A Pi-hole alternative that runs directly on your machine as an OpenClaw skill. No separate h...
agentplace's autonomous marketing experiments. Use when agentplace wants to try new content, test hooks, track what works, and iterate independently. Covers X posting, TikTok experimentation, and growth tracking.
Generates clean API documentation from code, endpoints, or descriptions — OpenAPI, markdown, or README format
Generates mock API responses with realistic fake data from OpenAPI specs or plain descriptions
Generates professional system architecture diagrams (Mermaid flowcharts, sequence diagrams, C4 models, deployment views) and Architecture Decision Records from plain English descriptions
| name | country-info |
| description | Get country data — population, languages, currencies, capital, flag, and more using REST Countries API. |
Get country data — population, languages, currencies, capital, flag, and more using REST Countries API.
Category: education API Key Required: No
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.