aminer-data-search
Installation
SKILL.md
AMiner Open Platform Academic Data Query
AMiner is a globally leading academic data platform that provides comprehensive academic data covering scholars, papers, institutions, journals, patents, and more.
This skill covers all 28 open APIs and organizes them into 6 practical workflows.
Before use, please generate a token in the console and set it as the environment variable AMINER_API_KEY for automatic script access.
- API Documentation: https://open.aminer.cn/open/docs
- Console (Generate Token): https://open.aminer.cn/open/board?tab=control
High-Priority Mandatory Rules (Critical)
The following four rules are the highest priority and must be followed in any query task:
- Token Security: Only check whether
AMINER_API_KEYexists; never expose the token in plain text in any location (including terminal output, logs, example results, or debug information). - Cost Control: Always prefer the optimal combined query; never perform indiscriminate full-detail retrieval. When many results are matched and the user has not specified a count, default to fetching details for only the top 10 results.
- Free-First: Prefer free APIs unless the user explicitly requires deeper fields or higher precision; only upgrade to paid APIs when free ones cannot meet the need.
- Result Links: Whenever this skill is used and the result contains entities (papers/scholars/patents/journals), an accessible URL must be appended after each entity, regardless of the scenario or output format.