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

Pdf

  • 1 installs
  • 48 repo stars
  • Updated July 31, 2026
  • lwmxiaobei/xbcode

Helps with ai & agent building tasks.

About

pdf is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • pdf
  • AI & Agent Building
  • AI-coding skill

Pdf by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #14,102 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/lwmxiaobei/xbcode --skill pdf

Add your badge

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

Listed on Skillselion
Installs1
repo stars48
Last updatedJuly 31, 2026
Repositorylwmxiaobei/xbcode

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

PDF Processing

To work with PDF files:

1. Use bash to check if pdftotext is available: which pdftotext 2. If not installed, suggest: brew install poppler (macOS) or apt install poppler-utils (Linux) 3. Extract text: pdftotext input.pdf - (outputs to stdout) 4. For structured extraction: pdftotext -layout input.pdf - 5. For page-specific extraction: pdftotext -f 1 -l 5 input.pdf - (pages 1-5)

For PDF metadata: pdfinfo input.pdf For PDF to images: pdftoppm -png input.pdf output_prefix

Related skills

This week in AI coding

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

unsubscribe anytime.