By Lslightly
Academic conference paper analysis - generate reports from conference webpages
An automated framework for crawling, extracting, and analyzing academic conference papers. This tool leverages AI agents to generate comprehensive conference reports.
url: Target conference URL.papers.json: Extracted paper metadata.papers.bib: Generated BibTeX entries.summary.md: Final analysis report.This project uses uv for Python package and environment management. Install it via:
curl -LsSf https://astral.sh/uv/install.sh | sh
Copy the .env.example to .env and fill in your API keys:
cp .env.example .env
# Edit .env and add your tavilyApiKey
# ...
# export .env to shell environment
export $(grep -v '^#' .env | xargs)
Use uv to sync dependencies and run the setup script:
# Sync Python dependencies
uv sync
# Add MCP servers (ensure tavilyApiKey is exported)
./setup.sh
The setup.sh script also uses uvx to run MCP servers without manual installation.
Use the provided wrapper script to start Claude with the conf-analysis plugin enabled:
./run-claude.sh
This project follows a flexible Meta-Process described in SKILL.md.
Create a folder for the specific conference under the 2026/ (or current year) directory.
mkdir -p 2026/OOPSLA26
echo "https://target-conference-url.com" > 2026/OOPSLA26/url
curl, Crawl4AI, or browser "Save as".extract_papers_custom.py using extract_papers.py as a reference template.papers.json.python3 conf-analysis/skills/paper-report/scripts/batch_bibtex.py 2026/OOPSLA26/papers.json --output 2026/OOPSLA26/papers.bib
Generate the final summary.md using the provided template.
crawl4ai, bibtexparser, tqdm, pydanticOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub lslightly/conf-abstract --plugin conf-analysisUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.