analyze-paper

analyze-paper is a skill for Codex from wanng-ide/open-paper-analysis. It costs 116 tokens per session (1,287 once invoked), scanned A, original, Apache-2.0.

A workflow for deeply analyzing one research paper and writing evidence-based notes in Markdown, Notion, or Feishu/Lark. It preserves the paper's methods, evidence, figures, and tables.

In plain words
What is it for?
For reading and analyzing a single paper, explaining its evidence and mechanism, and saving verified professional notes.
Why use it?
It helps produce reusable notes grounded in the paper instead of a generic summary or unsupported interpretation.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions subagents.

Good fit For reading and analyzing a single paper, explaining its evidence and mechanism, and saving verified professional notes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wanng-ide/open-paper-analysis/analyze-paper
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 wanng-ide/open-paper-analysis --skill analyze-paper
Clone the repo
git clone --depth 1 https://github.com/wanng-ide/open-paper-analysis

Made for: 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 analyze-paper

README.md
[![agentmods](https://agentmods.dev/badge/skills/wanng-ide/open-paper-analysis/analyze-paper/github.svg)](https://agentmods.dev/skills/wanng-ide/open-paper-analysis/analyze-paper)
Your own site
<a href="https://agentmods.dev/skills/wanng-ide/open-paper-analysis/analyze-paper"><img src="https://agentmods.dev/badge/skills/wanng-ide/open-paper-analysis/analyze-paper/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 analyze-paper

Your own site · 80×15
<a href="https://agentmods.dev/skills/wanng-ide/open-paper-analysis/analyze-paper"><img src="https://agentmods.dev/badge/skills/wanng-ide/open-paper-analysis/analyze-paper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,287 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.00116 $0.01287
Opus 5 $0.00058 $0.00643
Sonnet 5 $0.00023 $0.00257
Haiku 4.5 $0.00012 $0.00129

Measured 9d ago against content hash 03e0845103ec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

analyze-paper 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_note.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.

skills/analyze-paper/SKILL.md · 120 lines

How it starts

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

Analyze Paper

Analyze one research paper deeply and leave a verified, reusable note. Preserve the paper's actual mechanism and evidence instead of producing a generic summary.

Required references

Read these files before drafting:

  • Configuration for target resolution, the version 2 schema, validation, and the credential boundary.
  • Source policy for discovery and evidence rules.
  • Content contract for the shared deep manuscript and multi-target invariants.
  • Quality standard for the evidence map, chapter intent, figure/table analysis, and verification.
  • Paper types after classifying the paper.
  • Media policy before planning visual evidence.

Read the destination-specific reference before writing:

Scope and defaults

  • Handle one paper per run. If the request names multiple papers, ask the user to choose one; do not silently turn the task into a comparison or survey.
  • Follow the user's language for the note. Preserve official names, metrics, benchmark names, and technical terms when translation would reduce precision.
  • Resolve one or more destinations in this order: explicit user request, discovered configuration, Markdown.
  • In a writable environment, write Markdown to paper-notes/<paper-slug>.md unless the user supplies a path. If file writing is unavailable, return the complete Markdown in the response.
  • Treat Notion as optional. Missing Notion tools or configuration must not block Markdown analysis.
  • Treat Feishu/Lark as optional. Missing Lark tools or configuration must not block Markdown analysis.
  • Default to deep analysis. Exhaust useful evidence without padding papers that do not support the full usual depth.
  • Default media to numbered markers. Extract or upload figures only when the user requests it or configuration sets media mode to extract.
  • Treat each output independently. A remote publishing failure must not roll back another completed target.

Read the full file on GitHub · 120 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. 9d ago First seen · 120 lines · 116 tokens per session scan A 03e0845103ec

Subscribe to this mod's changes

analyze-paper is a skill published in the GitHub repository wanng-ide/open-paper-analysis (4 stars, last pushed 25d ago), licensed Apache-2.0. It adds 116 tokens to every session and 1,287 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-31.

Related

Other skills, from other repositories

agency-os

Notion-as-source-of-truth dispatch board for running your work like an AI agency. One Tasks database is the source of truth; tasks flow Suggestion through Discussion, To-Do, In Progress, and Done with subtasks, recurring cadences, dependencies, and template subtrees. Batch execution fans approved To-Do rows out to…

jeremylongshore/tons-of-skills-marketplace · 142 tokens

live-dashboard

A Notion-style team dashboard template showing key performance indicators, seven-day trends, recent activity, and a task table. KPI means a measurable indicator of progress or performance.

nexu-io/html-anything · 25 tokens

notion-tool

Notion integration tool for searching, reading, creating, and updating pages and databases via the API. Use when: editing Notion pages, adding database rows, or searching a workspace.

xuiltul/animaworks · 41 tokens

deliverability

Use when the question is whether email will reach the inbox, covering sending domain setup, authentication, list hygiene, complaint and bounce rates, or a drop in delivery.

vercel-labs/marketing-team-eve-template · 33 tokens

email-adaptation

Use when turning existing copy, a blog post, an announcement, or a brief into an email that works in an inbox, including deciding what to cut and what to link out to.

vercel-labs/marketing-team-eve-template · 37 tokens

resend-build

Use when building, editing, or sending anything in Resend, including broadcasts, templates, segments, and contacts, or when checking what a past send did.

vercel-labs/marketing-team-eve-template · 32 tokens