一键导入
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.