internacia-query

internacia-query is a skill for Cursor from datenoio/internacia-db. It costs 62 tokens per session (257 once invoked), scanned A, original, MIT.

A query guide for Internacia’s reference datasets, which contain information about countries, borders, organisations, and links between entities.

In plain words
What is it for?
Use it to query the exported DuckDB or Parquet datasets, join records by stable identifiers, or prepare country and organisation data for analysis.
Why use it?
It helps you find reliable country codes, memberships, neighbours, and identifiers without manually reading source YAML files.

Skill for Cursor

Written for Cursor: installed under .cursor/.

Good fit Use it to query the exported DuckDB or Parquet datasets, join records by stable identifiers, or prepare country and organisation data for analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/datenoio/internacia-db/internacia-query
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add datenoio/internacia-db --skill internacia-query
Clone the repo
git clone --depth 1 https://github.com/datenoio/internacia-db

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for internacia-query

README.md
[![agentmods](https://agentmods.dev/badge/skills/datenoio/internacia-db/internacia-query/github.svg)](https://agentmods.dev/skills/datenoio/internacia-db/internacia-query)
Your own site
<a href="https://agentmods.dev/skills/datenoio/internacia-db/internacia-query"><img src="https://agentmods.dev/badge/skills/datenoio/internacia-db/internacia-query/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for internacia-query

Your own site · 80×15
<a href="https://agentmods.dev/skills/datenoio/internacia-db/internacia-query"><img src="https://agentmods.dev/badge/skills/datenoio/internacia-db/internacia-query.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 257 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00062 $0.00257
Opus 5 $0.00031 $0.00129
Sonnet 5 $0.00012 $0.00051
Haiku 4.5 $0.00006 $0.00026

Measured 9d ago against content hash 2919e51bc8cf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

internacia-query scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/skills/internacia-query/SKILL.md · 22 lines

What it actually says

Internacia data queries (Cursor)

Read the platform-neutral guide: docs/agents/query.md

Also useful:

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 22 lines · 62 tokens per session scan A 2919e51bc8cf

Subscribe to this mod's changes

internacia-query is a skill published in the GitHub repository datenoio/internacia-db (11 stars, last pushed 8d ago), licensed MIT. It adds 62 tokens to every session and 257 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

pilot-service-agents-data

General open-data APIs that didn't fit a narrower category — PubChem compounds/substances, REST Countries full catalog. Use this skill when: 1. Compound or substance lookup in PubChem 2. Country facts / ISO codes / capitals (restcountries-all) Do NOT use this skill when: - Country search by name (use…

TeoSlayer/pilot-skills · 94 tokens

data-report

Turns CSV, Excel, or JSON data into a polished visual report page.

nexu-io/open-design · 18 tokens

graph-mutation-plan

Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.

potpie-ai/potpie · 51 tokens

docetl

Build and run LLM-powered data processing pipelines with DocETL. Use when users say "docetl", want to analyze unstructured data, process documents, extract information, or run ETL tasks on text. Helps with data collection, pipeline creation, execution, and optimization.

ucbepic/docetl · 59 tokens

connect-agent

Connect the codebase's AI agent to LangWatch agent simulations, so test suites run against the real agent process. Adds a small connect function beside the service startup that calls the agent already in the codebase, which opens an outbound connection and registers the agent with its environment and its run…

langwatch/langwatch · 102 tokens

prompt-optimization

Improve a prompt on the evaluations workbench through a measured loop. Score the baseline first, then duplicate the target column, form a hypothesis from failing rows, edit the copy's prompt draft, run, compare pass rate and cost, and repeat until the numbers hold. Use when the user asks to optimize or improve a…

langwatch/langwatch · 105 tokens