researchbrain-doi-fulltext

researchbrain-doi-fulltext is a skill for Claude Code, Codex from cacity/ResearchBrain. It costs 80 tokens per session (370 once invoked), scanned A, original, AGPL-3.0.

A workflow for importing research papers from DOI identifiers, which are permanent IDs for scholarly publications, into ResearchBrain.

In plain words
What is it for?
Resolving paper details, finding available PDFs, saving files by content hash, and tracking parsing and embedding.
Why use it?
It helps locate lawful open-access PDFs, avoid duplicate papers, and track the stages of storing and processing the research.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/cacity/researchbrain/researchbrain-doi-fulltext
Any agent
npx skills add cacity/ResearchBrain --skill researchbrain-doi-fulltext
Clone the repo
git clone --depth 1 https://github.com/cacity/ResearchBrain

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 researchbrain-doi-fulltext

README.md
[![agentmods](https://agentmods.dev/badge/skills/cacity/researchbrain/researchbrain-doi-fulltext.svg)](https://agentmods.dev/skills/cacity/researchbrain/researchbrain-doi-fulltext)
Your own site
<a href="https://agentmods.dev/skills/cacity/researchbrain/researchbrain-doi-fulltext"><img src="https://agentmods.dev/badge/skills/cacity/researchbrain/researchbrain-doi-fulltext.svg" alt="Measured on agentmods" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 370 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00080 $0.00370
Opus 5 $0.00040 $0.00185
Sonnet 5 $0.00016 $0.00074
Haiku 4.5 $0.00008 $0.00037

Measured 4d ago against content hash 5a9ef91ad61f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

researchbrain-doi-fulltext 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 4d 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.

.agents/skills/researchbrain-doi-fulltext/SKILL.md · 28 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 28 lines · 80 tokens per session scan A 5a9ef91ad61f

Subscribe to this mod's changes

researchbrain-doi-fulltext is a skill published in the GitHub repository cacity/ResearchBrain (2 stars, last pushed 9d ago), licensed AGPL-3.0. It adds 80 tokens to every session and 370 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

paper-fulltext-harvest

Batch download academic paper full-text (PDF/XML) from a list of DOIs. Handles 25 DOI prefixes across 19 publisher families via three layered routes: (1) publisher TDM APIs requiring institutional subscription (Elsevier ScienceDirect, Wiley Online, Springer Nature), (2) Open Access sources (Crossref, Unpaywall…

jxtse/scientific-research-skills · 276 tokens

ccs-submission

Use when auditing an ACM CCS submission for HotCRP readiness, dual-cycle abstract registration and full-paper deadlines, the 12-page ACM sigconf body, anonymization, the ethics considerations appendix, artifact-availability posture, dual-submission policy, per-cycle submission caps, desk-reject triggers, and…

brycewang-stanford/Awesome-Journal-Skills · 69 tokens

acmmm-camera-ready

Use when preparing the ACM MM (ACM Multimedia) camera-ready version of record — de-anonymizing safely, completing the ACM rights form and CCS concepts, meeting ACM sigconf requirements, releasing code/data/media artifacts and any earned reproducibility badge, registering, and planning the oral/poster presentation in…

brycewang-stanford/Awesome-Journal-Skills · 67 tokens

paper-fetch

Retrieve one specified academic paper (by title, arXiv ID, DOI, URL, or a local .md/.txt/.pdf path the caller already has) and land it on disk as source.md plus a source.meta.json carrying a line-number section index. Checks context/papers/ for an existing copy first; local files and direct PDF URLs are read directly…

yogsoth-ai/de-anthropocentric-research-engine · 182 tokens

fin-paper-convert

Compile LaTeX to PDF and convert to target journal format.

csmar432/finai-research · 12 tokens

multi-stage-cascade-extraction

Run a multi-stage extraction cascade (mention detection, document-level coreference clustering, optional saliency judgment, N-ary relation/triple extraction) directly over a paper's full text — covers SciERC, SciREX, and NLP Contribution Graph. Use this whenever cross-sentence or document-level entity/relation…

yogsoth-ai/de-anthropocentric-research-engine · 116 tokens