skills/smithery.ai/paper-extract-style

paper-extract-style

Installation
SKILL.md

Paper Style Extraction Skill

Goal: Reverse engineer academic style from PDF/TeX files and build the psmfiles/ knowledge base.

Workflow

  1. Locate Source Files:

    • Look for PDF, TeX, or TXT files in the current directory or user-specified path.
    • If user requests new papers/datasets, use WebSearch to find them first.
  2. Extract Text:

    • Execute the extraction script: python paper-extract-style/extract_text.py <file_path>
    • This creates ref_article/*_cleaned_body.md and ref_article/*_appendix.md.
Installs
1
First Seen
Apr 5, 2026
paper-extract-style from smithery.ai