academic-research-suite

academic-research-suite is a skill for Claude Code, Codex from Lzy599775/agent-auto-sci-skills. It costs 242 tokens per session (7,438 once invoked), scanned A, original, MIT.

A set of guided workflows for research, academic writing, paper review and experiment planning.

In plain words
What is it for?
Use it for literature reviews, systematic reviews, meta-analyses, research questions, paper outlines and drafts, revisions, citations, integrity checks and experiment plans.
Why use it?
It helps break large research tasks into the right workflow instead of loading or handling every research step at once.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present. Also seen: mentions CLAUDE.md; mentions subagents; names the AskUserQuestion tool.

Good fit Use it for literature reviews, systematic reviews, meta-analyses, research questions, paper outlines and drafts, revisions, citations, integrity checks and experiment plans.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lzy599775/agent-auto-sci-skills/academic-research-suite
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 Lzy599775/agent-auto-sci-skills --skill academic-research-suite
Clone the repo
git clone --depth 1 https://github.com/Lzy599775/agent-auto-sci-skills

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 academic-research-suite

README.md
[![agentmods](https://agentmods.dev/badge/skills/lzy599775/agent-auto-sci-skills/academic-research-suite/github.svg)](https://agentmods.dev/skills/lzy599775/agent-auto-sci-skills/academic-research-suite)
Your own site
<a href="https://agentmods.dev/skills/lzy599775/agent-auto-sci-skills/academic-research-suite"><img src="https://agentmods.dev/badge/skills/lzy599775/agent-auto-sci-skills/academic-research-suite/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 academic-research-suite

Your own site · 80×15
<a href="https://agentmods.dev/skills/lzy599775/agent-auto-sci-skills/academic-research-suite"><img src="https://agentmods.dev/badge/skills/lzy599775/agent-auto-sci-skills/academic-research-suite.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 242 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,438 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.00242 $0.07438
Opus 5 $0.00121 $0.03719
Sonnet 5 $0.00048 $0.01488
Haiku 4.5 $0.00024 $0.00744

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

Security

Grade A, and why

academic-research-suite 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.

skills/urban-exposure-review-radar-workflow/subskills/academic-research-suite/SKILL.md · 437 lines

How it starts

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

ARS-Codex

This is a Codex adapter for the ARS suite. The vendored ARS content lives under ars/; keep it as source material and route through this file first.

Versioning

This Codex package is version 0.1.28. The repo-root VERSION, this SKILL.md metadata version, and manifest.json adapter_version must match. Vendored ARS suite versions are tracked separately by source repository commit in manifest.json.

First Rule

Do not load the whole suite by default. Select one workflow, read that workflow's WORKFLOW.md, then load only the agent, reference, template, or shared files needed for the user's current stage.

The internal workflow entry files are named WORKFLOW.md, not SKILL.md, so Codex registers only this root router skill instead of exposing every vendored upstream workflow as a separate skill.

Workflow Router

Choose the workflow by intent:

User intent Read first
Deep research, literature review, systematic review, meta-analysis, fact-checking, research question refinement ars/deep-research/WORKFLOW.md
Academic paper writing, paper outline, abstract, revision, citation formatting, AI disclosure, LaTeX/DOCX/PDF formatting guidance ars/academic-paper/WORKFLOW.md
Paper review, peer review simulation, editorial decision, reviewer calibration, re-review after revision ars/academic-paper-reviewer/WORKFLOW.md
End-to-end research-to-paper pipeline, integrity gate, staged review/revision/finalization workflow ars/academic-pipeline/WORKFLOW.md
Experiment planning, code experiment execution plan, human study protocol, statistical interpretation, reproducibility validation ars/experiment-agent/WORKFLOW.md

If the request spans multiple workflows, start with ars/academic-pipeline/WORKFLOW.md unless the user clearly asked for a single phase.

Paper Topic Scoping Override

Apply this override before the general paper/pipeline routing rule and before the Claude-Style Alias Router below. The override applies regardless of whether the user invokes ARS via natural language or via an ars-* alias.

Read the full file on GitHub · 437 lines

Files

What ships with it

60 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. 4d ago Changed · +107 lines 58abbdc6100b
  2. 11d ago First seen · 330 lines · 242 tokens per session scan A cbd0039781d8

Subscribe to this mod's changes

academic-research-suite is a skill published in the GitHub repository Lzy599775/agent-auto-sci-skills (2 stars, last pushed 5d ago), licensed MIT. It adds 242 tokens to every session and 7,438 once invoked, about $0.0012 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

papers-reading-skill

Evidence-grounded AI research workflow for turning supplied economics, finance, management, and social-science papers or structured records into versioned PaperReading artifacts. Use when Codex must ingest text, Markdown, or a text-based PDF; separate source-grounded claims from researcher analysis; bind findings to…

AOROM/paperreading · 115 tokens

openalex

A skill for searching OpenAlex, a free catalog of research papers, authors, institutions, journals, and research topics.

oksure/openalex-research-mcp · 100 tokens

scopus-researcher

Expert academic researcher using the Scopus MCP. Finds papers, retrieves full abstracts, builds author profiles, analyzes citation impact, and constructs advanced Boolean queries across the Elsevier Scopus database. Activate when asked to search for academic papers, analyze research trends, find citations, profile…

JOSETRA44/scopus-mcp · 67 tokens

ref-downloader

Use when the user asks to batch-download academic PDFs with ref-downloader — either ALL references of one paper (Mode A: DOI or PDF input), OR a custom batch of papers (Mode B: DOI/title/arXiv-PMID list, or abstract query like "Author X's recent papers"). Not for one-off PDFs, paper search, or Zotero import.

ltczding-gif/ref-downloader · 78 tokens

write-literature-review

Iterative literature-review workflow for a research topic. Use this skill to draft up to 10 search keywords, build a seed set from OpenAlex title-and-abstract matches, expand by backward and forward citations, screen candidates by title and abstract, repeat until no new relevant papers remain, rank the final set…

Zsun79/LitReviewSkill · 95 tokens

nature-statistics

Audit, revise, or draft manuscript statistical reporting for Nature / high-impact journal submissions. Use when the user asks to check statistical analysis sections, p values, confidence intervals, sample size, biological versus technical replicates, randomization, blinding, multiple-comparison correction, model…

Yuan1z0825/nature-skills · 139 tokens