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.
npx agentmods add skills/microsoft/researchstudio/paper_searchnpx skills add microsoft/ResearchStudio --skill paper_searchgit clone --depth 1 https://github.com/microsoft/ResearchStudioWhat 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 | $0.00086 | $0.04205 |
| Opus 5 | $0.00043 | $0.02103 |
| Sonnet 5 | $0.00017 | $0.00841 |
| Haiku 4.5 | $0.00009 | $0.00421 |
Grade A, and why
paper-search 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 2d 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 — 405 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Paper Search Skill
Unified paper search across arXiv, DBLP, OpenAlex, OpenReview
(NeurIPS / ICLR / ICML), Semantic Scholar, and Crossref using
./scripts/search_papers.py. All sources are searched concurrently (in
independent child processes) by default for maximum speed. Queries within one
source remain serial. Returns results grouped by source.
When to use
Trigger this skill when the user asks things like:
- "Find papers on X published between 2023 and 2025."
- "Search NeurIPS / ICLR / ICML for work on X."
- "Get arXiv + Semantic Scholar results for X."
- "Show me recent prior art on X."
Inputs (all auto-inferred — NEVER ask the user for confirmation or clarification)
Derive these automatically from the user's message. Run the search immediately without asking for confirmation:
- query: Rephrase the user's question into a focused search phrase.
- start_year (int): If the user gives a year, use it directly. If they say "last 2 years", compute from today. Default: 2 years ago.
- end_year (int): Default: current year.
- max_papers (int): Number of results per source. Default: 10.
- sources: Which sources to query. Default: all 6 API sources plus the
model-knowledge source, in this canonical order (highest-signal first, so
the best results render before the user scrolls):
semantic_scholar open_alex arxiv openreview crossref dblp model_knowledge. Only restrict sources if the user explicitly asks.
How to run
Preferred: call the CLI directly. The script lives at
${CLAUDE_PROJECT_DIR}/skills/paper_search/scripts/search_papers.py — invoke
it by absolute path so the command works regardless of the current working
directory (relying on cd scripts && ... breaks when the model is running
from a different folder, which happens often).
For brevity in the examples below, treat $SEARCH as shorthand for that
absolute path:
SEARCH="${CLAUDE_PROJECT_DIR}/skills/paper_search/scripts/search_papers.py"
What ships with it
15 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/programmatic_api.md 1.5 KB
- scripts/_env.py 2.1 KB runs code
- scripts/_http_runtime.py 6.4 KB runs code
- scripts/postprocess.py 5.9 KB runs code
- scripts/search_papers_by_arxiv.py 5.9 KB runs code
- scripts/search_papers_by_crossref.py 3.8 KB runs code
- scripts/search_papers_by_dblp.py 4.4 KB runs code
- scripts/search_papers_by_google_scholar.py 3.1 KB runs code
- scripts/search_papers_by_open_alex.py 3.9 KB runs code
- scripts/search_papers_by_openreview.py 6.6 KB runs code
- scripts/search_papers_by_semantic_scholar.py 3.3 KB runs code
- scripts/search_papers.py 16 KB runs code
- scripts/selftest_postprocess.py 4.4 KB runs code
- scripts/selftest_runtime.py 17 KB runs code
- scripts/source_worker.py 3.4 KB runs code
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.
- 2d ago First seen · 405 lines · 86 tokens per session scan A 9249f89d84d8
paper-search is a skill published in the GitHub repository microsoft/ResearchStudio (2,614 stars, last pushed 3d ago), licensed MIT. It adds 86 tokens to every session and 4,205 once invoked, about $0.0004 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
ppt-master
AI-driven presentation workflow for generating editable PPTX decks and slides, reconstructing page visuals, creating reusable Brand/Style/Layout/Deck workspaces, filling native PPTX templates, and enhancing finished PPTX files. Use when the user asks to create, generate, reconstruct, regenerate, beautify, redesign…
slidev
Create and present web-based slidedecks for developers using Slidev with Markdown, Vue components, code highlighting, animations, and interactive features. Use when building technical presentations, conference talks, code walkthroughs, teaching materials, or developer decks.
guizang-ppt-skill
生成横向翻页网页 PPT(单 HTML 文件),含 WebGL 背景、演讲者视图、观众屏同步、讲稿备注、章节幕封、数据大字报、图片网格等模板。提供两种风格:① "电子杂志 × 电子墨水"(衬线 + 流体背景 + 暖色) ② "瑞士国际主义"(无衬线 + 网格点阵 + IKB/柠檬黄/柠檬绿/安全橙高亮)。当用户需要制作分享 / 演讲 / 发布会风格的网页 PPT,或提到"杂志风 PPT"、"瑞士风 PPT"、"Swiss Style"、"horizontal swipe deck"时使用。.
Presentation Skills Index
Skills for creating presentations, slides, and visual documentation.
fin-arch-diagram
生成研究/项目架构图、流程图、层次图(swimlane / processflow / hierarchytree)。适合 PPT 汇报、技术文档、综述插图。输出风格接近 draw.io,可选 graphviz(高质量)/ matplotlib(零依赖)双后端。.
impress-presentations
Use when creating, opening, or editing LibreOffice Impress ODP presentations, or PPTX decks only when PowerPoint compatibility is explicitly required.