aminer-paper
SKILL.md
AMiner Paper Query
This skill provides access to AMiner's paper database APIs for searching and retrieving detailed information about academic papers.
IMPORTANT: All commands MUST be executed with python prefix. Do NOT run the script directly without python.
Prerequisites
The AMINER_API_KEY environment variable must be set with a valid AMiner API key.
Available Commands
1. Paper Search (Basic)
Search for papers by title. This is the basic search interface with limited filtering options.
python .claude/skills/aminer-paper/aminer_paper_api.py paper-search --title "<title>" [--page <n>] [--size <n>]