gaia-research

gaia-research is a skill for Claude Code from metraton/gaia. It costs 0 tokens per session (2,401 once invoked), scanned A, original, MIT.

A research process for examining GitHub repositories to find ideas that could be useful in Gaia, an agent system. It bases conclusions on the repository's code and separates likely ideas from behaviors that have been tested by running them.

In plain words
What is it for?
Use it to inspect named or bookmarked repositories, assess whether their code offers useful capabilities, and produce digested ideas for later briefs or plans.
Why use it?
It avoids treating a repository's description as proof and helps distinguish promising concepts from capabilities that are actually demonstrated.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; mentions subagents; mentions AGENTS.md.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/jorge/ws/github-repos/.

Part of the gaia plugin — 39 skills, 9 agents, 11 hooks shipped together

Good fit Use it to inspect named or bookmarked repositories, assess whether their code offers useful capabilities, and produce digested ideas for later briefs or plans.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add metraton/gaia
Claude Code
/plugin install gaia

Made for: Claude Code.

Or install gaia, the plugin that ships this one along with the rest of its 39 skills, 9 agents, 11 hooks.

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-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/metraton/gaia/gaia-research/github.svg)](https://agentmods.dev/skills/metraton/gaia/gaia-research)
Your own site
<a href="https://agentmods.dev/skills/metraton/gaia/gaia-research"><img src="https://agentmods.dev/badge/skills/metraton/gaia/gaia-research/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.

agentmods 80×15 button for gaia-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/metraton/gaia/gaia-research"><img src="https://agentmods.dev/badge/skills/metraton/gaia/gaia-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,401 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.00000 $0.02401
Opus 5 $0.00000 $0.01201
Sonnet 5 $0.00000 $0.00480
Haiku 4.5 $0.00000 $0.00240

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

Security

Grade A, and why

gaia-research 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 11d 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.

skills/gaia-research/SKILL.md · 183 lines

How it starts

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

Gaia Research

Mining a repository for ideas Gaia can actually use, by reading what its code does rather than what its authors say it does.

Core principle

A repo's description is not evidence. The user already read it -- that is why the repo is bookmarked at all. Summarizing it back hands them their own input with someone else's signature on it, and because it arrives shaped like analysis it is worse than returning nothing: it consumes the credit that real analysis would have earned. The evidence is the code, read where the mechanism is actually implemented.

The counterpart is the expensive half: reading code produces HYPOTHESES; running it produces FACTS. A claim about behavior that rests only on reading is not established. It is plausible -- and a well-written plausible claim is indistinguishable from an established one to everyone downstream, which is exactly why it has to be marked rather than trusted.

Where this sits, and where it stops

This runs on user request, and its output feeds the conversation from which a brief (brief-spec) and then a plan may later be born. It stops at digested ideas: it produces neither briefs nor plans. If you are writing acceptance criteria, decomposing tasks, or ordering an implementation, you have left this skill and should hand back. The stop is hard because a brief commits someone to build, and nothing this stage emits has yet earned that commitment.

The rule that orders everything: the claim type sets the burden of proof

Every idea answers what it contributes, and each possible answer carries a different, non-negotiable burden.

The idea claims What must be established before it is delivered
It IMPROVES something Gaia already has Corroborate by executing how that existing Gaia thing behaves today. Without that execution the idea is not delivered -- or is delivered explicitly marked unverified.
It is a NEW SKILL Confirm Gaia does not already have it: gaia/skills/ and the index in skills/README.md.
It is a NEW COMPONENT or capability Confirm it does not exist, and name the surface it would live in -- gaia/agents/, gaia/skills/, gaia/hooks/modules/, gaia/bin/cli/.

Read the full file on GitHub · 183 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. 11d ago First seen · 183 lines · 0 tokens per session scan A eef75ed8e494

Subscribe to this mod's changes

gaia-research is a skill published in the GitHub repository metraton/gaia (3 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,401 tokens. 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 skills, from other repositories