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.
curl -O https://raw.githubusercontent.com/ZimoLiao/scholaraio/main/.claude/skills/paper2any/SKILL.mdgit clone --depth 1 https://github.com/ZimoLiao/scholaraioWrote 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.
[](https://agentmods.dev/skills/zimoliao/scholaraio/paper2any)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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
使用顺序
-
确认用户明确要求 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 等系统工具仍需按实际工作流单独准备。 -
确认 sidecar 是否可用:
scholaraio paper2any status -
如果不可用,启动 ScholarAIO 轻量 MCP sidecar:
scholaraio paper2any mcp-serve这只启动 ScholarAIO 的 MCP 代理,不会伪造 Paper2Any 结果。真实产物仍由外部 Paper2Any CLI 或 Paper2Any FastAPI 生成。
-
如果需要 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。 -
列出可用工具:
scholaraio paper2any tools scholaraio paper2any call paper2any_capabilities
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.
- 11d ago First seen · 159 lines · 51 tokens per session scan A 2e36eb6096c3
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.
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.
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…
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…
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.
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.
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…