00-academic-router

00-academic-router is a skill for Claude Code, Codex from agentscope-ai/OpenJudge. It costs 117 tokens per session (940 once invoked), scanned A, original, Apache-2.0.

A routing skill for academic-paper requests. It identifies whether the user needs a paper review, a check for unreliable BibTeX references, or a comparison of language models' citation recommendations.

In plain words
What is it for?
Use it as the first step for paper reviews, bibliography checks, or tests of how often language models invent references.
Why use it?
It prevents unrelated academic workflows from being mixed together and asks for clarification when the request is unclear.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it as the first step for paper reviews, bibliography checks, or tests of how often language models invent references.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentscope-ai/openjudge/00-academic-router
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 agentscope-ai/OpenJudge --skill 00-academic-router
Clone the repo
git clone --depth 1 https://github.com/agentscope-ai/OpenJudge

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 00-academic-router

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentscope-ai/openjudge/00-academic-router/github.svg)](https://agentmods.dev/skills/agentscope-ai/openjudge/00-academic-router)
Your own site
<a href="https://agentmods.dev/skills/agentscope-ai/openjudge/00-academic-router"><img src="https://agentmods.dev/badge/skills/agentscope-ai/openjudge/00-academic-router/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 00-academic-router

Your own site · 80×15
<a href="https://agentmods.dev/skills/agentscope-ai/openjudge/00-academic-router"><img src="https://agentmods.dev/badge/skills/agentscope-ai/openjudge/00-academic-router.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 940 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.00117 $0.00940
Opus 5 $0.00059 $0.00470
Sonnet 5 $0.00023 $0.00188
Haiku 4.5 $0.00012 $0.00094

Measured yesterday against content hash 61021857b040, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

00-academic-router 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 yesterday.

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/academic-eval/00-academic-router/SKILL.md · 77 lines

How it starts

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

Academic Eval Router

Entry router for the academic-eval suite. You diagnose what the user actually wants and route them to one of three sub-skills. You don't review papers, verify BibTeX files, or run arena benchmarks yourself — you're the triage desk.

Each sub-skill is self-contained: it carries inline everything it needs, so it can be installed and used on its own.

Diagnostic Question

Ask (unless the user's request already makes the answer obvious):

To route you correctly, which of these matches what you want?

a) Review a single paper (PDF or LaTeX source) for correctness/quality/novelty
   — optionally also check its bibliography
b) Check a standalone .bib file for fabricated or mismatched references
   (no paper review needed)
c) Benchmark/compare multiple LLMs on how often they hallucinate references
   when asked to recommend citations (arena-style, many queries)

Shortcut rule: if the user already said "review my paper", "check this PDF", "verify this .bib file", or "compare models on reference hallucination", skip the question — the routing is already clear from their phrasing.

Triage Table

User says / has Use workflow What it does
"Review this paper" (PDF or .tar.gz/.zip TeX source) 01-paper-review Multi-stage review: safety, correctness, quality/novelty score, criticality — optionally + BibTeX check
"Review this paper AND check its references" 01-paper-review Same pipeline with --bib set — one run covers both
"Just check this .bib file, no paper" 02-bib-verify Cross-checks every entry against CrossRef/arXiv/DBLP, flags verified/suspect/not_found
"Compare N models on how often they cite fake papers" / "benchmark reference hallucination rate" 03-ref-hallucination-arena Runs many recommendation queries per model, verifies every returned reference, ranks models by hallucination rate
"Compare models on general quality/response, not specifically citations" Not this suite — see the arena-eval suite's 01-auto-arena instead

Read the full file on GitHub · 77 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. yesterday First seen · 77 lines · 117 tokens per session scan A 61021857b040

Subscribe to this mod's changes

00-academic-router is a skill published in the GitHub repository agentscope-ai/OpenJudge (829 stars, last pushed yesterday), licensed Apache-2.0. It adds 117 tokens to every session and 940 once invoked, about $0.0006 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-09-12.

Related

Other skills, from other repositories

protein-design-qc

Protein design quality control, filtering thresholds, and ranking guidance. Use this skill when: (1) Evaluating design quality for binding, expression, or structure, (2) Setting filtering thresholds for pLDDT, ipTM, PAE, (3) Checking sequence liabilities (cysteines, deamidation, polybasic clusters), (4) Creating…

zongtingwei/Bioclaw_Skills_Hub · 143 tokens

ipsae

Binder design ranking using ipSAE (interprotein Score from Aligned Errors). Use this skill when: (1) Ranking binder designs for experimental testing, (2) Filtering BindCraft or RFdiffusion outputs, (3) Comparing AF2/AF3/Boltz predictions, (4) Predicting binding success rates, (5) Need better ranking than ipTM or iPAE.…

zongtingwei/Bioclaw_Skills_Hub · 114 tokens

sn-search-academic

An academic research tool for finding papers and encyclopedia entries, reading papers in full or by section, and tracing references and citations. It supports structured literature research.

OpenSenseNova/SenseNova-Skills · 31 tokens

imaging-data-commons

Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.

synthetic-sciences/openscience · 62 tokens

molecular-cloning

Molecular cloning simulation and design. PCR amplicon prediction, restriction enzyme digestion, Golden Gate and Gibson assembly simulation, primer design, CRISPR sgRNA design, and plasmid annotation. For protein-level sequence analysis use biopython or esm; for database lookups use gene-database or ensembl-database.

synthetic-sciences/openscience · 70 tokens

geo-database

Access NCBI GEO for gene expression/genomics data. Search/download microarray and RNA-seq datasets (GSE, GSM, GPL), retrieve SOFT/Matrix files, for transcriptomics and expression analysis.

synthetic-sciences/openscience · 47 tokens