Country Info

v1.0.0

Retrieve detailed country data including population, capital, languages, currencies, flag, and regional info using the REST Countries API.

0· 458·4 current·4 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the behavior: the SKILL.md shows curl calls to restcountries.com to retrieve country data. No unrelated binaries, credentials, or installs are requested.
Instruction Scope
Runtime instructions are limited to performing GET requests against https://restcountries.com (examples use curl). The document does not instruct reading local files, other env vars, or sending data to unexpected endpoints.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk or installed by the skill.
Credentials
No environment variables, credentials, or config paths are requested. This aligns with a public, no-key API integration.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system-wide settings. Autonomous invocation is allowed by default, which is expected for skills and not by itself a concern.
Assessment
This skill appears low-risk: it only documents making HTTPS GET requests to the public REST Countries API and does not request secrets or install code. Before installing, note that the skill will perform outbound requests to restcountries.com when invoked (so network access is required), and responses may include external flag image URLs if your UI fetches them. If you care about provenance, confirm you trust the skill author (owner is unknown) — because instruction-only skills are small but still come from whoever published them. If you expect many repeated queries, consider caching results to avoid hitting the public API. Otherwise, it is coherent with its stated purpose and contains no obvious red flags.

Like a lobster shell, security has layers — review code before you run it.

latestvk973f56qzp4ce9nxr7d0sndrd981sgrg

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments