Cognitive modeling for geospatial agents including attention, memory, and trust. Use when implementing spatial attention mechanisms, working memory for geographic contexts, or trust dynamics in multi-agent geospatial systems.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add ActiveInferenceInstitute/GEO-INFER --skill GEO-INFER-COG --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of GEO INFER COG?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/activeinferenceinstitute-geo-infer-cog)More formats (shields.io, HTML) on the badges page.
---
name: geo-infer-cog
description: Cognitive modeling for geospatial agents including attention, memory, and trust. Use when implementing spatial attention mechanisms, working memory for geographic contexts, or trust dynamics in multi-agent geospatial systems.
prerequisites:
required:
- geo-infer-act
recommended:
- geo-infer-bayes
- geo-infer-space
difficulty: advanced
estimated_time: 60min
examples_dir: ../GEO-INFER-EXAMPLES/examples/
---
# GEO-INFER-COG
## Instructions
### Core Capabilities
- **Spatial attention**: Selective attention to geographic regions
- **Working memory**: Context-dependent spatial memory buffers
- **Trust dynamics**: Agent trust modeling in collaborative environments
- **Cognitive load**: Resource allocation for spatial reasoning
- **Mental models**: Internal representations of spatial environments
### Key Imports
```python
from geo_infer_cog.core.attention import SpatialAttention
from geo_infer_cog.core.memory import WorkingMemory
from geo_infer_cog.core.trust import TrustModel
```
## Examples
```python
from geo_infer_cog.core.attention import SpatialAttention
attention = SpatialAttention(resolution=7)
salience_map = attention.compute(observations, priors)
focus_region = attention.select_focus(salience_map)
```
## Guidelines
- Currently Alpha status — attention and memory models in development
### Integrations
- Integrates with ACT for Active Inference-based cognitive architectures
- Test: `uv run python -m pytest GEO-INFER-COG/tests/ -v`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!