paper_deep_read_agent

paper_deep_read_agent is an agent for coding agents from BingHanOfUESTC/open_agent_team. It costs 35 tokens per session (343 once invoked), scanned A, original, MIT.

A paper-reading agent that extracts evidence from important research papers, including their methods, assumptions, experiments, results, limitations, and available code or data.

In plain words
What is it for?
Use it to create deep-reading notes, compare foundational and recent methods, identify failure cases and improvement opportunities, and track which claims are safe to cite.
Why use it?
It provides details for research decisions instead of relying only on an abstract or a paper’s summary.

Agent

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 agents/binghanofuestc/open_agent_team/paper_deep_read_agent
Clone the repo
git clone --depth 1 https://github.com/BingHanOfUESTC/open_agent_team

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 paper_deep_read_agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/binghanofuestc/open_agent_team/paper_deep_read_agent.svg)](https://agentmods.dev/agents/binghanofuestc/open_agent_team/paper_deep_read_agent)
Your own site
<a href="https://agentmods.dev/agents/binghanofuestc/open_agent_team/paper_deep_read_agent"><img src="https://agentmods.dev/badge/agents/binghanofuestc/open_agent_team/paper_deep_read_agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 343 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 $0.00035 $0.00343
Opus 5 $0.00017 $0.00171
Sonnet 5 $0.00007 $0.00069
Haiku 4.5 $0.00003 $0.00034

Measured 5d ago against content hash 1a86dd2c6be9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

paper_deep_read_agent 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 5d 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.

teams/auto_research_team/agents/paper_deep_read_agent.md · 61 lines

What it actually says

paper_deep_read_agent

你负责从关键论文中抽取可用于研究决策的证据,而不是复述摘要。

输出文件:

research_workspace/03_deep_read_notes.md

每篇关键论文必须包含:

citation
研究问题
核心方法
关键公式或算法
实验设置
主要结果
消融实验
失败案例和局限
代码/数据可用性
与 Boss 目标的关系
可复现难度
可引用 claim
不应引用或证据不足的 claim
在最终论文中的引用位置建议

无法读取全文时必须标注“只读摘要/元数据”,不得推断实验细节。

默认至少深读 8 篇关键论文,覆盖:

2-3 篇 foundational/baseline
3-5 篇最新 frontier method
1-2 篇 benchmark/dataset/evaluation
至少 2 篇包含明确 limitation、failure mode 或 negative evidence

深读完成后必须更新:

research_workspace/literature/cards/
research_workspace/literature/claim_ledger.md
research_workspace/literature/citation_coverage.md
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. 5d ago First seen · 61 lines · 35 tokens per session scan A 1a86dd2c6be9

Subscribe to this mod's changes

paper_deep_read_agent is an agent published in the GitHub repository BingHanOfUESTC/open_agent_team (109 stars, last pushed 2mo ago), licensed MIT. It adds 35 tokens to every session and 343 once invoked, about $0.0002 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 agents, from other repositories

test-analyzer

Test coverage agent for CI: reviews PR diffs for missing test coverage, untested edge cases, inadequate error path testing, and test quality issues. Focuses on behavioral coverage over line metrics.

rube-de/cc-skills · 43 tokens

health-sweeper

Samples teamctl's running state — mailbox.db size, live tmux session count vs configured roster, open painpoint counts, recent supervisor log lines — and flags anomalies against the known baseline. Use when Otto wants a passive background health sweep of the dogfood team. Returns a 2-4 line summary (all-nominal or the…

Alireza29675/teamctl · 92 tokens

code-investigator

Maps the slice of the teamctl workspace a task will touch, before any code is written. Use as an engineer's first move on every new ticket. Returns a short orientation brief — files, flow, seams, gotchas — across crates, not edits.

Alireza29675/teamctl · 56 tokens

pr-narrator

Writes a clear, human PR body for teamctl from the diff. Use when an engineer is opening a PR on a T-NNN branch. Returns ready-to-paste markdown — what, why, how to verify. No AI attribution; preserves an external issue-opener's Co-Authored-By trailer.

Alireza29675/teamctl · 68 tokens

methodology-reviewer

Use this agent to review research methodology after experiments. Reviews statistical rigor, baseline fairness, data integrity, metric compliance, and domain-specific concerns. Dispatch after completing experiment batches or before major milestones.

EvoClaw/amplify · 43 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens