food-fetch

food-fetch is a skill for Claude Code from PangenomeAI/academic-skills-food-nutrition. It costs 197 tokens per session (1,793 once invoked), scanned A, original, MIT.

A lawful process for obtaining the full text of academic papers from open-access services, the user's reference library, or the user's authorized institutional access.

In plain words
What is it for?
Use it to fetch papers from reference lists or DOIs for research and review work, including sources from Unpaywall, OpenAlex, PMC, arXiv, EndNote, Zotero, or Mendeley.
Why use it?
It lets research workflows use the actual papers instead of relying only on abstracts, while recording papers that could not be obtained rather than pretending they were read.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the academic-skills-food-nutrition plugin — 41 skills shipped together

Good fit Use it to fetch papers from reference lists or DOIs for research and review work, including sources from Unpaywall, OpenAlex, PMC, arXiv, EndNote, Zotero, or Mendeley.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pangenomeai/academic-skills-food-nutrition/food-fetch
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 PangenomeAI/academic-skills-food-nutrition --skill food-fetch
Clone the repo
git clone --depth 1 https://github.com/PangenomeAI/academic-skills-food-nutrition

Made for: Claude Code.

Or install academic-skills-food-nutrition, the plugin that ships this one along with the rest of its 41 skills.

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 food-fetch

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/pangenomeai/academic-skills-food-nutrition/food-fetch"><img src="https://agentmods.dev/badge/skills/pangenomeai/academic-skills-food-nutrition/food-fetch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 197 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,793 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.00197 $0.01793
Opus 5 $0.00098 $0.00897
Sonnet 5 $0.00039 $0.00359
Haiku 4.5 $0.00020 $0.00179

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

Security

Grade A, and why

food-fetch 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 12d 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.

food-fetch/SKILL.md · 102 lines

How it starts

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

Food-Fetch — Lawful Full-Text Acquisition

Turn a list of references or DOIs into read full text, so food-research, food-deep-research, and food-review build their knowledge base from the actual papers rather than abstracts. Original work; the routing/manifest architecture is informed by the open-source nature-downloader skill (see the repo README Acknowledgements). Legal-access-only, and it never fabricates — a paper that was not obtained is recorded as not obtained, never summarized as if read.

First-run setup — ask once, remember, remind if skipped

On the first run that needs full text, help the user set up access — this is what decides whether the review reads real papers. Check python3 scripts/food_fetch_setup.py status (exit 3 = not set up):

  • If not set up, surface a highlighted request offering the choices, then save the answer so it isn't asked again:

    📚 Set up full-text access (one-time). To read papers, not just abstracts, pick one:

    1. Reference-manager library — send the path to your EndNote .Data folder (or Zotero storage/ / Mendeley). Best coverage for cited work.
    2. Institutional access — I'll reach entitled full text through your own logged-in library session in the browser when needed.
    3. Open access only — no setup, but see the warning below.

    ⚠️ Without access to non-open-access articles, the accuracy of the results is substantially limited — most published papers are paywalled, so the knowledge base and every claim's grounding would rest on abstracts + the ~half of literature that is open access.

    Save the choice: food_fetch_setup.py set --library <path> / --institutional / --open-access-only.

  • If already set up (exit 0), use the saved mode silently — do not re-ask.

  • If the saved mode is open_access_only, remind at the start of each full-text run — briefly, once — that non-OA access is not configured and that this substantially limits accuracy, and offer to switch (options 1–2). Don't block; proceed at open-access + abstract level.

Read the full file on GitHub · 102 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. 12d ago First seen · 102 lines · 197 tokens per session scan A 243ede99976b

Subscribe to this mod's changes

food-fetch is a skill published in the GitHub repository PangenomeAI/academic-skills-food-nutrition (31 stars, last pushed 12d ago), licensed MIT. It adds 197 tokens to every session and 1,793 once invoked, about $0.0010 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

prose-revision-skill-ht-anthony-lee-zhang

Revise draft prose by finding the best structure for the ideas the user already wants to express. The goal is clear logical movement supported by natural, elegant language: idea flow first, linguistic flow second. Prose revision is different from proofreading. Prose revision takes a relatively unpolished draft and…

Gabberflast/prose-revision-skill-ht-anthony-lee-zhang · 118 tokens

paper-framework-figure-studio-pro

Human-in-the-loop research-paper framework figure workflow from S0-PAPER-FOUNDATION through terminal S5-CANDIDATE-IMAGE. Use for paper-grounded architecture, pipeline, method overview, agent workflow, system/data-flow, and mechanism figures with generated raster first-round/formal candidates, reviewer-first-glance…

tuoxie2046/claude-code-research-skills · 258 tokens

academic-paper

12-agent academic paper writing pipeline. 10 modes (full/plan/outline/revision/revision-coach/abstract/lit-review/format-convert/citation-check/disclosure). 6 paper types, 5 citation formats, bilingual abstracts, LaTeX/DOCX-via-Pandoc/PDF output. Style Calibration + Writing Quality Check + Anti-Patterns with IRON RULE…

tuoxie2046/claude-code-research-skills · 127 tokens

academic-pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification…

tuoxie2046/claude-code-research-skills · 106 tokens

drawio-skill

Use when the user requests diagrams, flowcharts, architecture diagrams, ER diagrams, UML / sequence / class diagrams, network topology, ML/DL model figures (Transformer/CNN/LSTM), mind maps, or any visualization. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that…

tuoxie2046/claude-code-research-skills · 120 tokens

academic-paper-reviewer

Multi-perspective academic paper review with dynamic reviewer personas. Simulates 5 independent reviewers (EIC + 3 peer reviewers + Devil's Advocate) with field-specific expertise. Supports full review, re-review (verification), quick assessment, methodology focus, Socratic guided, and calibration modes. Triggers on…

tuoxie2046/claude-code-research-skills · 104 tokens