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 skills add ActiveInferenceInstitute/GEO-INFER --skill geo-infer-artgit clone --depth 1 https://github.com/ActiveInferenceInstitute/GEO-INFERWrote 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.
[](https://agentmods.dev/skills/activeinferenceinstitute/geo-infer/geo-infer-art)<a href="https://agentmods.dev/skills/activeinferenceinstitute/geo-infer/geo-infer-art"><img src="https://agentmods.dev/badge/skills/activeinferenceinstitute/geo-infer/geo-infer-art/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.
<a href="https://agentmods.dev/skills/activeinferenceinstitute/geo-infer/geo-infer-art"><img src="https://agentmods.dev/badge/skills/activeinferenceinstitute/geo-infer/geo-infer-art.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.00820 |
| Opus 5 | $0.00021 | $0.00410 |
| Sonnet 5 | $0.00008 | $0.00164 |
| Haiku 4.5 | $0.00004 | $0.00082 |
Grade A, and why
geo-infer-art 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 5d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- AGENTS.md 1.5 KB
- docs/AGENTS.md 1.2 KB
- docs/api_schema.yaml 38 KB
- docs/api_specification.md 7.4 KB
- docs/architecture.md 1.8 KB
- docs/data_schemas.md 1.2 KB
- docs/README.md 876 B
- docs/user_guide.md 1.6 KB
- examples/AGENTS.md 1.2 KB
- examples/artistic_map_generation.py 14 KB runs code
- examples/README.md 1.5 KB
- examples/run_all_examples.py 2.7 KB runs code
- pyproject.toml 3.5 KB
- README.md 1.2 KB
- requirements.txt 211 B
- setup.py 104 B runs code
- src/AGENTS.md 1.1 KB
- src/geo_infer_art/__init__.py 845 B runs code
- src/geo_infer_art/AGENTS.md 1.2 KB
- src/geo_infer_art/cli.py 32 KB runs code
- src/geo_infer_art/core/__init__.py 0 B runs code
- src/geo_infer_art/core/aesthetics/__init__.py 294 B runs code
- src/geo_infer_art/core/aesthetics/AGENTS.md 1.2 KB
- src/geo_infer_art/core/aesthetics/color_palette.py 19 KB runs code
- src/geo_infer_art/core/aesthetics/README.md 886 B
- src/geo_infer_art/core/aesthetics/style_transfer.py 26 KB runs code
- src/geo_infer_art/core/AGENTS.md 1.2 KB
- src/geo_infer_art/core/generation/__init__.py 525 B runs code
- src/geo_infer_art/core/generation/AGENTS.md 1.3 KB
- src/geo_infer_art/core/generation/custom_algorithms.py 11 KB runs code
- src/geo_infer_art/core/generation/generative_map.py 31 KB runs code
- src/geo_infer_art/core/generation/performance_optimizer.py 16 KB runs code
- src/geo_infer_art/core/generation/procedural_art.py 72 KB runs code
- src/geo_infer_art/core/generation/README.md 1.4 KB
- src/geo_infer_art/core/place/__init__.py 252 B runs code
- src/geo_infer_art/core/place/AGENTS.md 1.2 KB
- src/geo_infer_art/core/place/cultural_map.py 40 KB runs code
- src/geo_infer_art/core/place/place_art.py 28 KB runs code
- src/geo_infer_art/core/place/README.md 858 B
- src/geo_infer_art/core/README.md 869 B
- src/geo_infer_art/core/visualization/__init__.py 252 B runs code
- src/geo_infer_art/core/visualization/AGENTS.md 1.2 KB
- src/geo_infer_art/core/visualization/geo_art.py 46 KB runs code
- src/geo_infer_art/core/visualization/map_styling.py 10 KB runs code
- src/geo_infer_art/core/visualization/README.md 940 B
- src/geo_infer_art/README.md 1.3 KB
- src/geo_infer_art/utils/__init__.py 173 B runs code
- src/geo_infer_art/utils/AGENTS.md 1.2 KB
- src/geo_infer_art/utils/animation.py 1.5 KB runs code
- src/geo_infer_art/utils/README.md 1.3 KB
- src/geo_infer_art/utils/validators.py 7.8 KB runs code
- src/README.md 790 B
- tests/AGENTS.md 1.2 KB
- tests/conftest.py 4.2 KB runs code
- tests/integration/__init__.py 0 B runs code
- tests/integration/AGENTS.md 1.2 KB
- tests/integration/README.md 831 B
- tests/integration/test_art_generation_workflow.py 921 B runs code
- tests/README.md 2.1 KB
- tests/run_all_tests.py 791 B runs code
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.
- 5d ago Changed · +43 lines 81434c775003
- 7d ago First seen · 57 lines · 42 tokens per session scan A a1f0e472d15c
geo-infer-art is a skill published in the GitHub repository ActiveInferenceInstitute/GEO-INFER (15 stars, last pushed today), with no licence file. It adds 42 tokens to every session and 820 once invoked, about $0.0002 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-09-04.
Other skills, from other repositories
fireworks-tech-graph
Create technical diagrams such as software architecture, data flow, flowcharts, sequence diagrams, C4 reviews, cloud deployments, event streams, observability investigations, agent/memory systems, UML, ER, network topology, timelines, and technical concept maps, then export SVG, PNG, focused semantic SVG-to-GIF…
cartography-geoviz
Always invoke before answering any request to create, compare, design, or review a user-facing map, even if the request is terse or underspecified. Covers publication maps, choropleths, map series and small multiples, comparable multi-date panels, proportional/bivariate/flow maps, raster rendering, and interactive web…
oiloil-ui-ux-guide
Modern, clean UI/UX guidance + review skill. Use when you need actionable UX/UI recommendations, design principles, or a design review checklist for new features or existing systems (web/app). Focus on CRAP (Contrast/Repetition/Alignment/Proximity) plus task-first UX, information architecture, feedback & system…
json-canvas
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
playground
Creates interactive HTML playgrounds — self-contained single-file explorers that let users configure something visually through controls, see a live preview, and copy out a prompt. Use when the user asks to make a playground, explorer, or interactive tool for a topic.
ui-skills
Opinionated constraints for building better interfaces with agents.