fast-research

fast-research is a skill for Claude Code, Codex from jimezsa/opencolab. It costs 35 tokens per session (3,280 once invoked), scanned B, original, MIT.

A workflow for quickly finding scientific papers, downloading a focused set, reading them, and producing a referenced research report. It uses papercli, a command-line tool for paper search and reading.

In plain words
What is it for?
Use it to scout literature, extract key ideas and equations, and create a Markdown findings report with a map showing how the selected papers relate.
Why use it?
It reduces the time spent searching scattered papers and makes the resulting summary traceable to specific sources.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 SKILLS/paper-summary/scripts/gemini_parallel_summary.py \.

Good fit Use it to scout literature, extract key ideas and equations, and create a Markdown findings report with a map showing how the selected papers relate.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/jimezsa/opencolab
agentmods
npx agentmods add skills/jimezsa/opencolab/fast-research

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 fast-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/jimezsa/opencolab/fast-research.svg)](https://agentmods.dev/skills/jimezsa/opencolab/fast-research)
Your own site
<a href="https://agentmods.dev/skills/jimezsa/opencolab/fast-research"><img src="https://agentmods.dev/badge/skills/jimezsa/opencolab/fast-research.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,280 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 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.00035 $0.03280
Opus 5 $0.00017 $0.01640
Sonnet 5 $0.00007 $0.00656
Haiku 4.5 $0.00003 $0.00328

Measured 8d ago against content hash 38600a57b851, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade B, and why

fast-research scanned grade B with 2 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 8d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

"script": "git clone https://github.com/jimezsa/papercli.git && cd papercli && make build && sudo install -m 0755 ./bin/papercli /usr/local/bin/papercli",

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://raw.githubusercontent.com/jimezsa/papercli/main/SKILLS/fast-research/SKILL.md \
projects/SKILLS/fast-research/SKILL.md · 380 lines

How it starts

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

Fast Research Skill

Use this skill for a rapid, evidence-grounded literature brief when the user needs quick scientific orientation without sacrificing traceability.

If the user later asks an exact follow-up question about one of the downloaded local papers, use pageindex-grounded for that bounded grounded retrieval step instead of treating this search workflow as the final QA layer.

Update This Skill

Only do this if the user explicitly asks to update this skill from the GitHub repo.

To refresh this skill directly from the GitHub repo:

curl -fsSL https://raw.githubusercontent.com/jimezsa/papercli/main/SKILLS/fast-research/SKILL.md \
  -o SKILLS/fast-research/SKILL.md

Mission

Given a research question, use papercli to:

  1. Search relevant papers.
  2. Download a focused core set of PDFs.
  3. Read enough content to extract core ideas, concepts, and key equations.
  4. Produce a detailed findings.md report inside the active research run folder, with inline references tied to exact papers.
  5. Produce a companion literature-map block diagram that shows how the selected papers connect.

Prerequisites

  • papercli is installed and available in PATH.

Required Inputs

  • Research question or hypothesis.
  • Optional scope constraints: years, domain, must-include authors, method family.

If inputs are missing, infer a minimal scope and proceed.

Hard Requirements

  • Always use papercli for retrieval (search, info, download).
  • Download and read papers, not just metadata.
  • Every factual claim must be grounded by references.
  • Include key math when present in papers.
  • Final output must be a markdown file named findings.md inside the active research run folder.
  • Each distinct topic must live in its own dated, topic-slugged folder under research/.
  • Maintain research/INDEX.md and the run-local RUN.md metadata file so later agents can recognize what each research folder contains.
  • After synthesis, produce a companion literature-map diagram through the shared block-diagram skill.
  • The literature map must only show evidence-backed relations such as method lineage, direct comparison, shared benchmark or dataset, critique, or common problem framing.
  • Do not invent paper-to-paper influence or citation edges that are not supported by the corpus.
  • OpenColab normally provides OPENCOLAB_PROGRESS_FILE during provider runs. When it is set, emit bounded JSON progress updates for long-running stages instead of remaining silent until the end.

Read the full file on GitHub · 380 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. 8d ago First seen · 380 lines · 35 tokens per session scan B 38600a57b851

Subscribe to this mod's changes

fast-research is a skill published in the GitHub repository jimezsa/opencolab (11 stars, last pushed 25d ago), licensed MIT. It adds 35 tokens to every session and 3,280 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (asks for root, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.