Initial commit
This commit is contained in:
27
skills/aminer-daily-paper/README.md
Executable file
27
skills/aminer-daily-paper/README.md
Executable 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.
|
||||
Reference in New Issue
Block a user