{
  "markdown": "# paper-search\n\nA Claude Code plugin and skill for searching academic papers via the [OpenAlex API](https://docs.openalex.org/).\n\n## Install as Claude Code Plugin\n\n```bash\nclaude plugin marketplace add ykdojo/paper-search\nclaude plugin install paper-search@paper-search\n```\n\nAfter installing, the `paper-search` skill is available automatically. Just ask Claude Code to search for papers and it will use the skill.\n\n## Requirements\n\n- `curl`, `jq`\n\n## Usage\n\n```bash\n# Search for papers (sorted by relevance by default)\nscripts/search.sh \"mindfulness meditation stress reduction\" 10\n\n# Sort by citation count\nscripts/search.sh \"mindfulness meditation stress reduction\" 10 cites\n\n# Sort by publication date\nscripts/search.sh \"mindfulness meditation stress reduction\" 10 date\n\n# Page 2 of results\nscripts/search.sh \"mindfulness meditation stress reduction\" 10 relevance 2\n\n# Get 25 results per page\nscripts/search.sh \"mindfulness meditation stress reduction\" 25\n\n# Look up a specific paper by DOI\nscripts/paper.sh \"https://doi.org/10.1073/pnas.0407162101\"\n\n# Look up by OpenAlex ID\nscripts/paper.sh W2097529540\n```\n\n## API\n\nUses [OpenAlex](https://openalex.org/) — free, open, no API key required. 250M+ works indexed.\n\nInitially introduced in [45 Claude Code Tips](https://github.com/ykdojo/claude-code-tips) (Tip 27).\n\n",
  "bytes": 1319,
  "sha": "bbe47c1b298630115947017d5c3d40a2d598fd0c5d179a0a00270616add52467",
  "repo_slug": "ykdojo/paper-search",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_ykdojo_paper_search_paper_search_1a57e662/readme"
}