Skills
Overview
Detailed overview of the DocuTray skill — install, usage, and contents
Agent skills for DocuTray CLI — AI-powered document processing from your coding agent.
Install
npx skills add docutray/docutray-skillsThis installs skills for AI coding agents like Claude Code, Cursor, Windsurf, Codex, and 40+ others.
What's included
| Skill | Description |
|---|---|
docutray | One unified skill: install/auth, convert, identify, types (list/get/export), steps, and custom document type creation. CLI is the canonical example; Python/Node/REST equivalents and depth content live in references/{setup,platform,advanced}/. |
What is DocuTray?
DocuTray converts documents (PDFs, images, scanned files) into structured JSON data using AI-powered extraction schemas called document types. The CLI is designed for automation pipelines and AI agents — all output is JSON with clear exit codes.
Key commands:
docutray convert— Extract structured data from a documentdocutray identify— Detect document type automaticallydocutray types list/get/export— Manage extraction schemasdocutray steps run/status— Execute processing pipelines
Learn more at docutray.com · CLI docs
Development
This repository uses OpenSpec for change management and follows the Agent Skills specification.
License
MIT