aminer-dp

aminer-dp is a command for Claude Code from ssmurfgg04-gif/context-m. It costs 0 tokens per session (642 once invoked), scanned A, a copy of aminer-dp, Apache-2.0.

A command that recommends research papers from AMiner, an academic search and researcher-profile service, using topics or a scholar's profile. It can also consider an author's organization and other request options.

In plain words
What is it for?
Use it to request daily paper recommendations by topic, author, organization, paper count, or sorting preference.
Why use it?
It narrows a large research-paper search to recommendations based on the user's stated interests or a particular researcher.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Runs only inside a plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else, and the catalogue could not identify which plugin ships it.

Good fit Use it to request daily paper recommendations by topic, author, organization, paper count, or sorting preference.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aminer-dp

README.md
[![agentmods](https://agentmods.dev/badge/commands/ssmurfgg04-gif/context-m/aminer-dp/github.svg)](https://agentmods.dev/commands/ssmurfgg04-gif/context-m/aminer-dp)
Your own site
<a href="https://agentmods.dev/commands/ssmurfgg04-gif/context-m/aminer-dp"><img src="https://agentmods.dev/badge/commands/ssmurfgg04-gif/context-m/aminer-dp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aminer-dp

Your own site · 80×15
<a href="https://agentmods.dev/commands/ssmurfgg04-gif/context-m/aminer-dp"><img src="https://agentmods.dev/badge/commands/ssmurfgg04-gif/context-m/aminer-dp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 642 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00642
Opus 5 $0.00000 $0.00321
Sonnet 5 $0.00000 $0.00128
Haiku 4.5 $0.00000 $0.00064

Measured 10d ago against content hash e0090b975b1d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

aminer-dp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to aminer-dp — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/aminer-daily-paper/commands/aminer-dp.md · 53 lines

How it starts

The opening of the file, as written. The whole thing — 53 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/aminer-dp — AMiner Daily Paper

User invoked the AMiner daily paper recommendation skill with the following arguments:

$ARGUMENTS

Your task

Strictly follow ${CLAUDE_PLUGIN_ROOT}/SKILL.md (English) or ${CLAUDE_PLUGIN_ROOT}/SKILL.zh.md (Chinese). Key rules summarized below — but read the SKILL file if you need detail.

1. Pre-flight

Verify the AMINER_API_KEY env var is set:

[ -z "${AMINER_API_KEY+x}" ] && echo "AMINER_API_KEY missing" || echo "AMINER_API_KEY exists"

If missing, stop and tell the user to set it (token from https://open.aminer.cn). Do not call the script.

2. Parse $ARGUMENTS into structured fields

Extract any of: topics, scholar / author_name, org / author_org, papers, size, language_sort.

Critical rules — do NOT violate:

  • topics: keep the user's exact wording. If they wrote 具身智能, 环境保护, pass those Chinese strings through. Never translate them into unrelated English fields (e.g. don't map them to "Knowledge Distillation" or "Smart agriculture"). If you add an English alias, it must be a faithful translation of the same concept (e.g. 具身智能 → embodied intelligence).
  • language_sort: include zh or en only when the user explicitly asks for Chinese-/English-biased ranking (e.g. "优先中文论文" / "prefer English papers"). Otherwise omit it entirely.
  • scholar / org: use English-canonical names where reasonable (e.g. Jie Tang, Tsinghua University). If a Chinese name is ambiguous and no org is given, ask the user before guessing.
  • If $ARGUMENTS is empty, call the script with no extra fields — the API will return personalized recs based on the API key.

3. Run the entrypoint

Reconstruct the trigger and execute (one call per topic group; ≤3 closely related terms per group):

python3 "${CLAUDE_PLUGIN_ROOT}/scripts/handle_trigger.py" \
  --base-dir "${CLAUDE_PLUGIN_ROOT}" \
  --text "/aminer-dp <reconstructed fields>"

4. Present the result

Read the full file on GitHub · 53 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 53 lines · 0 tokens per session scan A e0090b975b1d

Subscribe to this mod's changes

aminer-dp is a command published in the GitHub repository ssmurfgg04-gif/context-m (1 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 642 tokens. A static security scan graded it A with 0 findings. It is 100% identical to aminer-dp, differing in 2 lines, and is treated as a copy.