Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

mova-invoice-ocrMOVA 发票 OCR

Agent Skill

用于辅助音频、音乐、语音转写、语音合成或声音素材处理。它适合让 Agent 生成配乐说明、整理音频流程、调用语音工具或处理播客和视频配音素材。使用时需要确认输入音频来源、输出格式、时长和模型限制;涉及人声克隆、版权音乐或公开发布时,应先核对授权和合规边界。

总安装

7,736

周安装

316

GitHub Stars

公开资料未说明

下载量

2,477
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mova-invoice-ocr(MOVA 发票 OCR)
来源仓库:https://github.com/mova-compact/mova-invoice-ocr
安装命令:
openclaw skills install mova-invoice-ocr
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mova-invoice-ocr

简介

通过OCR与人机交互处理财务单据并提取关键信息。

  • 适用于发票、收据等票据自动化管理。
  • 支持多语言文本识别与金额校验。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 需上传清晰图像或PDF文件。mova-invoice-ocr 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 注意敏感财务数据的脱敏处理要求。

SKILL.md

name
mova-invoice-ocr
description
Process any financial document — invoice, bill, receipt, or purchase order — via MOVA OCR and human-in-the-loop approval. Trigger when the user shares a document image URL or asks to process, extract, or review a financial document. Always confirm before starting.
license
MIT-0
metadata
{"openclaw":{"plugin":{"name":"MOVA","installCmd":"openclaw plugins install openclaw-mova"},"dataSentToExternalServices":[{"service":"MOVA API (api.mova-lab.eu)","data":"invoice image URL, extracted document fields, human decision, audit metadata"},{"service":"ERP connector (read-only mock by default)","data":"PO reference number for cross-reference lookup"}]}}
Contract Skill — A ready-to-use MOVA HITL workflow. Requires the openclaw-mova plugin.

MOVA Invoice OCR & Approval

Submit a supplier invoice to MOVA for automated OCR extraction, risk validation, and a human decision gate — all with a tamper-proof audit trail.

What it does

  1. OCR extraction — extracts vendor, IBAN/BIC, line items, totals, VAT, PO reference
  2. Risk validation — checks for duplicate invoices, unknown vendors, IBAN changes, VAT mismatches
  3. Human decision gate — you choose: approve / reject / escalate / request info
  4. Audit receipt — every decision is signed, timestamped, and stored in an immutable compact journal

Requirements

Plugin: MOVA OpenClaw plugin must be installed in your OpenClaw workspace.

Data flows:

  • Invoice image URL + extracted fields → api.mova-lab.eu (MOVA platform, EU-hosted)
  • PO reference number → ERP connector (read-only lookup, no data stored)
  • Audit journal → MOVA R2 storage, cryptographically signed
  • No data is sent to third parties beyond the above

Quick start

Share any invoice image URL and say "process this invoice":

https://raw.githubusercontent.com/mova-compact/mova-bridge/main/test_invoice_INV-2026-0441.png

The agent submits it to MOVA, shows the extracted data with risk score and findings, then asks for your decision.

Demo

Step 1 — Task submitted with invoice image Step 1

Step 2 — AI analysis: vendor, line items, risk score 0.15, findings Step 2

Step 3 — Human decision gate Step 3

Step 4 — Audit receipt + compact journal Step 4

Why contract execution matters

A standard AI agent processes the invoice and tells you the result. MOVA does something different:

  • Every action is gated — the agent cannot approve or reject without your explicit input
  • Policy is enforced — IBAN changes, unknown vendors, and duplicate flags always route to human review, no exceptions
  • Immutable audit trail — the compact journal records every event (OCR, validation, human decision) with cryptographic proof. When an auditor asks "who approved invoice INV-305B3FBF and why?" — the answer is already in the system with an exact timestamp and reason
  • EU AI Act ready — high-risk financial decisions require human oversight and full explainability. MOVA provides both by design

What the user receives

OutputDescription
Extracted fieldsVendor, IBAN/BIC, Tax ID, line items, totals, VAT
PO matchCross-referenced against ERP
Duplicate checkDetects re-submissions
OCR confidence0.0–1.0 accuracy score
Risk score0.0 (clean) – 1.0 (critical)
Anomaly flagsiban_change, unknown_vendor, duplicate, vat_mismatch
FindingsStructured list with severity codes
Decision optionsapprove / reject / escalate_accountant / request_info
Audit receipt IDPermanent signed record of the AP decision
Compact journalFull event log: OCR → validation → human decision

When to trigger

Activate when the user shares an image URL of a financial document or asks to process / OCR / approve an invoice.

Before starting, confirm: "Submit this document to MOVA for OCR and approval?"

If no URL provided — ask once for a direct HTTPS image link.

Step 1 — Submit document

Call tool mova_hitl_start with:

  • file_url: the HTTPS URL of the document image

Step 2 — Show analysis and decision options

If status = "waiting_human" — show extracted data and ask user to choose:

  • approve — process payment
  • reject — notify vendor
  • escalate_accountant — forward to accountant
  • request_info — ask vendor for clarification

Call tool mova_hitl_decide with:

  • contract_id: from the response above (NOT the invoice number)
  • option: chosen decision
  • reason: human reasoning

Step 3 — Show audit receipt

Call tool mova_hitl_audit with contract_id. Call tool mova_hitl_audit_compact with contract_id for the full signed event chain.

Connect your real OCR and ERP systems

By default MOVA uses a sandbox mock. To use your live document processing and ERP, register your endpoints — see the MOVA Connector Setup skill or call mova_list_connectors with keyword: "ocr".

Relevant connectors:

Connector IDWhat it covers
connector.ocr.document_extract_v1Document OCR extraction
connector.ocr.vision_llm_v1Vision LLM OCR (OpenRouter)
connector.finance.duplicate_check_v1Duplicate invoice detection
connector.tax.vat_validate_v1VAT number validation (VIES)
connector.erp.invoice_post_v1ERP invoice posting / status update

Call mova_register_connector with connector_id, endpoint, optional auth_header and auth_value.

Rules

  • NEVER make HTTP requests manually
  • NEVER invent or simulate results — if a tool call fails, show the exact error
  • Use MOVA plugin tools directly (mova_hitl_start, mova_hitl_decide, etc.) — do NOT use exec or shell
  • CONTRACT_ID comes from the mova_hitl_start response, not from the invoice number

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.46%
按下载量换算2,067

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install mova-invoice-ocr 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills