Agent skill

semantic-paper-radar

Semantic literature discovery and synthesis using embeddings

brycew6m4,252★ · +31/wk · 3 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill semantic-paper-radar --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/43-wentorai-research-plugins/skills/literature/discovery/semantic-paper-radar/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,244
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Semantic Paper Radar ## Overview Traditional literature search relies on keyword matching—you find papers that contain the exact terms you search for. Semantic paper discovery goes further by understanding the meaning of research content and finding papers that are conceptually related, even when they use different terminology. This is especially powerful for interdisciplinary research, where the same idea may be expressed in completely different vocabularies across fields. The Semantic Paper Radar skill provides methods for using embedding-based semantic search, vector databases, and AI-powered synthesis to build a comprehensive, continuously updated view of the literature relevant to your research. It enables you to discover papers you would never find through keyword search alone and to synthesize findings across large bodies of work. This skill covers setting up a personal semantic search index over your paper collection, querying public semantic search APIs, and using LLM-powered analysis to extract themes and connections from clusters of related papers. ## Semantic Search Fundamentals ### How Embedding-Based Search Works Semantic search represents both your query and each p

What's inside
Steps it walks through
  1. Overview
  2. Semantic Search Fundamentals
  3. How Embedding-Based Search Works
  4. Using OpenAlex's Search API
  5. Building a Personal Semantic Index
  6. Discovery Workflows
  7. Concept Expansion Radar
  8. Cross-Disciplinary Bridge Detection
  9. Novelty Radar
  10. Semantic Synthesis
  11. Theme Extraction
  12. Evidence Mapping
  13. Gap Identification
  14. References
Commands it runs
Search works via the OpenAlex API
curl "https://api.openalex.org/works?search=attention+mechanisms+for+graph+neural+networks&per_page=20"
More from Auto-Empirical-Research-Skills
All skills →
About this skill
What does the semantic-paper-radar skill do?

Semantic literature discovery and synthesis using embeddings

How do I install it?

Run `npx skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill semantic-paper-radar --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Auto-Empirical-Research-Skills, a repository with 3,244 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going