Loading...
Loading...
Search published venue papers (IEEE, ACM, Springer, etc.) via Semantic Scholar API. Complements /arxiv (preprints) with citation counts, venue metadata, and TLDR. Use when user says "search semantic scholar", "find IEEE papers", "find journal papers", "venue papers", "citation search", or wants published literature beyond arXiv preprints.
npx skill4agent add wanshuiyin/auto-claude-code-research-in-sleep semantic-scholar/arxiv| Skill | Source | Best for |
|---|---|---|
| arXiv API | Latest preprints, cutting-edge unrefereed work |
| Semantic Scholar API | Published journal/conference papers (IEEE, ACM, Springer, etc.) with citation counts, venue info, TLDR |
externalIds.ArXivtools/semantic_scholar_fetch.py--fields-of-study "Computer Science,Engineering"--publication-types JournalArticle,ConferenceOverrides (append to arguments):
— return up to 20 results/semantic-scholar "topic" - max: 20 — only journal articles/semantic-scholar "topic" - type: journal — only conference papers/semantic-scholar "topic" - type: conference — only highly-cited papers/semantic-scholar "topic" - min-citations: 50 — papers from 2022 onward/semantic-scholar "topic" - year: 2022- — remove default field-of-study filter/semantic-scholar "topic" - fields: all — bulk search sorted by citation count/semantic-scholar "topic" - sort: citations — fetch a single paper by DOI/semantic-scholar "DOI:10.1109/..."
$ARGUMENTS10.1109/TWC.2024.1234567f9314fd99be5f2b1b3efcfab87197d578160d553ARXIV:2006.10685CorpusId:219792180- max: N- type: journal|conference|review|all--publication-types- min-citations: N--min-citations- year: RANGE--year2022-2020-2024- fields: FIELDS--fields-of-studyall- sort: citations|datesearch-bulk--sort citationCount:descpublicationDate:desc10.XXXX/...ARXIV:...CorpusId:...SCRIPT=$(find tools/ -name "semantic_scholar_fetch.py" 2>/dev/null | head -1)
[ -z "$SCRIPT" ] && SCRIPT=$(find ~/.claude/skills/semantic-scholar/ -name "semantic_scholar_fetch.py" 2>/dev/null | head -1)python3 "$SCRIPT" search "QUERY" --max MAX_RESULTS \
--fields-of-study "Computer Science,Engineering" \
--publication-types JournalArticle,Conference- sort:python3 "$SCRIPT" search-bulk "QUERY" --max MAX_RESULTS \
--sort citationCount:desc \
--fields-of-study "Computer Science" \
--year "2020-"semantic_scholar_fetch.pyurllibhttps://api.semanticscholar.org/graph/v1/paper/search| Goal | Flags |
|---|---|
| High-quality journal papers | |
| CS/EE papers, recent | |
| Foundational / high-impact | |
| Conference papers only | |
Note:requires exact venue names (e.g. "IEEE Transactions on Signal Processing"), not partial matches like "IEEE". Avoid using--venuein automated flows — prefer--venue+--publication-types.--fields-of-study
python3 "$SCRIPT" paper "PAPER_ID"10.1109/TSP.2021.3071210ARXIV:2006.10685CorpusId:219792180f9314fd99be5f2b1b3efcfab87197d578160d553externalIds.ArXiv/arxiv| # | Title | Venue | Year | Citations | Authors | Type |
|---|-------|-------|------|-----------|---------|------|
| 1 | Deep Learning Enabled... | IEEE Trans. Signal Process. | 2021 | 1364 | Xie et al. | Journal |https://doi.org/DOIopenAccessPdf.urlexternalIds.ArXiv## [Title]
- **Venue**: [venue name] ([publicationVenue.type]: journal/conference)
- **Year**: [year] | **Citations**: [citationCount]
- **Authors**: [full author list]
- **DOI**: [doi link]
- **Fields**: [fieldsOfStudy]
- **TLDR**: [tldr.text if available]
- **Abstract**: [abstract]
- **Open Access**: [openAccessPdf.url or "Not available"]
- **Also on arXiv**: [ArXiv ID if exists, else "No"]research-wiki/externalIds.ArXiv--arxiv-idif [ -d research-wiki/ ]:
for each paper in results:
if paper.externalIds.ArXiv:
python3 tools/research_wiki.py ingest_paper research-wiki/ \
--arxiv-id "<ArXiv>"
else:
python3 tools/research_wiki.py ingest_paper research-wiki/ \
--title "<title>" --authors "<authors joined by , >" \
--year <year> --venue "<venue>" \
[--external-id-doi "<externalIds.DOI>"]papers/<slug>.mdshared-references/integration-contract.md/research-wiki sync --arxiv-ids <id1>,<id2>,...Found N published papers for "query"Filters applied: [publication types, fields, year range, etc.]N papers are venue-only (not on arXiv)Wiki-ingested N papersresearch-wiki//arxiv "topic" - search arXiv preprints (complements this search)
/research-lit "topic" - multi-source review: Zotero + local PDFs + arXiv + S2
/novelty-check "idea" - verify novelty against literature--fields-of-study--publication-types- fields: allcitationCountvenuepublicationVenue.typeSEMANTIC_SCHOLAR_API_KEY/arxiv/research-lit "topic" - sources: web