home / skills / a5c-ai / babysitter / connected-papers-mapper
This skill helps researchers map citation graphs to discover related work via visual traversal, temporal analysis, and bridge detection.
npx playbooks add skill a5c-ai/babysitter --skill connected-papers-mapperReview the files below or copy the command above to add this skill to your agents.
---
name: connected-papers-mapper
description: Citation graph exploration for discovering related work through visual graph traversal
allowed-tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
- WebFetch
metadata:
specialization: scientific-discovery
domain: science
category: literature-knowledge
phase: 6
---
# Connected Papers Mapper
## Purpose
Provides citation graph exploration capabilities for discovering related work through visual graph traversal and temporal analysis.
## Capabilities
- Citation graph generation
- Seminal paper identification
- Research front detection
- Temporal citation analysis
- Field bridge identification
- Export to reference managers
## Usage Guidelines
1. **Seed Papers**: Start with key papers in the field
2. **Graph Exploration**: Navigate citation relationships
3. **Temporal Analysis**: Track field evolution over time
4. **Bridge Detection**: Find cross-disciplinary connections
## Tools/Libraries
- Connected Papers API
- NetworkX
- pyvis
This skill provides interactive citation graph exploration to help researchers discover related work by visually traversing citation relationships and temporal trends. It builds and visualizes citation networks, highlights seminal works and emerging fronts, and lets you export results to reference managers. The goal is faster literature discovery and clearer mapping of how ideas connect across time and fields.
Starting from one or more seed papers, the skill queries citation data and constructs a directed graph of references and citations. It computes metrics to surface seminal nodes, clusters research fronts, and detects cross-field bridges. Interactive visualizations allow zooming, filtering by year or topic, and temporal playback to watch the field evolve. Export options produce bibliographic files compatible with common reference managers.
What input does the skill require?
Provide one or more seed paper identifiers (DOI, arXiv ID, or title). The tool then retrieves citation relationships to build the graph.
Can I export results to my reference manager?
Yes. The skill supports export formats compatible with common reference managers so you can import selected nodes and metadata.