scholaraio: Skill for Claude Code

.claude/skills/paper2any/SKILL.md

paper2any is a skill for Claude Code from ZimoLiao/scholaraio. It costs 51 tokens per session (1,899 once invoked), scanned A, original, MIT.

An optional connection to Paper2Any, an outside project for turning research papers into formats such as figures, slide decks, posters, videos, DrawIO diagrams, or PDF-to-PPT files.

In plain words
What is it for?
Use it for explicitly requested Paper2Any workflows or fixed-corpus comparisons of paper-conversion tools.
Why use it?
It provides a separate route to Paper2Any when that specific project is requested, without making it the default way to create these materials.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is ZimoLiao/scholaraio's own configuration. It tells Claude Code how to work on scholaraio itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything scholaraio configures →

Part of the scholaraio plugin — 47 skills, 1 hook, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to ZimoLiao/scholaraio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ZimoLiao/scholaraio/main/.claude/skills/paper2any/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ZimoLiao/scholaraio

Made for: Claude Code.

Or install scholaraio, the plugin that ships this one along with the rest of its 47 skills, 1 hook, 1 MCP server.

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 paper2any

README.md
[![agentmods](https://agentmods.dev/badge/skills/zimoliao/scholaraio/paper2any/github.svg)](https://agentmods.dev/skills/zimoliao/scholaraio/paper2any)
Your own site
<a href="https://agentmods.dev/skills/zimoliao/scholaraio/paper2any"><img src="https://agentmods.dev/badge/skills/zimoliao/scholaraio/paper2any/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 paper2any

Your own site · 80×15
<a href="https://agentmods.dev/skills/zimoliao/scholaraio/paper2any"><img src="https://agentmods.dev/badge/skills/zimoliao/scholaraio/paper2any.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,899 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00051 $0.01899
Opus 5 $0.00026 $0.00949
Sonnet 5 $0.00010 $0.00380
Haiku 4.5 $0.00005 $0.00190

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

Security

Grade A, and why

paper2any 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 11d 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.

.claude/skills/paper2any/SKILL.md · 159 lines

How it starts

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

paper2any - Paper2Any MCP 增强组件

Paper2Any 是外部项目 OpenDCAI/Paper2Any。ScholarAIO 不 vendoring 它的代码和依赖;ScholarAIO 只提供一个轻量 MCP sidecar,把 agent 请求转交给真实 Paper2Any checkout 或它自己的 FastAPI 后端。

隔离与晋级边界

Paper2Any 是 isolated extension,不是 ScholarAIO 或当前 Agent 的默认生成路径。

  • 普通网页检索、论文阅读、写作、图表和演示稿按任务能力与交付契约路由,不按 Agent 品牌路由;先检查当前会话实际提供的原生能力,能够满足任务时由当前使用的 Agent 原生能力完成。
  • 只有用户明确要求 Paper2Any,或正在执行 Paper2Any 对比评测时,才运行本 skill;不要为普通 PPT、海报、rebuttal 或图表自动执行 setup
  • checkout、虚拟环境、MCP sidecar、FastAPI 后端和输出目录继续与 ScholarAIO 基础运行时隔离。
  • 在提升为默认或一等能力之前,必须完成 fixed-corpus 对比,至少记录事实准确性、可编辑性、版式质量、延迟、成本、安装负担和失败降级行为。

默认外部 checkout 位置:

data/runtime/extensions/paper2any/Paper2Any

使用顺序

  1. 确认用户明确要求 Paper2Any 或本次任务是 fixed-corpus 评测,然后准备外部 Paper2Any runtime:

    scholaraio paper2any setup
    

    如果用户明确要让 agent 把 upstream Python runtime 也准备好,使用:

    scholaraio paper2any setup --install-runtime
    

    这个命令会使用 OpenDCAI/Paper2Any 自己的 requirements 在 data/runtime/extensions/paper2any/.venv 中准备隔离环境;不要把依赖清单转嫁给非开发者用户。

    当前支持的上游安装契约是 requirements-base.txt + requirements-paper.txt。任一清单缺失时应停止并提示更新 checkout,不要把空虚拟环境报告为安装成功。这个选项只安装 Python 依赖;Paper2Any 当前文档列出的 LibreOffice、Inkscape、Poppler、FFmpeg、wkhtmltopdf、Tectonic 等系统工具仍需按实际工作流单独准备。

  2. 确认 sidecar 是否可用:

    scholaraio paper2any status
    
  3. 如果不可用,启动 ScholarAIO 轻量 MCP sidecar:

    scholaraio paper2any mcp-serve
    

    这只启动 ScholarAIO 的 MCP 代理,不会伪造 Paper2Any 结果。真实产物仍由外部 Paper2Any CLI 或 Paper2Any FastAPI 生成。

  4. 如果需要 Paper2Any FastAPI 工作流,启动真实上游 backend。上游 /api/v1/... 路由要求 BACKEND_API_KEY / X-API-Key,因此先在 config.local.yaml 写入 paper2any.backend_api_key,或设置环境变量:

    export PAPER2ANY_BACKEND_API_KEY="..."
    scholaraio paper2any backend-serve
    

    这个命令只负责从外部 checkout 启动 Paper2Any 自己的 fastapi_app.main:app,优先使用 data/runtime/extensions/paper2any/.venv

  5. 列出可用工具:

    scholaraio paper2any tools
    scholaraio paper2any call paper2any_capabilities
    

Read the full file on GitHub · 159 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. 11d ago First seen · 159 lines · 51 tokens per session scan A 2e36eb6096c3

Subscribe to this mod's changes

paper2any is a skill published in the GitHub repository ZimoLiao/scholaraio (570 stars, last pushed 11d ago), licensed MIT. It adds 51 tokens to every session and 1,899 once invoked, about $0.0003 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

paper-illustration-image2

Generate publication-quality academic illustrations through a local Codex app-server bridge that uses Codex native image generation. This is a separate experimental alternative to paper-illustration, intended for Claude Code users who want a GPT-image-style renderer without modifying the original skill.

wanshuiyin/Auto-claude-code-research-in-sleep · 59 tokens

post-acceptance

This skill should be used when the user asks to "prepare conference presentation", "create presentation slides", "design poster", "make academic poster", "write promotion content", "create Twitter thread", or mentions post-acceptance conference preparation. Provides comprehensive workflow for presentation, poster, and…

Galaxy-Dawn/claude-scholar · 66 tokens

scientific-slides

Build slide decks and presentations for research talks. Use this for making PowerPoint slides, conference presentations, seminar talks, research presentations, thesis defense slides, or any scientific talk. Provides slide structure, design templates, timing guidance, and visual validation. Works with PowerPoint and…

foryourhealth111-pixel/Vibe-Skills · 65 tokens

paper-2-web

Use when converting academic papers into dissemination assets such as Paper2Web websites, Paper2Video video abstracts, or Paper2Poster conference posters from LaTeX or PDF sources.

foryourhealth111-pixel/Vibe-Skills · 40 tokens

hermes-learns-manim

Operate Math-To-Manim with Hermes: inspect artifacts, run deterministic checks, use Codex-backed codegen, render/review Manim outputs, and avoid committing generated media.

HarleyCoops/Math-To-Manim · 42 tokens

figure

Hybrid figure pipeline (Nano Banana raster + rembg background removal + TikZ vector assembly). Includes a TikZ template library covering quantum circuits (quantikz), Feynman diagrams (tikz-feynman), circuits (circuitikz), molecules (chemfig), 2D/3D plots (pgfplots), energy-level diagrams, phase-space trajectories…

Muuuun/luxas · 104 tokens