Document Processing Agent
By @sriray
Read, generate, and transform PDF, Word, PowerPoint, and Excel documents.
aster install --stack document-processing-agentIncluded Skills (4)
ppt build tool
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, ext
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadshee
Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterhea
Compatibility Exports
{
"mcpServers": {
"aster": {
"command": "npx",
"args": [
"-y",
"astermcp"
],
"env": {
"ASTER_STACK": "document-processing-agent"
}
}
}
}{
"name": "Document Processing Agent",
"description": "Read, generate, and transform PDF, Word, PowerPoint, and Excel documents.",
"skills": [
"hunted/pdf",
"hunted/docx",
"hunted/pptx",
"hunted/xlsx"
],
"install": "aster install --stack document-processing-agent"
}# Add to your Claude project
Stack: Document Processing Agent
Skills: hunted/pdf, hunted/docx, hunted/pptx, hunted/xlsx
Install with: aster install --stack document-processing-agent