Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub sunholo-data/docparse-skillAILANG Parse — Universal document parsing and generation. Parse 17 formats into structured blocks via MCP. Includes auth, billing, cost estimation, and account management tools for AI agents.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 80 focused plugins, 185 specialized agents, and 153 skills - optimized for granular installation and minimal token usage
Official Repomix plugins for Claude Code
Share bugs, ideas, or general feedback.
Parse any document into structured blocks using the DocParse API.
claude install github:sunholo-data/docparse-skill
When you mention document parsing, DocParse, or ask to extract content from files, this skill activates and gives Claude access to:
# Set your API key
export DOCPARSE_API_KEY="dp_your_key_here"
# Parse a document
bash skills/docparse/scripts/parse.sh document.docx blocks
# Or let Claude do it — just ask:
# "Parse this DOCX file and show me the headings"
# "Extract tables from report.xlsx"
# "Convert this PDF to markdown"
DOCPARSE_API_KEY in your environmentOr use the device flow for headless setup:
bash skills/docparse/scripts/device-auth.sh
| Category | Formats | Speed |
|---|---|---|
| Office | DOCX, PPTX, XLSX, ODT, ODP, ODS | 11ms deterministic |
| Text | CSV, Markdown, HTML, EPUB | 5-15ms deterministic |
| PDF/Image | PDF, PNG, JPG, GIF, TIFF, WebP | AI-powered |
| Audio | MP3, WAV | AI-powered |
| Video | MP4 | AI-powered |