.memstack/plugins/pdf-assistant/skills/pdf-processing/SKILL.md
# PDF Processing Skill A skill for processing PDF documents with various operations. ## Description This skill provides comprehensive PDF processing capabilities including extraction, manipulation, and creation of PDF files. ## Tools - `pdf_extract_text` - Extract text from PDF - `pdf_extract_tables` - Extract tables to Excel - `pdf_extract_images` - Extract images from PDF - `pdf_extract_metadata` - Extract PDF metadata - `pdf_get_page_count` - Get page count - `pdf_merge` - Merge multiple
npx skillsauth add s1366560/agi-demos .memstack/plugins/pdf-assistant/skills/pdf-processingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A skill for processing PDF documents with various operations.
This skill provides comprehensive PDF processing capabilities including extraction, manipulation, and creation of PDF files.
pdf_extract_text - Extract text from PDFpdf_extract_tables - Extract tables to Excelpdf_extract_images - Extract images from PDFpdf_extract_metadata - Extract PDF metadatapdf_get_page_count - Get page countpdf_merge - Merge multiple PDFspdf_split - Split PDF by pagespdf_rotate - Rotate PDF pagespdf_add_watermark - Add watermark to PDFpdf_encrypt - Encrypt PDF with passwordpdf_decrypt - Remove PDF encryptionpdf_compress - Compress PDF filepdf_create - Create PDF from textpdf_ocr - OCR for scanned PDFsUse this skill when you need to:
result = pdf_extract_text(
input_file="/path/to/document.pdf",
output_file="/path/to/output.txt"
)
result = pdf_merge(
input_files=["/path/to/a.pdf", "/path/to/b.pdf"],
output_file="/path/to/merged.pdf"
)
result = pdf_add_watermark(
input_file="/path/to/document.pdf",
output_file="/path/to/watermarked.pdf",
watermark_text="CONFIDENTIAL"
)
The skill uses the PDF Assistant plugin configuration:
./output/pdfstools
Sandbox MCP Server 是一个隔离的代码执行环境,提供完整的文件系统操作、命令执行、 代码分析、测试运行和远程桌面能力。当你需要执行代码、操作文件、运行测试、 分析代码结构、或需要图形界面操作时使用此技能。支持 Python、Node.js、Java 等多语言环境。
tools
Replace with description of the skill and when Claude should use it.
development
Generate high-quality images using ModelScope's Z-Image API. Use this skill when the user wants to generate images using the specific Z-Image model or ModelScope API they provided. Trigger words: 'Zimage', 'ModelScope', 'generate zimage'.
tools
No-code automation democratizes workflow building. Zapier and Make (formerly Integromat) let non-developers automate business processes without writing code. But no-code doesn't mean no-complexity ...