Skip to main content
📄

Document Processing Agent

By @sriray

Read, generate, and transform PDF, Word, PowerPoint, and Excel documents.

aster install --stack document-processing-agent

Compatibility Exports

CClaude / MCP Server
{
  "mcpServers": {
    "aster": {
      "command": "npx",
      "args": [
        "-y",
        "astermcp"
      ],
      "env": {
        "ASTER_STACK": "document-processing-agent"
      }
    }
  }
}
OOpenAI / GPT
{
  "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"
}
TPlain Text
# 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
CLI Usage

Install the entire stack

aster install --stack document-processing-agent

Or install skills individually

aster install hunted/pdf hunted/docx hunted/pptx hunted/xlsx

Load via MCP server

ask_load stack="document-processing-agent"