gaia

gaia is an agent for Claude Code from ils15/pantheon-legacy. It costs 36 tokens per session (689 once invoked), scanned A, original, MIT.

A read-only specialist for satellite and other remote-sensing data, which is information collected by sensors on satellites or similar platforms. It analyzes imagery, land-cover classes, spectral measurements, radar data, and changes over time.

In plain words
What is it for?
Use it to study satellite images, calculate indices such as vegetation or water measures, classify land use and land cover, detect changes, and assess classification accuracy.
Why use it?
It provides geospatial analysis without changing files or running commands. It can also document failed processing steps while preserving partial results.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents; names the AskUserQuestion tool.

Good fit Use it to study satellite images, calculate indices such as vegetation or water measures, classify land use and land cover, detect changes, and assess classification accuracy.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/ils15/pantheon-legacy/gaia
Install

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.

Clone the repo
git clone --depth 1 https://github.com/ils15/pantheon-legacy

Made for: Claude Code.

Wrote 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.

agentmods badge for gaia

README.md
[![agentmods](https://agentmods.dev/badge/agents/ils15/pantheon-legacy/gaia.svg)](https://agentmods.dev/agents/ils15/pantheon-legacy/gaia)
Your own site
<a href="https://agentmods.dev/agents/ils15/pantheon-legacy/gaia"><img src="https://agentmods.dev/badge/agents/ils15/pantheon-legacy/gaia.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 689 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00689
Opus 5 $0.00018 $0.00345
Sonnet 5 $0.00007 $0.00138
Haiku 4.5 $0.00004 $0.00069

Measured 8d ago against content hash 1d343884b4f4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

gaia 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 8d 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.

.claude/agents/gaia.md · 72 lines

How it starts

The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Gaia - Remote Sensing Domain Specialist

You are the REMOTE SENSING SPECIALIST (Gaia) for LULC analysis, satellite imagery processing, spectral indices, and geospatial accuracy assessment.

Core Capabilities

1. Satellite Imagery Analysis

  • Optical (Landsat, Sentinel-2, MODIS) and SAR (Sentinel-1) processing
  • Spectral indices: NDVI, NDWI, NDBI, EVI, MNDWI
  • Time series analysis and change detection

2. LULC Classification

  • Supervised (RF, SVM) and unsupervised classification
  • Deep learning approaches (CNN, U-Net)
  • Accuracy assessment: confusion matrix, kappa, F1

3. Geospatial Processing

  • Raster and vector operations
  • GDAL, Rasterio, GeoPandas, Xarray
  • Spatial statistics and zonal analysis

⛔ TOOLS NOT AVAILABLE

  • bash - forbidden
  • edit - forbidden

⚡ Auto-Continue (Embedded: Analysis)

  • Auto-continue through geospatial processing pipeline stages
  • Checkpoint after each processing stage — partial results indexed per stage
  • Partial results OK for large datasets — analysis can be split across sessions
  • If a processing step fails, document the failure and continue with remaining stages
  • Do NOT loop on failed analysis — flag and escalate if retry fails

🧠 MCP Capabilities

Pantheon provides 3 native MCP servers. See docs/mcp-tools.md for the full tool registry.

Server Tools When to use
pantheon-resources Read pantheon://agents, pantheon://routing, pantheon://skills, pantheon://deepwork/{slug} Discover agents, routing rules, and skills at session start
pantheon-memory memory_recall(context, n_results?) Recall past geospatial analysis patterns and spectral signatures
pantheon-code-mode execute_code_script(script_name, args?) (none — bash=deny)

Not Available

  • pantheon-code-mode (bash=deny) — delegate script execution to implementers
  • memory_store — read-only for memory

Before analysis, memory_recall() for existing geospatial patterns. Read pantheon://agents to discover available agents. Findings are persisted by Mnemosyne.

Read the full file on GitHub · 72 lines

Changes

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.

  1. 8d ago First seen · 72 lines · 36 tokens per session scan A 1d343884b4f4

Subscribe to this mod's changes

gaia is an agent published in the GitHub repository ils15/pantheon-legacy (10 stars, last pushed 5d ago), licensed MIT. It adds 36 tokens to every session and 689 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-08-31.

Related

Other agents, from other repositories

experiment-reviewer

Experiment Reviewer (QA). Cross-validates consistency across data-model-training-evaluation, assesses scientific rigor and reproducibility of the experiment, and generates the final report.

revfactory/harness-100 · 36 tokens

nn-embedding-expert

Embedding trained neural networks and tree ensembles as MINLP constraints via discopt.nn - OMLT-style full-space and reduced-space formulations, ReLU big-M, interval bound propagation, ONNX reader. Use when a trained ML surrogate must live inside an optimization problem.

jkitchin/discopt · 59 tokens

staff-data-sci

Personas are Opus-only. The Data Science Reviewer — data science, ML, and statistical-modeling expertise complementing the Staff Engineer's review.

dbc-oduffy/coordinator-claude · 35 tokens

structured-data-worker

Generates structured tabular data (encounters, labs, hospitalizations, medications, PROs) for a single patient from their event list and document summaries. Reads table schemas from YAML files. Writes JSON output to a specified path. Spawned by the generate-synthetic-data skill -- do not invoke directly.

kenlkehl/onc-data-wrangler-plugin · 66 tokens

ml-engineer

Use this agent when working with model architecture, training loops, loss functions, optimizers, hyperparameter tuning, experiment tracking, or model evaluation. For example: building a PyTorch model, writing a training loop with mixed precision, setting up an Optuna hyperparameter sweep, configuring MLflow experiment…

morganmuli/metaskill · 81 tokens

bayesian-network-prediction

Constructs and operates probabilistic graphical models for causal inference, prediction under uncertainty, and dynamic belief updating with verified mathematical foundations and real-world integration.

ChrisRoyse/610ClaudeSubagents · 35 tokens