From nong-toolkit
AMiner research API workflows through nong aminer. Trigger on scholar, paper, patent, org, or venue lookup, paper recommendation, paid AMiner detail commands, scholar profile exploration, or AMiner-specific research questions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nong-toolkit:aminerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `nong aminer` for deterministic AMiner API access. Keep `nong lit` for OpenAlex/Crossref/Unpaywall metadata and OA lookup; use `nong aminer` when the task explicitly needs AMiner's scholar, paper, patent, organization, venue, or paid detail surfaces.
Use nong aminer for deterministic AMiner API access. Keep nong lit for OpenAlex/Crossref/Unpaywall metadata and OA lookup; use nong aminer when the task explicitly needs AMiner's scholar, paper, patent, organization, venue, or paid detail surfaces.
Do not scrape the AMiner website, hide paid API costs, or pretend the free endpoints provide the same depth as the paid ones.
Read ../../.claude/references/nong-cli-preflight.md before the first Nong CLI command in a session. Confirm the nong CLI is installed and that the aminer group is available.
Current nong commands --json exposes these 22 implemented AMiner commands:
aminer scholar
aminer paper
aminer rec
aminer patent
aminer org
aminer venue
aminer paper-info
aminer patent-info
aminer paper-pro
aminer paper-detail
aminer paper-qa
aminer paper-citations
aminer deep-research
aminer scholar-detail
aminer scholar-figure
aminer scholar-stat
aminer scholar-papers
aminer scholar-patents
aminer scholar-projects
aminer org-detail
aminer org-patents
aminer patent-detail
For credentials, paid/free boundaries, and command-family routing, read references/api-contract.md.
nong aminer scholar --name <name> --ingest --json.nong aminer paper --title <title> --ingest --json.nong aminer rec --author <name> --topics <topic1> <topic2> --json.nong aminer patent, nong aminer org, or nong aminer venue.nong aminer paper-info --ids <id1> <id2> --json.nong aminer patent-info <id> --json (free) or nong aminer patent-detail <id> --json (paid).nong aminer paper-pro for multi-field paper searchnong aminer paper-detail for full paper details by IDnong aminer paper-qa for semantic question-style paper searchnong aminer paper-citations for paper citation graphnong aminer deep-research for long-form streaming answer generationnong aminer scholar-detail for the full profilenong aminer scholar-figure for research portraitnong aminer scholar-stat for summary metricsnong aminer scholar-papers, nong aminer scholar-patents, nong aminer scholar-projects for portfoliosnong aminer org-detail, nong aminer org-patents, or nong aminer patent-detail.nong aminer <command> --help before paid commands if exact option names matter for the current task.Always pass --json when the output feeds another tool or model decision. Treat AMiner output as API search evidence, not as peer review, advisor review, or ground-truth validation.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub angri450/nong.toolkit.net --plugin metaso