paper-search
Description
A Claude Code plugin and skill for searching academic papers via the [OpenAlex API](https://docs.openalex.org/).
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
paper-search
A Claude Code plugin and skill for searching academic papers via the [OpenAlex API](https://docs.openalex.org/).
Install as Claude Code Plugin
claude plugin marketplace add ykdojo/paper-search
claude plugin install paper-search@paper-search
After installing, the `paper-search` skill is available automatically. Just ask Claude Code to search for papers and it will use the skill.
Requirements
curl,jq
Usage
# Search for papers (sorted by relevance by default)
scripts/search.sh "mindfulness meditation stress reduction" 10
# Sort by citation count
scripts/search.sh "mindfulness meditation stress reduction" 10 cites
# Sort by publication date
scripts/search.sh "mindfulness meditation stress reduction" 10 date
# Page 2 of results
scripts/search.sh "mindfulness meditation stress reduction" 10 relevance 2
# Get 25 results per page
scripts/search.sh "mindfulness meditation stress reduction" 25
# Look up a specific paper by DOI
scripts/paper.sh "https://doi.org/10.1073/pnas.0407162101"
# Look up by OpenAlex ID
scripts/paper.sh W2097529540
API
Uses [OpenAlex](https://openalex.org/) — free, open, no API key required. 250M+ works indexed.
Initially introduced in [45 Claude Code Tips](https://github.com/ykdojo/claude-code-tips) (Tip 27).
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11