paper-search SkillSearch published papers (including preprints) and check whether LLM-generated paper records actually exist.
This skill is built on the free OpenAlex API. An API key is optional (see API key below).
In Claude Code, register the marketplace and install the plugin:
/plugin marketplace add jniimi/claude-skills-marketplace
/plugin install paper-search@jniimi-claude-skills
Browse and manage installed plugins with /plugin.
Alternatively, load it locally without the marketplace:
$ claude --plugin-dir /path/to/paper-search
Ask Claude to look up or verify a paper and the paper-search skill is
invoked automatically. No uv / pip install — Python standard library only.
OpenAlex works without a key. To use the faster pool, set OPENALEX_API_KEY
as an environment variable or in a .env file in your working directory.
Just ask Claude in plain language — for example:
Search academic papers by Junichiro Niimi using the paper-search skill

How about this DOI? 10.48550/arXiv.2601.17094

You can ask Claude to apply these options:
--abstract: Include each paper's full abstract in the results. This consumes more tokens, so it is off by default (but Claude often wants to use it anyway :D).--n: Number of results to return. Default: 5.--sort: Order of results — relevance, citations (most cited first), or date (newest first). relevance requires a keyword search. Default: OpenAlex's own order.--type: Restrict results to OpenAlex work types, e.g. article,preprint,book-chapter,review. Handy for filtering out software, datasets, and other non-paper records. Default: no restriction.LLMs sometimes fabricate citations — yes, it's a real problem (see Niimi, 2025 — Hierarchical Memorization in Large Language Models) — plausible-looking but non-existent papers (so-called "hallucinated references"). With paper-search you can instantly cross-check any reference against OpenAlex by DOI or title, catching ghosts before they reach your manuscript.
Ask Claude to find recent papers on a topic, then drill down interactively — filter by author, sort by citation count, pull abstracts, and refine your query in natural language. Useful for exploring an unfamiliar field or catching up on the latest work.
This is where paper-search shines most. When you draft or revise a paper in LaTeX inside Claude Code:
.bib entries on the fly — ask Claude to search for a paper and append a correct BibTeX record to your .bib file, complete with DOI and publication year pulled from OpenAlex..bib file — point Claude at your bibliography and let it walk through each entry, verifying that every cited paper actually exists and that the metadata (title, authors, year, DOI) matches the authoritative record.Because the skill runs with zero dependencies (Python standard library only), it works anywhere Claude Code runs — no virtual-env setup needed mid-writing-session.
Author: Junichiro Niimi (@JvckAndersen)
If you use this skill, please cite it as:
Niimi, J. (2026). paper-search: A Claude Code plugin for academic paper search and verification via OpenAlex [Computer software]. Zenodo. https://doi.org/10.5281/zenodo.20264911
@software{niimi2026papersearch,
author = {Niimi, Junichiro},
title = {paper-search: A Claude Code plugin for academic paper search and verification via OpenAlex},
year = {2026},
publisher = {Zenodo},
doi = {10.5281/zenodo.20264911},
url = {https://doi.org/10.5281/zenodo.20264911}
}
Released under the MIT License.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jniimi/claude-skills-marketplace --plugin paper-searchA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.