A powerful skill to extract structured, typed JSON data from PDF or scanned purchase orders, including line items and confidence flags.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install deepread-purchase-orders
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install deepread-purchase-orders using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DeepRead Purchase Orders skill transforms complex, unstructured PDF and scanned purchase orders into clean, developer-friendly JSON. By extracting essential fields like purchase order numbers, line items, buyer/supplier details, delivery dates, and totals, it removes the manual data entry bottleneck from your business workflows. As part of the Openclaw Skills library, this tool enables your AI agents to programmatically parse and process transactional documents with high precision.
With features like per-field confidence flags and page-location tracking, this skill is designed for production integrations that require human-in-the-loop review only when necessary. It empowers developers to build automated procurement pipelines, spend analysis engines, and robust accounts payable systems that seamlessly integrate with existing ERP platforms.
To use this skill within the Openclaw Skills framework, you need to set up your API credentials:
export DEEPREAD_API_KEY=\"sk_live_your_key_here\"
The extracted payload conforms to the following schema format:
| Field | Type | Description |
|---|---|---|
po_number |
string | The unique purchase order identifier. |
order_date |
string (YYYY-MM-DD) | The date the purchase order was issued. |
supplier_name |
string | Name of the supplier or vendor. |
buyer_name |
string | Name of the buying entity or ordering company. |
delivery_date |
string or null | Requested delivery date. |
ship_to |
string or null | Shipping destination address. |
currency |
string | Currency code (e.g., USD, EUR). |
total |
number | The absolute total order amount. |
line_items |
array | List of items containing SKU, description, quantity, unit price, and total line amount. |
Each extracted field includes a metadata wrapper containing:
needs_review: A boolean flag indicating if human verification is recommended based on API confidence.location: Specifies the exact page number where the key-value pair was discovered.deepread-invoice to match purchase orders against invoices and receipts dynamically in Python.needs_review flags to isolate low-confidence extractions and automatically queue them for manual review.Loading
An AI-powered candidate sourcing, vetting, and outreach automation workflow powered by DeepSeek and Lark Mail, designed to keep human recruiters strictly in control.

An AI-powered geopolitical research toolkit designed to trace historical alliances, deep-state finance, and the legacy of Operation Gladio stay-behind networks.

Earn Hunter is an automated yield monitor for OKX Flash Earn, Fixed Earn, and Flexible Earn opportunities that triggers notifications across Telegram, Lark, or your terminal session.

An AI-powered narrative toolkit that maps Jon Krakauer's Into Thin Air to high-stakes decision-making, mountaineering history, and survival ethics.

Access real-time enterprise statistics, business registrations, and regional growth metrics for intelligent business analyses.

AutoPostOnline Agents is an autonomous social publishing infrastructure that gives OpenClaw agents a single secure API to draft, schedule, and publish content across multiple channels.








































