{
  "markdown": "# DeepRead Skills\n\nTeach any AI agent how to use the [DeepRead](https://www.deepread.tech) OCR API.\n\nInstall 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.\n\n## Skills\n\n| Skill | What it does |\n|-------|-------------|\n| `/setup` | Get started — signup, API key, first request, structured extraction, blueprints |\n| `/api` | Full API reference — all endpoints, auth, schemas, blueprints, webhooks, code examples |\n| `/form-fill` | Fill PDF forms — submit form + JSON data, get back completed PDF with quality report |\n| `/pii-removal` | PII removal — upload documents, detect and redact personal information, download clean files |\n\n## Install\n\n### Claude Code\n\n```bash\nnpx skills add deepread-tech/skills\n```\n\nAfter installing, use the slash commands:\n\n```\n/setup      # walks you through signup, API key, and first request\n/api        # full API reference — your agent can write integration code in any language\n/form-fill      # fill PDF forms with AI — any PDF, no AcroForm needed\n/pii-removal   # detect and redact PII from documents\n```\n\n### Cursor\n\nCopy the rule files into your project:\n\n```bash\ngit clone https://github.com/deepread-tech/skills.git /tmp/deepread-skills\ncp -r /tmp/deepread-skills/.cursor .\n```\n\nOr 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.\n\nRules use `alwaysApply: false` — Cursor will invoke them automatically when you're working with the DeepRead API.\n\n### Windsurf\n\nCopy the rule files into your project:\n\n```bash\ngit clone https://github.com/deepread-tech/skills.git /tmp/deepread-skills\ncp -r /tmp/deepread-skills/.windsurf .\n```\n\nOr 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.\n\n### Clawhub (OpenClaw Registry)\n\n```bash\nclawhub add deepread-tech/deepread-ocr\n```\n\nThe skills are published to the OpenClaw registry as `user-invocable` commands. Use `/setup`, `/api`, `/form-fill`, and `/pii-removal` after installation.\n\n## What is DeepRead\n\nAI-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.\n\n**Key features:**\n- **OCR** — Structured extraction via JSON Schema with 97%+ accuracy\n- **Form Fill** — AI-powered PDF form filling with visual QA\n- **PII Removal** — Detect and redact 14 types of personal information\n- Blueprints — optimized reusable schemas with 20-30% accuracy improvement\n- Per-field confidence flags (`needs_review`) for human-in-the-loop review\n- Webhook notifications\n- Shareable preview links (no auth needed)\n\n**Links:**\n- Dashboard: `https://www.deepread.tech/dashboard`\n- Docs: `https://www.deepread.tech/docs`\n\n## License\n\nMIT — [DeepRead Technologies](https://www.deepread.tech)\n",
  "bytes": 3253,
  "sha": "6a81670fce21aa9e9457b7ed75ad6d59ee50df0db204e53526cb0b799a1a216a",
  "repo_slug": "deepread-tech/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_deepread_tech_skills_deepread_e4b64317/readme"
}