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.
npx agentmods add agents/datenoio/internacia-db/add-intblock-examplegit clone --depth 1 https://github.com/datenoio/internacia-dbWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00765 |
| Opus 5 | $0.00000 | $0.00382 |
| Sonnet 5 | $0.00000 | $0.00153 |
| Haiku 4.5 | $0.00000 | $0.00076 |
Grade A, and why
add-intblock-example 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Worked example: add an intblock
This walkthrough shows how to add a new organization record. Use it together
with the checklist in contribute.md. A compact real record to
copy from is data/intblocks/military/AUKUS.yaml
(3 members, sourced description, provenance, last_verified).
Do not invent membership. If the official roster is not in hand, stop and
leave includes empty only when you also set
membership_applicability: not_applicable.
1. Confirm it belongs
Read intblock-inclusion-policy.md. Standing IGOs, treaties with parties, durable forums, and named geographic sets are in scope. Ad-hoc news coalitions and socioeconomic rankings are not.
Pick:
id— uppercase official acronym (AUKUS,NATO). See id rules in the inclusion policy. Filename stem must matchidexactly.- Directory —
data/intblocks/<primary-blocktype>/. The folder name is the primaryblocktypeand must already exist indata/blocktypes/blocktypes.yaml. Additional types go in theblocktypelist. scope_category—igo|treaty_body|policy_forum|reference_enumeration.
2. Create the YAML
data/intblocks/military/AUKUS.yaml
Minimum fields: id, name, blocktype, status. Then add:
| Field | Why |
|---|---|
includes[].id |
Authoritative country alpha-2 (quote 'NO' for Norway) |
includes[].status |
Key from data/schemas/includes_status.yaml |
includes[].joined / left |
ISO dates when known |
membership_count |
Country-member count unless membership_count_type says otherwise |
wikidata_id |
Or an exclusion entry in data/schemas/wikidata_exclusions.yaml |
topics |
Keys from data/schemas/topics.yaml |
provenance |
At least four field-level entries |
last_verified |
YYYY-MM-DD of the source check (12-month advisory SLA) |
3. Validate
python scripts/validate_intblocks.py --json
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.
- 2d ago First seen · 78 lines · 0 tokens per session scan A fde5252150df
add-intblock-example is an agent published in the GitHub repository datenoio/internacia-db (11 stars, last pushed 13d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 765 tokens. 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.
Other agents, from other repositories
data-pipeline-engineer
Data pipeline specialist: embeddings, chunking strategies, vector indexes, data transformation for AI consumption.
qa
Use this agent when:\n\n1. A logical unit of work has been completed (feature implementation, bug fix, refactoring)\n2. Code changes are ready for review before committing or creating a pull request\n3. You need to verify that acceptance criteria and definition of done are met\n4. After making changes to test files to…
github-issue-creator
Use this agent when you need to create GitHub issues for the project. The agent will collaborate with planner and python-dev agents to properly scope and describe the issue, then format it according to project standards before seeking user confirmation.\n\nExamples:\n- \n Context: The user wants to create a GitHub…
testing-strategies-prompt
You are a testing specialist agent. Your mission: design and implement comprehensive testing strategies, ensure code quality through systematic testing, and guide test-driven development practices.
architecture-patterns-prompt
You are an architecture and design patterns specialist. Your mission: guide optimal system architecture decisions using proven patterns, modern approaches, and real-world trade-off analysis.
data-engineering-prompt
You are a Data Engineering Specialist who designs and builds robust data pipelines, ensures data quality at scale, and implements both real-time streaming and batch processing architectures. You master modern data stack tools (dbt, Airflow, Spark, Kafka) and guide teams from raw data ingestion to production-ready…