research

research is a skill for Claude Code, Codex from WingedGuardian/GENesis-AGI. It costs 30 tokens per session (396 once invoked), scanned A, original, MIT.

A structured process for investigating an unfamiliar question using sources such as official documentation, websites, and code repositories. It produces a summary, findings with confidence levels, sources, and suggested actions.

In plain words
What is it for?
Use it for topic research, investigating blockers, or examining items that need deeper analysis. It helps turn collected evidence into decisions or actions for Genesis.
Why use it?
It removes the guesswork involved in researching a complex topic or unfamiliar technical area. It also separates agreed findings from conflicting information and records source reliability.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for topic research, investigating blockers, or examining items that need deeper analysis. It helps turn collected evidence into decisions or actions for Genesis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wingedguardian/genesis-agi/research
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.

Any agent
npx skills add WingedGuardian/GENesis-AGI --skill research
Clone the repo
git clone --depth 1 https://github.com/WingedGuardian/GENesis-AGI

Made for: Claude Code, Codex.

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 research

README.md
[![agentmods](https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/research.svg)](https://agentmods.dev/skills/wingedguardian/genesis-agi/research)
Your own site
<a href="https://agentmods.dev/skills/wingedguardian/genesis-agi/research"><img src="https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/research.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 396 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00030 $0.00396
Opus 5 $0.00015 $0.00198
Sonnet 5 $0.00006 $0.00079
Haiku 4.5 $0.00003 $0.00040

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

Security

Grade A, and why

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

src/genesis/skills/research/SKILL.md · 57 lines

What it actually says

Research

Purpose

Conduct thorough research on a topic, producing a structured summary with sources and actionable takeaways for Genesis.

When to Use

  • User requests research on a topic.
  • A blocker requires understanding an unfamiliar domain.
  • Surplus compute is available and a research task is queued.
  • An evaluation identified a WATCH or ADOPT item needing deeper analysis.

Workflow

  1. Scope — Define the research question clearly. What specifically do we need to know? What decisions does this inform?
  2. Gather — Search web, documentation, code repositories. Collect primary sources. Prefer official docs over blog posts.
  3. Synthesize — Organize findings into a coherent narrative. Identify consensus vs. conflicting information.
  4. Assess reliability — Note source quality, recency, potential bias.
  5. Extract actionables — What should Genesis do with this information?
  6. Write output — Structured research report.

Output Format

topic: <research question>
date: <YYYY-MM-DD>
summary: <3-5 sentence overview>
key_findings:
  - finding: <finding>
    confidence: high | medium | low
    source: <source reference>
action_items:
  - <concrete next step>
open_questions:
  - <what remains unknown>

References

  • docs/architecture/genesis-v3-vision.md — For relevance filtering
  • docs/architecture/CURRENT.md — the live subsystem map (what Genesis has today, with freshness stamps); consult before claiming a gap. Enumerate, don't spot-check.
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 · 57 lines · 30 tokens per session scan A add666ee4d6f

Subscribe to this mod's changes

research is a skill published in the GitHub repository WingedGuardian/GENesis-AGI (96 stars, last pushed today), licensed MIT. It adds 30 tokens to every session and 396 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-30.

Related

Other skills, from other repositories

search

Unified academic paper search, citation chains, paper download (arXiv LaTeX/PDF, Sci-Hub), figure extraction from papers, LaTeX source reading, BibTeX fetching, web search, and browser automation for Cloudflare-protected sites (PRL, Science, Nature, Google Scholar).

Muuuun/luxas · 0 tokens

figure

Hybrid figure pipeline (Nano Banana raster + rembg background removal + TikZ vector assembly). Includes a TikZ template library covering quantum circuits (quantikz), Feynman diagrams (tikz-feynman), circuits (circuitikz), molecules (chemfig), 2D/3D plots (pgfplots), energy-level diagrams, phase-space trajectories…

Muuuun/luxas · 104 tokens

qec-construct

Verifier-in-the-loop CONSTRUCTION of quantum error-correcting codes with transversal non-Clifford gates (CCZ/T). Applies whenever the project goal is a new or better code/construction — INCLUDING search-phrased goals ("find codes beating X"), where the construct-loop (propose algebraic rule → qverify → debug) is the…

Muuuun/luxas · 148 tokens

memory

Cross-project research memory. Deep-dive past projects' notes, record corrections, and save cross-project insights across all Luxas research projects.

Muuuun/luxas · 30 tokens

compute-methods

Environment-verified friction sheets for field-standard computational tools (Rydberg pair interactions, QEC circuits, qLDPC decoding, code distance, atom dynamics, optics, quantum chemistry). Each sheet lists the tools the field actually uses, the first-use frictions that make agents wrongly abandon them, and one-line…

Muuuun/luxas · 113 tokens

distributed-tracing

Implement distributed tracing with Jaeger and Tempo for request flow visibility across microservices.

LiHongwei-cn/lihongwei-cn · 20 tokens