Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Lslightly avatar

Conf Analysis

  • 1 repo stars
  • Updated May 14, 2026
  • Lslightly/conf-abstract

Academic conference paper analysis - generate reports from conference webpages

About

conf-analysis is a Claude Code skill in the AI & Agent Building category. Academic conference paper analysis - generate reports from conference webpages

  • conf-analysis
  • AI & Agent Building
  • AI-coding skill

Conf Analysis by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Lslightly/conf-abstract
/plugin install conf-analysis@my-plugins

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
Last updatedMay 14, 2026
RepositoryLslightly/conf-abstract

What it does

Academic conference paper analysis - generate reports from conference webpages

README.md

Conference Analysis Plugin

This plugin provides academic paper analysis capabilities for conferences.

Paper Report Skill Workflow

The following flowchart describes the automated process of generating a paper analysis report from a conference URL:

graph TD
    A[Start: Conference Webpage URL] --> B[Step 1: Paper List & Metadata Extraction]
    B --> C{For Each Paper}
    
    subgraph "Per-Paper Processing"
    C --> D[Step 2: PDF Retrieval & Content Understanding]
    D --> E[Step 3: Citation Search & Metadata Collection]
    end
    
    E --> F{More Papers?}
    F -- Yes --> C
    F -- No --> G[Step 3: Batch BibTeX Generation & Export]
    
    G --> H[Step 4: Subject Background & Classic Papers - Optional]
    H --> J[Step 5: Advanced Reference Chain Analysis - Optional]
    J --> I[End: Generate Final Markdown Reports]

    style A fill:#f9f,stroke:#333,stroke-width:2px
    style I fill:#ccf,stroke:#333,stroke-width:2px
    style B fill:#fff,stroke:#333,stroke-width:1px
    style D fill:#fff,stroke:#333,stroke-width:1px
    style G fill:#fff,stroke:#333,stroke-width:1px
    style H fill:#fff,stroke:#e67e22,stroke-width:1px,stroke-dasharray: 5 5
    style J fill:#fff,stroke:#e67e22,stroke-width:1px,stroke-dasharray: 5 5

Key Components

  • Metadata Extraction: Primarily uses the extract_papers.py script with Crawl4AI to convert conference pages into structured content and generate papers.json.
  • PDF Retrieval: Integrates paper-search-mcp and academic-mcp to find and download full-text PDFs.
  • Batch BibTeX: Optimized process using the batch_bibtex.py script to search DBLP and export a unified .bib file, replacing multiple manual MCP calls.
  • Reference Analysis: (In development) Specialized tools for citation graph exploration.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.