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-apigit 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-api)<a href="https://agentmods.dev/skills/activeinferenceinstitute/geo-infer/geo-infer-api"><img src="https://agentmods.dev/badge/skills/activeinferenceinstitute/geo-infer/geo-infer-api/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-api"><img src="https://agentmods.dev/badge/skills/activeinferenceinstitute/geo-infer/geo-infer-api.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.00034 | $0.00680 |
| Opus 5 | $0.00017 | $0.00340 |
| Sonnet 5 | $0.00007 | $0.00136 |
| Haiku 4.5 | $0.00003 | $0.00068 |
Grade A, and why
geo-infer-api 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 4d 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/algorithms_api.md 2.0 KB
- docs/geojson_api.md 1.9 KB
- docs/openapi_spec.yaml 32 KB
- docs/README.md 901 B
- examples/AGENTS.md 1.2 KB
- examples/curl_examples.sh 4.0 KB runs code
- examples/javascript_client.js 9.7 KB runs code
- examples/python_client.py 7.7 KB runs code
- examples/README.md 1.4 KB
- pyproject.toml 3.3 KB
- README.md 1.0 KB
- requirements.txt 248 B
- setup.py 208 B runs code
- src/AGENTS.md 1.1 KB
- src/geo_infer_api/__init__.py 1.0 KB runs code
- src/geo_infer_api/AGENTS.md 1.2 KB
- src/geo_infer_api/app.py 2.7 KB runs code
- src/geo_infer_api/core/__init__.py 316 B runs code
- src/geo_infer_api/core/AGENTS.md 1.2 KB
- src/geo_infer_api/core/config.py 2.9 KB runs code
- src/geo_infer_api/core/exceptions.py 5.1 KB runs code
- src/geo_infer_api/core/middleware.py 2.0 KB runs code
- src/geo_infer_api/core/README.md 1.3 KB
- src/geo_infer_api/endpoints/__init__.py 45 B runs code
- src/geo_infer_api/endpoints/AGENTS.md 1.2 KB
- src/geo_infer_api/endpoints/algorithms_router.py 5.1 KB runs code
- src/geo_infer_api/endpoints/geojson_router.py 14 KB runs code
- src/geo_infer_api/endpoints/health_router.py 2.5 KB runs code
- src/geo_infer_api/endpoints/README.md 1.9 KB
- src/geo_infer_api/models/__init__.py 43 B runs code
- src/geo_infer_api/models/AGENTS.md 1.2 KB
- src/geo_infer_api/models/geojson.py 7.4 KB runs code
- src/geo_infer_api/models/README.md 1.2 KB
- src/geo_infer_api/README.md 946 B
- src/geo_infer_api/utils/__init__.py 49 B runs code
- src/geo_infer_api/utils/AGENTS.md 1.2 KB
- src/geo_infer_api/utils/geojson_helpers.py 13 KB runs code
- src/geo_infer_api/utils/README.md 1.3 KB
- src/README.md 855 B
- tests/AGENTS.md 1.2 KB
- tests/conftest.py 1.2 KB runs code
- tests/integration/__init__.py 0 B runs code
- tests/integration/AGENTS.md 1.2 KB
- tests/integration/README.md 888 B
- tests/integration/test_api_integration.py 11 KB runs code
- tests/README.md 1.9 KB
- tests/unit/AGENTS.md 1.4 KB
- tests/unit/README.md 1.1 KB
- tests/unit/test_algorithms_router.py 3.7 KB runs code
- tests/unit/test_config.py 1.7 KB runs code
- tests/unit/test_exceptions.py 2.5 KB runs code
- tests/unit/test_geojson_helpers_extended.py 11 KB runs code
- tests/unit/test_geojson_helpers.py 6.4 KB runs code
- tests/unit/test_geojson_router.py 10 KB runs code
- tests/unit/test_geojson_visualization.py 4.6 KB runs code
- tests/unit/test_middleware.py 1.7 KB runs code
- tests/unit/test_models_geojson.py 2.7 KB runs code
- tests/unit/test_security_config.py 4.2 KB 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.
- 4d ago Changed · +7 lines · -3 tokens per session f1c47b31b6c4
- 6d ago First seen · 72 lines · 37 tokens per session scan A fab8d1a01755
geo-infer-api is a skill published in the GitHub repository ActiveInferenceInstitute/GEO-INFER (15 stars, last pushed 2d ago), with no licence file. It adds 34 tokens to every session and 680 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
domain-driven-design
DDD tactical patterns for complex business modeling including entities, value objects, aggregates, domain services, repositories, specifications, and bounded contexts. Python dataclass implementations with TypeScript alternatives. Use when building rich domain models, enforcing invariants, or separating domain logic…
gdal-api
Use when programming against GDAL/OGR in C, C++, Python, or .NET for raster/vector I/O, coordinate transformation, or custom geospatial algorithms. GDAL API: low-level programming interface for reading/writing 70+ geospatial formats.
ddd-aggregate-modeling
Guides aggregate modeling decisions for DDD services: aggregate root boundaries, child entity vs value object decisions, invariants, snapshot/primitives mapping, specification/criteria usage, and repository contract design. Invoked when the user asks to model or refactor domain entities and aggregate behavior.
loguru
A guide to Loguru, a Python library for writing application logs. Logs are records of events, errors, and useful status information produced while a program runs.
nest-generate
A code-generation guide for creating NestJS modules, controllers, services, and data-transfer objects in the trading-assistant backend. NestJS is a framework for building Node.js server applications.
api-contract
A review guide for checking whether a frontend and backend follow the same OpenAPI 3.0 API contract. An API contract is a shared document that defines request paths, inputs, responses, errors, and data types.