Initial commit

This commit is contained in:
Z User
2026-06-06 05:21:10 +00:00
Unverified
commit 6664758a6d
493 changed files with 135653 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# aminer-daily-paper
Skill for AMiner academic paper recommendations.
## Configuration
```bash
# TODO: fill in the actual API URL
export AMINER_API_URL="https://<your-api-host>/..."
```
## Usage
Natural language or explicit command:
```
/aminer-dp topics: multimodal agents, tool-use size: 5
recommend me recent papers on RAG
```
## Manual invocation
```bash
python3 scripts/recommend.py --topic "RAG" --topic "multimodal" --size 5 --language-sort zh
```
Output is a Markdown-formatted paper list.