Skills Agentes

Academic Verify

Verifica una afirmación o cita académica rastreándola desde la publicación → metodología → datos crudos → replicación independiente, y genera una página cerebro con el veredicto.

Reemplaza a: búsqueda manual en Retraction Watch, PubPeer, OSF, Semantic Scholar

Estrellas
28.9k

en todo el repo

Actividad
43

0–100, la ruta de este skill

Actualizado
hace 3 meses

último commit aquí

Commits
0

últimos 90 días

Contexto
2.3k tok

97 tok en reposo

Paquete
2 archivos

10 KB

Instalar

Funciona con cualquier agente que lea SKILL.md

npx -y skills add garrytan/gbrain --skill academic-verify --agent claude-code

Se instala solo en este repositorio.

Qué hace

  • Traza una afirmación académica desde publicación → metodología → datos crudos → replicación independiente
  • Enruta la búsqueda web real a través de perplexity-research en modo citación
  • Genera una página cerebro con veredicto en concepts/<claim-slug>.md
  • Verifica primero en el brain existente antes de lanzar una búsqueda nueva
  • Enlaza autores del paper a people/ si tienen página cerebro

Úsalo cuando

  • Un libro cita un estudio y quieres confirmar que es real y no está mal citado
  • Un artículo hace una afirmación cuantificada que quieres rastrear hasta los datos originales
  • Estás escribiendo algo que depende de una investigación y quieres verificar que el paper sea sólido
  • Estás actualizando una página cerebro que cita una afirmación de investigación

No lo uses cuando

  • No es para trabajo adversarial u oposición, sino para rigor
  • No es investigación web genérica: usa perplexity-research directamente para exploración abierta
  • No es una búsqueda solo en el brain: eso es gbrain query

Qué lo activa

Di cualquiera de estas frases y el agente debería cargar este skill.

  • Verifica esta afirmación académica sobre el estudio de reducción de pobreza
  • Comprueba si este estudio citado en el libro es real
  • Valida esta cita: ¿el paper realmente dice eso?
  • ¿Este estudio ha sido replicado o retractado?

SKILL.md

En inglés

academic-verify — Trace Claims to Source Data

Convention: see conventions/quality.md for citation rules; every verdict cites the source data, not just the author's claim about the source data.

Convention: see conventions/brain-first.md for the lookup chain. This skill enforces brain-first by checking existing brain pages before issuing a fresh web search.

What this is

A claim-verification flow for academic / research statements. When a book, article, or speaker cites a study or quotes a number, this skill traces the claim through:

claim → publication → methodology section → raw data source → independent verification

At each step, it answers:

  • Where does this number come from? (Self-generated? Survey? Government data?)
  • What's the baseline? (Reduction from what? Over what time period?)
  • Is the raw data available? (Public? Proprietary? "Available on request"?)
  • Has anyone independently verified it? (Replication study? Government audit?)
  • Are there confounding factors? (Other interventions, policy changes, COVID, sampling bias?)
  • Is the comparison fair? (Cherry-picked comparison group? Survivorship bias?)

The output is a brain page under concepts/<claim-slug>.md that records the claim, the trace, and the verdict — so future references to the same claim can re-use the verified analysis.

When to use this

  • A book quotes a study and you want to confirm it's real and not miscited
  • An article makes a quantified claim ("X reduced Y by 40%") that you want traced to the source data
  • You're writing something that depends on a piece of research and you want to verify the underlying paper holds up
  • You're updating a brain page that cites a research claim and you want to record the verification status alongside

What this skill is NOT

  • Not adversarial / oppo work. The point is rigor, not takedown.
  • Not generic web research — use perplexity-research directly for open-ended topic exploration.
  • Not a brain-only lookup — that's gbrain query.

How it works (D7/α: pure routing through perplexity-research)

academic-verify is a thin orchestrator. The actual web search is done by perplexity-research. academic-verify's job is the workflow: scoping the claim precisely, sending it through perplexity-research with citation-mode, then formatting the response into a verdict-shaped brain page.

Step 1: Scope the claim
  Pin down EXACTLY what's being claimed:
    • Quote: who said what?
    • Source: which paper / dataset / survey?
    • Number: what specific quantity is claimed?
    • Period: over what time range?

Step 2: Brain-first lookup
  gbrain query "<paper title> OR <author name> OR <claim keywords>"
  If the brain has prior verification of this claim, reuse it.

Step 3: Invoke perplexity-research with citation-mode prompt
  Send the claim + brain context to perplexity-research with a prompt
  that explicitly asks for:
    • Original publication (title, authors, journal, year, DOI)
    • Methodology section summary
    • Raw data availability (public repo? proprietary?)
    • Independent replication status (Retraction Watch / PubPeer hits)
    • Citations of the paper that critique or contextualize it

Step 4: Format the verdict
  Write the result to concepts/<claim-slug>.md. The verdict is one of:
    • Verified — claim is accurate; raw data available; replication exists
    • Partially verified — claim correct on the underlying paper but
      methodology has known limits; record limits explicitly
    • Unverifiable — no public data, no replication; not enough to act
    • Misattributed — the claim cites a paper but the paper doesn't say that
    • Retracted / disputed — paper has known retraction or
      well-documented critique

Step 5: Cross-link to original sources
  Add the paper authors to people/ if they have brain pages, or create
  one if notable. Iron Law per conventions/quality.md.

Output: brain page format

---
title: "[Claim summary] — Verified"
type: research
date: YYYY-MM-DD
verdict: "verified|partial|unverifiable|misattributed|retracted"
brain_context_slugs: ["pages cited as context"]
---

# [Claim summary] — Verified

> One-line: the verdict + the bottom-line reason.

## The Claim

> Exact quote, exactly as stated, with source attribution.

## Trace

| Step | Finding | Source |
|------|---------|--------|
| Original publication | [Title, authors, year, DOI] | [URL] |
| Methodology | [1-line summary; flag obvious limits] | [URL] |
| Raw data | [Public repo / proprietary / available-on-request] | [URL] |
| Independent replication | [Replication studies and their results] | [URL] |
| Critical citations | [Papers that critique this work] | [URL] |

## Verdict

[Verified / Partially verified / Unverifiable / Misattributed / Retracted]

[1-2 paragraphs explaining WHY the verdict, with specific evidence.]

## Caveats

[Honest limits: what we couldn't verify, what would change the verdict.]

## See Also

- Original paper: [Title](DOI URL)
- Authors' brain pages: [Author 1](people/author-1.md), ...
- Related claims (verified or otherwise): [...]

Useful databases (the agent uses these via perplexity-research)

Database What it has URL pattern
Retraction Watch Retractions, corrections, expressions of concern retractionwatch.com/?s=NAME
PubPeer Anonymous post-publication peer review pubpeer.com/search?q=NAME
OSF Pre-registrations, open data, open materials osf.io/search/?q=QUERY
Semantic Scholar Citation analysis, paper metadata api.semanticscholar.org
OpenAlex Open citation data, institutional affiliations api.openalex.org
Many Labs Replication results for social psychology osf.io/wx7ck/

Standards (the rigor bar)

  • Verified — only when the underlying paper exists, raw data is public OR an independent lab has confirmed the result, and the citing source represents the claim accurately.
  • Partial — paper is real and findings stand, but the citation context oversells (e.g., "X causes Y" when the paper shows correlation, or "all studies find X" when it's one underpowered study).
  • Unverifiable — the underlying number can't be traced to source data, no replication has been done, no independent confirmation exists. Not the same as "wrong" — say "we couldn't verify."
  • Misattributed — the citation points to a paper, but the paper doesn't actually say what the citation claims. Common in policy briefs.
  • Retracted / disputed — paper has been retracted, has a major expression-of-concern, or has well-documented critique that contradicts the headline finding.

Never claim a problem without evidence. The verification document itself is the artifact — if the claim holds up, say so plainly. If it doesn't, the trace speaks for itself.

Anti-Patterns

  • ❌ Skipping the brain-first lookup. Re-doing verification we've already done is wasted Perplexity spend.
  • ❌ Bypassing perplexity-research and inventing the lookup. The citations from Perplexity are the evidence — without them, the verdict is just opinion.
  • ❌ Stating "Verified" without confirming raw data availability. Replication trumps any single paper.
  • ❌ Stating "Unverifiable" when you simply didn't look hard enough. The verdict is on the source, not on your search effort.

Related skills

  • skills/perplexity-research/SKILL.md — the actual web-search engine this skill routes through (D7/α: pure routing, no new infrastructure)
  • skills/citation-fixer/SKILL.md — fixes citation FORMATTING; this skill checks whether the cited claim is true
  • skills/conventions/quality.md — citation + back-link rules

Contract

This skill guarantees:

  • Routing matches the canonical triggers in the frontmatter.
  • Output written under the directories listed in writes_to: (when applicable).
  • Conventions referenced (quality.md, brain-first.md, _brain-filing-rules.md) are followed.
  • Privacy contract preserved: no real names, no fork-specific filesystem path literals, no upstream-fork references.

The full behavior contract is documented in the body sections above; this section exists for the conformance test.

Output Format

The skill's output shape is documented inline in the body sections above (see "Output", "Brain page format", or equivalent). The literal section header here exists for the conformance test (test/skills-conformance.test.ts).

Reproducido de garrytan/gbrain bajo licencia MIT. Leer esta página en markdown.

Archivos

2 archivos en el paquete. Solo se lee SKILL.md al activarse — las referencias se cargan si el skill decide que las necesita.

Antes de instalar

Requiere el skill perplexity-research para hacer las búsquedas web reales y acceso al brain (gbrain query).

Detalles

Creador
garrytan
Categoría
Investigación
Licencia
MIT
Recursos incluidos
Incluye scripts o referencias
Repositorio
garrytan/gbrain
Código fuente
Ver SKILL.md

Etiquetas

Más de garrytan/gbrain

Este repo incluye 75 skills. Si instalas uno, normalmente ya tienes los demás.

Setup

28.9k

Configura GBrain con auto-aprovisionamiento de Supabase o PGLite, inyección en AGENTS.md y primera importación.

Costo de contexto al activarse
7.4k tok
Tamaño del paquete
1 archivo
Última actualización
hace 4 días
bases de datos

Chequeos de salud del brain: aplicación de back-links, auditoría de citas, validación de filing, detección de info obsoleta, páginas huérfanas y benchmarks.

Costo de contexto al activarse
5k tok
Tamaño del paquete
1 archivo
Última actualización
hace 4 días
productividad

Migra un brain de gbrain-base a la taxonomía de 14 tipos canónicos de gbrain-base-v2 usando gbrain onboard --check y el handler Minion unify-types.

Costo de contexto al activarse
3.2k tok
Tamaño del paquete
1 archivo
Última actualización
hace 5 días
bases de datos

Cuándo y qué recuperar: abre la página del brain de una entidad relevante antes de responder desde memoria.

Costo de contexto al activarse
740 tok
Tamaño del paquete
1 archivo
Última actualización
hace 1 hora
productividad

Operaciones del brain: búsqueda primero, ciclo leer-enriquecer-escribir, atribución de fuentes, enriquecimiento ambiental y back-linking. Leer antes de cualquier interacción con el brain.

Costo de contexto al activarse
2.6k tok
Tamaño del paquete
1 archivo
Última actualización
hace 3 días
productividad

Importa exports de ChatGPT, Claude y Perplexity y transcripciones de sesiones como páginas fechadas en conversations/, valida y extrae hechos, y mantiene el archivo sin huecos con detección y backfill.

Costo de contexto al activarse
5k tok
Tamaño del paquete
2 archivos
Última actualización
hace 4 días
productividad

Skills relacionados

Traza la evolución de una idea en el brain: primera mención, mejor articulación, conceptos relacionados, reversales, contradicciones, ramas abandonadas y versión vigente.

Costo de contexto al activarse
2.2k tok
Tamaño del paquete
2 archivos
Última actualización
hace 2 meses
investigacion

Investigación web aumentada con el brain: envía contexto a Perplexity, que busca con citas y devuelve qué es NUEVO frente a lo que el brain ya conoce.

Costo de contexto al activarse
1.7k tok
Tamaño del paquete
2 archivos
Última actualización
hace 21 días
investigacion

Query

28.9k

Responde preguntas usando el conocimiento del brain con búsqueda en 3 capas, síntesis y propagación de citas; úsalo cuando el usuario pregunte, busque o necesite información del brain.

Costo de contexto al activarse
1.8k tok
Tamaño del paquete
2 archivos
Última actualización
hace 9 días
investigacion