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-loggit 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-log)<a href="https://agentmods.dev/skills/activeinferenceinstitute/geo-infer/geo-infer-log"><img src="https://agentmods.dev/badge/skills/activeinferenceinstitute/geo-infer/geo-infer-log/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-log"><img src="https://agentmods.dev/badge/skills/activeinferenceinstitute/geo-infer/geo-infer-log.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.00043 | $0.00902 |
| Opus 5 | $0.00022 | $0.00451 |
| Sonnet 5 | $0.00009 | $0.00180 |
| Haiku 4.5 | $0.00004 | $0.00090 |
Grade A, and why
geo-infer-log 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.1 KB
- docs/api_schema.yaml 11 KB
- docs/README.md 873 B
- examples/AGENTS.md 1.2 KB
- examples/basic_routing_example.py 3.3 KB runs code
- examples/last_mile_delivery.py 7.5 KB runs code
- examples/README.md 1.0 KB
- pyproject.toml 3.4 KB
- README.md 1.3 KB
- requirements.txt 245 B
- setup.py 170 B runs code
- src/AGENTS.md 1.1 KB
- src/geo_infer_log/__init__.py 21 KB runs code
- src/geo_infer_log/AGENTS.md 1.2 KB
- src/geo_infer_log/api/__init__.py 556 B runs code
- src/geo_infer_log/api/AGENTS.md 1.2 KB
- src/geo_infer_log/api/delivery.py 12 KB runs code
- src/geo_infer_log/api/README.md 1.7 KB
- src/geo_infer_log/api/routes.py 6.7 KB runs code
- src/geo_infer_log/api/supply_chain.py 9.6 KB runs code
- src/geo_infer_log/api/transport.py 11 KB runs code
- src/geo_infer_log/core/__init__.py 1.4 KB runs code
- src/geo_infer_log/core/AGENTS.md 1.2 KB
- src/geo_infer_log/core/delivery.py 20 KB runs code
- src/geo_infer_log/core/README.md 1.6 KB
- src/geo_infer_log/core/routing.py 30 KB runs code
- src/geo_infer_log/core/supply_chain.py 26 KB runs code
- src/geo_infer_log/core/transport.py 31 KB runs code
- src/geo_infer_log/models/__init__.py 591 B runs code
- src/geo_infer_log/models/AGENTS.md 1.2 KB
- src/geo_infer_log/models/base.py 229 B runs code
- src/geo_infer_log/models/README.md 1.2 KB
- src/geo_infer_log/models/schemas.py 12 KB runs code
- src/geo_infer_log/README.md 1.1 KB
- src/geo_infer_log/utils/__init__.py 685 B runs code
- src/geo_infer_log/utils/AGENTS.md 1.2 KB
- src/geo_infer_log/utils/conversion.py 3.8 KB runs code
- src/geo_infer_log/utils/geo.py 7.4 KB runs code
- src/geo_infer_log/utils/optimization.py 13 KB runs code
- src/geo_infer_log/utils/README.md 1.7 KB
- src/geo_infer_log/utils/visualization.py 17 KB runs code
- src/README.md 870 B
- tests/AGENTS.md 1.2 KB
- tests/conftest.py 260 B runs code
- tests/integration/AGENTS.md 1.2 KB
- tests/integration/README.md 883 B
- tests/integration/test_integration.py 1.8 KB runs code
- tests/README.md 1.8 KB
- tests/test_routing.py 12 KB runs code
- tests/unit/AGENTS.md 1.3 KB
- tests/unit/README.md 1.0 KB
- tests/unit/test_api_state.py 2.4 KB runs code
- tests/unit/test_core.py 1.0 KB runs code
- tests/unit/test_delivery.py 1.0 KB runs code
- tests/unit/test_geo_utils.py 2.6 KB runs code
- tests/unit/test_observability.py 2.0 KB runs code
- tests/unit/test_optimization.py 684 B runs code
- tests/unit/test_supply_chain.py 1.5 KB runs code
- tests/unit/test_transport.py 1.9 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.
- 5d ago Changed · +34 lines a15bf12c4682
- 7d ago First seen · 62 lines · 43 tokens per session scan A 7a45d9422c06
geo-infer-log is a skill published in the GitHub repository ActiveInferenceInstitute/GEO-INFER (15 stars, last pushed 3d ago), with no licence file. It adds 43 tokens to every session and 902 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
ziw-triage
Use for script-guided issue tracker triage when managing the current project backlog, making issues ready for Orchestrator by running workflow scripts, inspecting their outputs, and fixing labels, statuses, dependencies, body contracts, estimates, stale tracker state, and explicit human questions without ad hoc…
jira-issue-create
Create one or more Jira issues through acli from user-approved drafts using heading-based Context, Acceptance criteria, and Engineering notes sections. Use only when explicitly invoked to create Jira issues; use jira-issue-refine when requirements still need refinement.
ziw-orchestrate
Use to orchestrate a specific ticket set, issue tracker filter, project, delivery scope, or Linear Backlog clear run by selecting startable issues, delegating workers, calling review and integrate steps, updating tracker state, and stopping when no safe workflow action remains.
backlog-md
Task tracking system for agents via Backlog.md CLI. Use when creating deferred issues during implementation, filing audit findings, working assigned tasks, or managing project work. Optimized for agent workflows: structured issue filing, priority/labeling system, and task completion tracking.
jira-issue-deliver
Autonomously deliver one Jira issue from intake to a ready GitHub pull request. Use only when the user authorizes implementation, commits, pushes, PR state changes, CI remediation, and resolution of requested automated review feedback.
roadmap-task-deliver
Deliver the first eligible unfinished roadmap task through implementation, review, green CI, PR merge, and a task-status update. Use for autonomous delivery from local roadmap and task files. Files can be outside the code repository or outside Git.