Skip to content

sunholo-data/docparse-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

DocParse Skill for Claude Code

Parse any document into structured blocks using the DocParse API.

Install

claude install github:sunholo-data/docparse-skill

What It Does

When you mention document parsing, DocParse, or ask to extract content from files, this skill activates and gives Claude access to:

  • Parse documents — DOCX, PDF, PPTX, XLSX, CSV, HTML, Markdown, EPUB, ODT, ODP, ODS, images, audio, video
  • Estimate costs — check credit cost before parsing
  • List samples — test files for verifying integration
  • Device auth — get API keys without a browser session

Quick Start

# 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"

Get an API Key

  1. Visit DocParse Dashboard
  2. Sign in with Google
  3. Generate a key
  4. Set DOCPARSE_API_KEY in your environment

Or use the device flow for headless setup:

bash skills/docparse/scripts/device-auth.sh

Supported Formats

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

Links

About

DocParse skill for Claude Code — parse documents via the DocParse API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages