Use when you have a written implementation plan to execute in a separate session with review checkpoints
npx skills add yueweilu/ai-agent-skills --skill "pdf-text-extractor"
Install specific skill from multi-skill repository
# Description
Extract text content from local PDF files for the AI to process.
# SKILL.md
name: pdf-text-extractor
description: Extract text content from local PDF files for the AI to process.
pdf-text-extractor Skill
PDF Text Extractor Skill | PDF 文本提取技能
Allows the AI to read the content of local PDF documents.
Tools
extract.py
Location: skills/pdf-text-extractor/extract.py
Dependencies: PyPDF2
Usage:
python skills/pdf-text-extractor/extract.py [path_to_pdf]
Output:
JSON containing a preview of the text content and metadata.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.