From conf-analysis
Generate academic paper analysis report from conference webpage URL
How this skill is triggered — by the user, by Claude, or both
Slash command
/conf-analysis:paper-reportThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill processes multiple academic papers from a conference webpage URL to generate comprehensive analysis reports. It extracts key information for each paper, generates citations, and finds important referenced papers.
This skill processes multiple academic papers from a conference webpage URL to generate comprehensive analysis reports. It extracts key information for each paper, generates citations, and finds important referenced papers.
OOPSLA26), used to store generated scripts and conference data.Since conference webpage formats vary significantly, this step uses a flexible meta-process rather than a fixed script:
Web Content Retrieval:
Custom Extraction Script Generation:
extract_papers_custom.py) within the specified Conference Folder.Batch Processing and Generation:
papers.json following the template ./template/papers.json.Tools: curl, Crawl4AI, Sub-agent (Script Generation), python3
For each paper identified in Step 1, retrieve the full content (ideally PDF):
PDF Link Search:
Content Extraction:
Tools to use: mcp__tavily__tavily_search, mcp-paper-search__search_papers, mcp-academic__search_papers, Read (for downloaded PDF)
To save tokens and improve efficiency when processing multiple papers:
Batch Preparation:
papers.json). The example is ./template/papers.jsonAutomated Search and Collection:
Final Output:
.bib file (e.g., papers.bib) containing all collected entries.Tools to use: batch_bibtex.py, python3
Identify foundational content and seminal papers to help readers build a solid understanding of the research topics. When generating this section of the report, you are required to include as many relevant links as possible (e.g., links to DBLP, Google Scholar, Semantic Scholar, official paper PDFs, and author profiles).
Foundational Knowledge Extraction:
Classic Paper Identification:
Tools to use: mcp__tavily__tavily_search, mcp__exa__web_search_exa, mcp-academic__search_papers
Analyze the broader impact and connections between papers to uncover research trends:
Citation Graph Exploration:
Specialized Analysis Tools:
scholarly or crossrefapi for programmatic access to citation data.Tools to use: mcp-academic__get_references, mcp-paper-search__get_citations, Python scholarly/crossref
Generate a markdown report using template template/summary.md. Crucially, the report should be rich in external links, providing direct access to papers, bibliographies, author profiles, and relevant academic databases for every piece of information presented.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub lslightly/conf-abstract --plugin conf-analysis