agentsclimarketplace

Paper analyzer

Skill lyx2022518/sherlock-ai-plugin/skills/paper-analyzer

🛠️ Transform research papers into executable code with Sherlock AI Plugin, your essential tool for efficient literature review and implementation.

Install
npx -y skills add lyx2022518/sherlock-ai-plugin --skill paper-analyzer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Transform academic papers into in-depth technical articles with multiple writing style options. Use the MinerU Cloud API for high-precision PDF parsing, automatically extracting images, tables, and formulas. Optional formula explanations and GitHub code analysis, generating Markdown and HTML formats.

SKILL.md

2.9 KB, as published. Nobody here has run it

Academic Paper Analyzer – In-Depth Analysis of Academic Papers

Core Capabilities

  • MinerU Cloud API for high-precision PDF parsing
  • Automatic extraction of images, tables, and LaTeX formulas
  • Multiple writing styles: storytelling / academic / concise
  • Optional formula explanations: insert formula images with detailed symbol explanations
  • Optional code analysis: combine explanations with GitHub open-source code
  • Output Markdown + HTML (base64-embedded images)

Prerequisites

MinerU API Token

  1. Visit https://mineru.net and register an account
  2. Obtain an API Token
  3. Set an environment variable (recommended):
    export MINERU_TOKEN="your_token_here"
    

Dependency Installation

pip install requests markdown

Workflow

Step 1: PDF Parsing (Using MinerU API)

python scripts/mineru_api.py <pdf_path> <output_dir>

Or pass the token directly:

python scripts/mineru_api.py paper.pdf ./output YOUR_TOKEN

Output:

  • output_dir/*.md – Markdown files (including formulas and tables)
  • output_dir/images/ – High-quality extracted images

Step 2: Extract Paper Metadata

python scripts/extract_paper_info.py <output_dir>/*.md paper_info.json

Step 3: Style Selection (Ask the User)

Before generating the article, you must ask the user to choose the following options:

1. Writing Style (Required)

StyleCharacteristicsUse Cases
storytellingStarts from intuition, uses metaphors and examples, narrative-drivenBlogs, tech columns, popular science
academicProfessional terminology, rigorous expression, preserves original conceptsAcademic reports, surveys, research group sharing
conciseStraight to the point, tables and lists, high information densityQuick reads, paper overviews, technical research

2. Formula Option (Optional)

OptionDescription
with-formulasInsert formula images and explain symbol meanings in detail
no-formulas (default)Pure text description, no formula images

3. Code Option (Optional, only if the paper has GitHub)

OptionDescription
with-codeClone the repository, include key source code, and explain it alongside the paper
no-code (default)No code analysis

Step 4: Intelligent Article Generation

(...)

API Limits

  • Maximum file size: 200MB
  • Maximum pages per file: 600
  • Supports PDF, DOC, PPT, images, and more

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.