claude-scientific-writer: Skill for Claude Code

.claude/skills/research-lookup/SKILL.md

research-lookup is a skill for Claude Code from K-Dense-AI/claude-scientific-writer. It costs 82 tokens per session (2,904 once invoked), scanned A, a copy of research-lookup, MIT.

A research tool for collecting current scholarly evidence for a scientific paper or research brief. It gathers and verifies academic sources and organizes them into a research packet.

In plain words
What is it for?
Use it to collect references, compare findings, map claims to sources, identify methods and limitations, and find research gaps.
Why use it?
It reduces the work of finding relevant literature and checking whether sources support particular claims. It does not provide unpublished study data or determine what research results mean.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: built for openclaw.

This is K-Dense-AI/claude-scientific-writer's own configuration. It tells Claude Code how to work on claude-scientific-writer itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-scientific-writer configures →

About the project

Claude Scientific Writer is an AI-assisted research and writing tool that searches literature and produces documents such as scientific papers, reports, posters, grant proposals, and reviews with citations. Researchers and technical writers can use it as a Claude Code plugin, Python package, or command-line tool, with the catalogue entries defining agent workflows for it.

K-Dense-AI/claude-scientific-writer · 2,329 stars · on GitHub · k-dense.ai

Reuse

Borrowing it

Nothing to install: this file belongs to K-Dense-AI/claude-scientific-writer. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/K-Dense-AI/claude-scientific-writer/main/.claude/skills/research-lookup/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/K-Dense-AI/claude-scientific-writer

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/k-dense-ai/claude-scientific-writer/research-lookup/github.svg)](https://agentmods.dev/skills/k-dense-ai/claude-scientific-writer/research-lookup)
Your own site
<a href="https://agentmods.dev/skills/k-dense-ai/claude-scientific-writer/research-lookup"><img src="https://agentmods.dev/badge/skills/k-dense-ai/claude-scientific-writer/research-lookup/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 research-lookup

Your own site · 80×15
<a href="https://agentmods.dev/skills/k-dense-ai/claude-scientific-writer/research-lookup"><img src="https://agentmods.dev/badge/skills/k-dense-ai/claude-scientific-writer/research-lookup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,904 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 94% copy Near-identical to another mod 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.00082 $0.02904
Opus 5 $0.00041 $0.01452
Sonnet 5 $0.00016 $0.00581
Haiku 4.5 $0.00008 $0.00290

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

Security

Grade A, and why

research-lookup 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 13d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/manuscript_packet.py, scripts/research_lookup.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Origin

This is a copy

94% identical to research-lookup — 19 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/research-lookup/SKILL.md · 339 lines

How it starts

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

Research Lookup

Compile the external evidence needed to plan and write a high-quality scientific manuscript. The default academic workflow targets 60 verified, unique references and produces a manuscript-ready research packet rather than a loose list of links.

Scope and boundaries

Use this skill when the user explicitly wants:

  • literature and background research for a manuscript
  • many high-quality academic references
  • evidence supporting or contradicting a scientific claim
  • a structured evidence matrix or claim-to-source map
  • current studies, methods precedent, mechanisms, limitations, or research gaps

Do not activate it for casual factual questions that do not need research, private or unpublished material, or a claim that can be answered from user-provided files. Query text is sent to Parallel. It is sent to OpenRouter only when Perplexity is explicitly selected or the user enables that fallback.

This skill compiles external evidence. It cannot supply the user's unpublished study data, decide what their Results show, or guarantee systematic-review completeness. For a PRISMA-style systematic review, use literature-review for protocols, database-specific searching, screening, exclusion reasons, and risk of bias.

Parallel-first routing

Need Backend Selection
Manuscript literature and references Parallel Search + Extract Default; use --academic
Fast bounded web lookup Parallel Search Use --no-academic
Deep/exhaustive multi-source report Parallel Research Explicit --force-backend research
OpenAI-compatible synthesis with research basis Parallel Chat Explicit --force-backend chat
Optional alternative academic search Perplexity via OpenRouter Explicit or enabled failure fallback

Important compatibility behavior:

  • A bare script query uses Parallel Search. Chat Completions remains available only through explicit backend selection.
  • --force-backend parallel remains an alias for explicit Parallel Research.
  • Academic keywords select the multi-pass Parallel academic strategy; they do not silently switch the provider to Perplexity.
  • --batch, --json, -o/--output, the ResearchLookup class, progress output, and the existing result envelope remain supported.

Read the full file on GitHub · 339 lines

Files

What ships with it

3 files 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. 13d ago First seen · 339 lines · 82 tokens per session scan A ef75069a0694

Subscribe to this mod's changes

research-lookup is a skill published in the GitHub repository K-Dense-AI/claude-scientific-writer (2,329 stars, last pushed 24d ago), licensed MIT. It adds 82 tokens to every session and 2,904 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 94% identical to research-lookup, differing in 19 lines, and is treated as a copy.

Related

Other skills, from other repositories

health-nutrition-expert

Apply cutting-edge 2025 nutrition science on longevity, metabolic health, gut microbiome, and evidence-based dietary patterns for optimal vitality and disease prevention. Use when planning a diet, evaluating a nutrition claim, or applying evidence-based guidance on longevity, metabolic, and gut health.

frankxai/claude-skills-library · 62 tokens

tabpfn-regress

Run a TabPFN regression baseline, generate the first submission, then optimize with GBT ensembles and regression-specific post-processing (clipping, target transforms, rank blending). Use after tabpfn-explore has prepared the data and CV folds.

dianaprior/kaggle-competition-agent-skill · 55 tokens

tabpfn-explore

EDA, data profiling, adversarial validation, preprocessing checks, CV scheme setup, and API budget verification for tabular Kaggle competitions. Run at the start of every new competition before any modeling.

dianaprior/kaggle-competition-agent-skill · 45 tokens

drug-discovery

Drug discovery: ChEMBL search, drug-likeness, interactions.

NousResearch/hermes-agent · 19 tokens

build-interactive-explainers

A guide for building interactive explainers, calculators, and simulations driven by an executable model. Users change inputs, steps, states, or events to understand a rule or see how a process develops over time.

EverMind-AI/Raven · 102 tokens

acl-experiments

Use when designing or auditing experiments for an ACL paper, covering tuned LLM baselines, multi-dataset and multilingual evaluation, statistical significance and variance, human evaluation with agreement reporting, contamination and prompt-sensitivity controls, ablations, and error-analysis expectations in NLP…

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