https://github.com/docutray/docutray-skills
Agent skills for DocuTray CLI — AI-powered document processing from your coding agent
https://github.com/docutray/docutray-skills
Last synced: 3 months ago
JSON representation
Agent skills for DocuTray CLI — AI-powered document processing from your coding agent
- Host: GitHub
- URL: https://github.com/docutray/docutray-skills
- Owner: docutray
- Created: 2026-04-06T19:19:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-06T23:16:28.000Z (3 months ago)
- Last Synced: 2026-04-07T01:14:44.838Z (3 months ago)
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docutray-skills
Agent skills for [DocuTray CLI](https://docs.docutray.com/cli) — AI-powered document processing from your coding agent.
## Install
```bash
npx skills add docutray/docutray-skills
```
This installs skills for AI coding agents like Claude Code, Cursor, Windsurf, Codex, and [40+ others](https://agentskills.io).
## What's included
| Skill | Description |
|-------|-------------|
| `docutray-setup` | Install, configure, and authenticate docutray-cli and SDKs |
| `docutray-platform` | Core platform usage: convert, identify, types, and steps commands |
| `docutray-advanced` | Advanced features: document type creation, schema design, and processing pipelines |
## 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 document
- `docutray identify` — Detect document type automatically
- `docutray types list/get/export` — Manage extraction schemas
- `docutray steps run/status` — Execute processing pipelines
Learn more at [docutray.com](https://docutray.com) · [CLI docs](https://docs.docutray.com/cli)
## Development
This repository uses [OpenSpec](https://github.com/openspec-dev/openspec) for change management and follows the [Agent Skills specification](https://agentskills.io).
## License
MIT