grounding-claims

grounding-claims is a skill for Claude Code, Codex from Ahmad-Jaradat-Space/co-scientist-plugin. It costs 88 tokens per session (1,078 once invoked), scanned A, original, Apache-2.0.

A check that verifies whether sources and citations actually support the claims made in a hypothesis, review, or write-up. It checks links, excerpts, and whether the evidence supports the claimed direction and meaning.

In plain words
What is it for?
It is for checking research sources before publishing, sharing a write-up, applying for a grant, or acting on an experimental idea.
Why use it?
It catches citations that look relevant but do not contain the quoted evidence or support the specific claim.

Skill for Claude CodeCodex

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

Good fit It is for checking research sources before publishing, sharing a write-up, applying for a grant, or acting on an experimental idea.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ahmad-jaradat-space/co-scientist-plugin/grounding-claims
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 Ahmad-Jaradat-Space/co-scientist-plugin --skill grounding-claims
Clone the repo
git clone --depth 1 https://github.com/Ahmad-Jaradat-Space/co-scientist-plugin

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 grounding-claims

README.md
[![agentmods](https://agentmods.dev/badge/skills/ahmad-jaradat-space/co-scientist-plugin/grounding-claims/github.svg)](https://agentmods.dev/skills/ahmad-jaradat-space/co-scientist-plugin/grounding-claims)
Your own site
<a href="https://agentmods.dev/skills/ahmad-jaradat-space/co-scientist-plugin/grounding-claims"><img src="https://agentmods.dev/badge/skills/ahmad-jaradat-space/co-scientist-plugin/grounding-claims/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 grounding-claims

Your own site · 80×15
<a href="https://agentmods.dev/skills/ahmad-jaradat-space/co-scientist-plugin/grounding-claims"><img src="https://agentmods.dev/badge/skills/ahmad-jaradat-space/co-scientist-plugin/grounding-claims.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 88 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,078 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.00088 $0.01078
Opus 5 $0.00044 $0.00539
Sonnet 5 $0.00018 $0.00216
Haiku 4.5 $0.00009 $0.00108

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

Security

Grade A, and why

grounding-claims 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/grounding-claims/SKILL.md · 109 lines

How it starts

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

Grounding claims

Machine-generated hypotheses cite real-looking sources that sometimes do not say what the text claims. This skill checks that, one claim at a time. Run it before anything leaves the session: a shared write-up, a grant paragraph, a decision to run an experiment.

What gets checked

For each factual claim:

  1. Does the url resolve?
  2. Does the excerpt actually appear on that page?
  3. Does the source support the claim, or merely mention the topic?
  4. Does it support the direction of the claim? Activation is not inhibition, correlation is not causation, mouse is not human.

Check 4 catches the most errors. A source that discusses the right molecules in the wrong direction reads as support to anyone skimming.

Where the sources are

  • co-scientist:hypothesis_get returns the hypothesis, its reviews, and its artifact. The citation list with urls and excerpts is in there: at artifact.citations for an agent-recorded hypothesis, and under artifact.record for one the engine's Generation agent wrote.
  • Review evidence rows carry claim, url and excerpt, which is exactly the triple you need.
  • Tool provenance from a session run records which urls an agent actually opened. A citation that appears in a hypothesis but in no tool call was not read by the agent that cited it. Treat those first.

Workflow

- [ ] 1. Extract every factual claim with its source
- [ ] 2. Fetch each source
- [ ] 3. Verdict each claim
- [ ] 4. Record the finding
- [ ] 5. Report

1. Extract

List the claims as a table before checking anything: claim, url, excerpt. Work from the list. Checking claims as you read prose means missing the ones stated without a citation at all, which are the worst kind.

Claims with no source go in the list too, marked as uncited.

2. Fetch

Fetch each url. Search the page for the excerpt. If the page is paywalled, try the abstract, the preprint, or the DOI landing page, and say which one you checked.

Read the full file on GitHub · 109 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 · 109 lines · 88 tokens per session scan A 4c7e3d589fd7

Subscribe to this mod's changes

grounding-claims is a skill published in the GitHub repository Ahmad-Jaradat-Space/co-scientist-plugin (0 stars, last pushed 22d ago), licensed Apache-2.0. It adds 88 tokens to every session and 1,078 once invoked, about $0.0004 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 skills, from other repositories

TEMPLATE

../../../agents/personas/TEMPLATE.md.

alirezarezvani/claude-skills · 0 tokens

document-service

This skill should be used when the user asks to "analyze this codebase", "document this service", "generate technical docs", "I inherited this code", "help me understand this system", "create docs for this project", "what does this system look like", "onboard me to this codebase", "this codebase has no docs"…

awslabs/agent-plugins · 141 tokens

hyperpod-version-checker

Check and compare software component versions on SageMaker HyperPod cluster nodes - NVIDIA drivers, CUDA toolkit, cuDNN, NCCL, EFA, AWS OFI NCCL, GDRCopy, MPI, Neuron SDK (Trainium/Inferentia), Python, and PyTorch. Use when checking component versions, verifying CUDA/driver compatibility, detecting version mismatches…

awslabs/agent-plugins · 120 tokens

directory-management

Manages project directory setup and artifact organization. Use when starting a new project, resuming an existing one, or when a PLAN.md needs to be associated with a project directory. Creates the project folder structure (specs/, scripts/, notebooks/, manifests/, agentmemory/) and resolves project naming.

awslabs/agent-plugins · 62 tokens

ov-experience-memory

Retrieve and apply OpenViking Experience memories through the Agent runtime's generic OpenViking search and read tools. Use before or during executable, multi-step, or tool-based work such as coding, file or data changes, configuration, deployment, workflow execution, and failure recovery when prior operational…

volcengine/OpenViking · 78 tokens

experience_loader

Load relevant OpenViking experience memories via case-linked experience candidates before solving a task.

volcengine/OpenViking · 20 tokens