⏳ This skill is pending AI review.

Scores will appear once the review pipeline completes.

version unknown

deepread-api

@deepread-tech⭐ 4 stars

Full DeepRead API reference. All endpoints, auth, request/response formats, blueprints, webhooks, error handling, and code examples for OCR, structured extraction, form filling, and PII redaction.

Use with your AI agent

Open your project in any AI assistant that can read your files. Works with ChatGPT, Claude, Claude Code, Codex, Cursor, Hermes Agent, OpenClaw, Grok Bot, and more.

Your agent needs access to this page’s linked instructions and your project files. Copying does not install or execute anything.

—/10

// RATINGS

⭐GitHub Stars
⭐ 4 on GitHubGitHub ↗

New / niche

🟢ProSkills Score
—
📍

Not yet listed on ClawHub or SkillsMP

// README

DeepRead Skills

Teach any AI agent how to use the DeepRead OCR API.

Install these skills and your AI coding assistant instantly knows how to integrate DeepRead — sign up, get an API key, extract text and structured data from documents, fill PDF forms, redact PII, use blueprints for optimized accuracy, handle webhooks, and manage errors.

Skills

SkillWhat it does
/setupGet started — signup, API key, first request, structured extraction, blueprints
/apiFull API reference — all endpoints, auth, schemas, blueprints, webhooks, code examples
/form-fillFill PDF forms — submit form + JSON data, get back completed PDF with quality report
/pii-removalPII removal — upload documents, detect and redact personal information, download clean files

Install

Claude Code

npx skills add deepread-tech/skills

After installing, use the slash commands:

/setup      # walks you through signup, API key, and first request
/api        # full API reference — your agent can write integration code in any language
/form-fill      # fill PDF forms with AI — any PDF, no AcroForm needed
/pii-removal   # detect and redact PII from documents

Cursor

Copy the rule files into your project:

git clone https://github.com/deepread-tech/skills.git /tmp/deepread-skills
cp -r /tmp/deepread-skills/.cursor .

Or manually copy .cursor/rules/deepread-setup.mdc, .cursor/rules/deepread-api.mdc, .cursor/rules/deepread-form-fill.mdc, and .cursor/rules/deepread-pii-removal.mdc into your project's .cursor/rules/ directory.

Rules use alwaysApply: false — Cursor will invoke them automatically when you're working with the DeepRead API.

Windsurf

Copy the rule files into your project:

git clone https://github.com/deepread-tech/skills.git /tmp/deepread-skills
cp -r /tmp/deepread-skills/.windsurf .

Or manually copy .windsurf/rules/deepread-setup.md, .windsurf/rules/deepread-api.md, .windsurf/rules/deepread-form-fill.md, and .windsurf/rules/deepread-pii-removal.md into your project's .windsurf/rules/ directory.

Clawhub (OpenClaw Registry)

clawhub add deepread-tech/deepread-ocr

The skills are published to the OpenClaw registry as user-invocable commands. Use /setup, /api, /form-fill, and /pii-removal after installation.

What is DeepRead

AI-native document processing API. Upload a PDF or image, get back extracted text and structured data. Multi-model consensus pipelines deliver 97%+ accuracy and flag uncertain fields for human review.

Key features:

  • OCR — Structured extraction via JSON Schema with 97%+ accuracy
  • Form Fill — AI-powered PDF form filling with visual QA
  • PII Removal — Detect and redact 14 types of personal information
  • Blueprints — optimized reusable schemas with 20-30% accuracy improvement
  • Per-field confidence flags (needs_review) for human-in-the-loop review
  • Webhook notifications
  • Shareable preview links (no auth needed)

Links:

  • Dashboard: https://www.deepread.tech/dashboard
  • Docs: https://www.deepread.tech/docs

License

MIT — DeepRead Technologies

// HOW IT'S BUILT

KEY FILES

skills/api/SKILL.mdREADME.md

// REPO STATS

4 stars