local-paper-navigator

local-paper-navigator is a skill for Claude Code from CamusGIT/EvoQuant. It costs 119 tokens per session (1,237 once invoked), scanned A, original, Apache-2.0.

A tool for finding and reading research papers stored in a local collection of Markdown files or wiki pages. It searches keywords, abstracts, and full text, then ranks papers using a defined relevance rubric.

In plain words
What is it for?
Use it to find one relevant paper, build a sorted list of papers, search local reports, or read selected papers at different levels of detail.
Why use it?
It helps locate useful papers in a personal or team corpus without repeating searches or relying on vague relevance judgments.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

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/camusgit/evoquant/local-paper-navigator
Any agent
npx skills add CamusGIT/EvoQuant --skill local-paper-navigator
Clone the repo
git clone --depth 1 https://github.com/CamusGIT/EvoQuant

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 local-paper-navigator

README.md
[![agentmods](https://agentmods.dev/badge/skills/camusgit/evoquant/local-paper-navigator.svg)](https://agentmods.dev/skills/camusgit/evoquant/local-paper-navigator)
Your own site
<a href="https://agentmods.dev/skills/camusgit/evoquant/local-paper-navigator"><img src="https://agentmods.dev/badge/skills/camusgit/evoquant/local-paper-navigator.svg" alt="Measured on agentmods" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,237 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00119 $0.01237
Opus 5 $0.00060 $0.00619
Sonnet 5 $0.00024 $0.00247
Haiku 4.5 $0.00012 $0.00124

Measured today against content hash b5637e3e831b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

local-paper-navigator 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 today.

The scan reads SKILL.md. This mod also ships 11 executable files (scripts/code_repo_search.py, scripts/fetch_paper.py, scripts/find_code.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.

EvoQuant/skills/local-paper-navigator/SKILL.md · 90 lines

How it starts

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

Local Paper Navigator

Find and read papers from the local papers library via the three native tools. No scripts, no environment variables — the library is already mounted and the tools resolve it themselves.

paper_search    L3  one line per paper — find candidates, pick paperIds
      │
paper_read      L2  full card + section outline — understand a paper (one call is enough)
      │
paper_section   L1  ONE verbatim section — the only escape hatch into full text

Whole-paper reads are blocked by design (/papers/markdown/** and /papers/raw/** reject direct reads). A read rejection is the mechanism working, not a failure — descend a level instead.

Core loop

  1. paper_search(query, limit) — 1–3 queries, one concept each, dedupe by paperId.
  2. paper_read(paper_id) — for each candidate that matters. 8+ char paperId prefix works.
  3. paper_section(paper_id, heading|query) — only when you must quote the full text verbatim.
  4. Stop. Cite with the paperId prefix (first 8+ chars).

Empty search → the tool says so honestly. Report "not in the library" rather than widening into fabrication; try one rephrased query (English ↔ Chinese — cards match Chinese titles) before concluding.

Reading discipline

Level Tool Payload When
L3 Contextual paper_search one line/paper scanning, building a shortlist
L2 Analytical paper_read card + outline, ≤8K understanding a paper's method + findings
L1 Technical paper_section one section, ≤16K reimplementing, verbatim quotation

Defaults: L3 before L2 before L1. Escalate only when the current level cannot answer the question. Most questions end at L2.

Five Red Lines (always)

  1. Track history. Don't re-run a query you already ran. Empty result → change angle, not synonyms.
  2. Search a gap, not a vibe. Every query maps to one missing piece of information. No stacked-keyword bags.
  3. One query = one concept. Split comparisons (A vs B), multi-property asks, and multi-year spans into separate calls.
  4. Never hallucinate. Every fact (title, source, year, content) comes from a tool result. Direct reads being rejected is the design — never claim content you couldn't reach.
  5. Quote-or-zero. When you claim a paper meets a criterion, quote a ≤80-char span from its card or a paper_section result. No quote → that criterion scores 0.

Read the full file on GitHub · 90 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. today Changed · -253 lines · +17 tokens per session b5637e3e831b
  2. 6d ago First seen · 343 lines · 102 tokens per session scan A 104efde469f1

Subscribe to this mod's changes

local-paper-navigator is a skill published in the GitHub repository CamusGIT/EvoQuant (212 stars, last pushed 3d ago), licensed Apache-2.0. It adds 119 tokens to every session and 1,237 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-08-30.

Related

Other skills, from other repositories

labrat-operator

Use when operating a labrat lab with Codex: checking health, choosing the next phase prompt, supervising runtime cycles, auditing candidates, synthesizing recent evaluations, or writing checkpoint notes.

ProjectDXAI/labrat · 42 tokens

access-gevety-health-biomarker-data

Access your Gevety health data - biomarkers, healthspan scores, biological age, supplements, activities, daily actions, 90-day health protocol, and upcoming tests.

rondoflow/rondoflow · 43 tokens

aminer-open-academic-search

ACADEMIC PRIORITY: Activate this skill whenever the user's query involves academic, scholarly, or research-related topics — including but not limited to: papers, publications, citations, scholars, researchers, professors, institutions, universities, labs, journals, conferences,…

rondoflow/rondoflow · 58 tokens

acorn-theorem-prover-verifier

Verify and write proofs using the Acorn theorem prover for mathematical and cryptographic formalization. Use when working with Acorn proof files (.ac), verifying theorems, formalizing mathematical or cryptographic protocols, or writing proofs in the Acorn language. Triggers on:…

rondoflow/rondoflow · 65 tokens

research-innovation-explorer

Build literature-grounded research-question candidate landscapes by collecting papers, generating A+B matrices, and dynamically reviewing combinations with traceable evidence, uncertainty, and next checks. Use when an AI agent needs to explore a field, screen research questions, compare paper combinations, inspect…

foryourhealth111-pixel/research-innovation-explorer · 70 tokens

research-routes-explore

Explore open-ended scientific or product questions through multiple concurrent Research Routes branches, probes, experiments, observations, evidence polarity, failure regimes, unknowns, and mature-method comparators. Use for research exploration or hybrid discovery from any starting point while keeping a route-neutral…

zenx0x/allinluna · 71 tokens