Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ttorres33
Automate discovery of new research papers from arXiv and Google Scholar, monitor local PDF sources, generate AI-powered summaries with key findings, and produce filtered daily digests based on configurable relevance criteria.
npx claudepluginhub ttorres33/teresa-torres-plugins --plugin research-systemShow plugin documentation and usage
Check recent log entries from fetch_papers and monitor_sources scripts to diagnose issues
Manually run the paper fetching script to retrieve new papers from arXiv and Google Scholar
Filter research digests by business relevance using configurable filter criteria to remove irrelevant papers
Update symlink and crontab entries to use stable plugin paths, fixing broken scheduled scripts after plugin directory changes
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A research infrastructure for AI agents. Search, read, and analyze papers from your local knowledge base while coding. Includes arXiv discovery, layered reading, ingestion, topic modeling, citation graphs, insights analytics, Office document inspection, scientific tool docs, and academic writing workflows. Requires Python 3.10+ and pip install.
Semi-automated research assistant for academic research and software development, with skills for literature review, experiments, analysis, writing, and project knowledge management
Annotated research paper collection management — retrieve, read, extract, cross-reference scientific papers
Connects to ArXiv and Semantic Scholar to find the latest AI/ML research papers, summarize their abstracts, and explain the methodology.
Karpathy-style LLM wiki for research papers. Ingest a URL / arXiv ID / DOI / PDF, write a structured summary into a local Obsidian vault, and maintain a finding-level knowledge graph via wikilinks + Dataview.
Oh My Paper research harness: memory system, Codex delegation, and pipeline commands for academic research projects.
Markdown-based task management with daily/weekly views, archiving, and idea tracking
Maintains project documentation: README.md (what/how to use), ARCHITECTURE.md (design/patterns), process-notes/ (per-entry work history), and A/B test docs
Automated research paper discovery, PDF monitoring, and AI-powered summarization for academic and technical literature.
The Research System automates your research workflow in a simple daily cycle:
Sources/ folderNotes/ folderSample Daily Workflow:
/generate-research-digest to see today's papers and any new summaries[Topic]/Sources//generate-research-digest again → Get today's papers + yesterday's summariesNote: Timing is fully customizable during setup. Schedule the automated tasks (paper discovery and PDF monitoring) whenever works best for your workflow.
Option A: Claude Code Marketplace (Recommended)
In Claude Code, run:
/plugin marketplace add ttorres33/teresa-torres-plugins
/plugin install research-system
Option B: Manual Installation
cd ~/.claude/plugins/
git clone https://github.com/ttorres33/research-system.git
In Claude Code:
/setup-research-automation
The wizard will guide you through:
Papers are fetched automatically by cron job, or run manually:
/fetch-papers
/generate-research-digest
This command:
research-today.md to research-today-archive/research-today.md with today's papers and summariesNote: The timing below is just one example. During setup, you choose when each automated task runs to fit your schedule.
daily-digests/YYYY-MM-DD.md/generate-research-digest to:
/filter-research-digest to remove irrelevant papers/update-research-filters to refine criteria/about - Show this README for help and usage information/generate-research-digest - Generate summaries and create today's digest/research-summary - Generate summary for a single PDF (handles large PDFs automatically)/split-conference-pdf - Split conference proceedings into individual papers/filter-research-digest - Filter digest by relevance/update-research-filters - Interactively refine filter criteria/setup-research-automation - Configuration wizard/fix-scheduled-scripts - Repair cron jobs after plugin directory changes/fetch-papers - Manually run paper fetching (instead of waiting for cron)/monitor-sources - Scan for new PDFs and add to summarization queue/check-logs - View recent log entries to diagnose issues