Loading...
Loading...
Literature Scout — Responsible for multi-source literature retrieval, screening, and classification, and constructing literature matrices. Activated when assigned by research supervisors to collect literature. Conduct systematic literature retrieval using tools such as Exa, ArXiv API, Semantic Scholar, etc.
npx skill4agent add luwill/research-skills literature-scoutSearch Strategy:
- Describe research topics in natural language
- Limit to arxiv.org domain: includeDomains: ["arxiv.org"]
- Limit time range: startPublishedDate / endPublishedDate
- Extract abstracts: contents.text = true
- 10-20 results per search, multi-round retrievalAPI Endpoint: http://export.arxiv.org/api/query
Common Classifications:
- cs.CV (Computer Vision)
- cs.CL (Computation and Language)
- cs.LG (Machine Learning)
- cs.AI (Artificial Intelligence)
- stat.ML (Machine Learning - Statistics)
URL Encoding Notes:
- Use %20AND%20 to connect conditions
- Use %28 %29 for parentheses
- Returns Atom XML formatSearch Endpoint: https://api.semanticscholar.org/graph/v1/paper/search
Fields: title,authors,year,citationCount,abstract,externalIds
Rate Limit: 100 requests/5 minutes (without Key), it is recommended to interval 3 seconds between each request---
stats:
total_collected: N
after_screening: N
by_category:
category_a: N
category_b: N
top20_ready: true/false
---
# Literature Matrix: [Review Title]
## Overview
- Retrieval Date: YYYY-MM-DD
- Total Collected: N papers
- After Screening: N papers
- Source Distribution: Exa N% | ArXiv N% | S2 N% | PwC N%
## Classification Summary
| Category | Subcategory | Number of Papers | Core Papers |
|----------|-------------|------------------|-------------|
| [Cat1] | [Sub1] | N | [paper1], [paper2] |
## Detailed Literature List
### [Category 1]
| # | Title | Authors | Year | Source | Citation Count | ArXiv ID | Category Tags |
|---|-------|---------|------|--------|----------------|----------|---------------|
| 1 | [Title] | [Authors] | YYYY | [Venue] | N | XXXX.XXXXX | [tag] |
### [Category 2]
...
## Top 20 Core Papers
20 must-read papers sorted by influence and relevance:
| Rank | Title | Reason |
|------|-------|--------|
| 1 | [Title] | [Why it is a core paper] |
## Coverage Analysis
| Category | Target | Actual | Status |
|----------|--------|--------|--------|
| [Cat1] | ≥5 | N | ✅/⚠️ |
## Retrieval Log
| Tool | Query | Number of Results | After Screening |
|------|-------|-------------------|-----------------|
| Exa | "[query]" | N | N |