← Back to Skills Marketplace
Mova Invoice Ocr
by
Sergii Miasoiedov
· GitHub ↗
· v1.0.2
· MIT-0
254
Downloads
0
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install 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 docu...
Usage Guidance
This skill is coherent with its stated purpose, but you should: (1) inspect the openclaw-mova plugin code or vendor docs before installing to confirm where credentials are stored and what network endpoints are contacted; (2) confirm retention, encryption, and access policy for the MOVA R2 audit journal; (3) test using the sandbox/mock connector before sending real invoices; (4) be prepared to supply connector auth values if you connect a live ERP/OCR system and ensure those secrets are stored securely by the plugin; (5) if you want to prevent any autonomous processing beyond the explicit human decision gate, disable autonomous invocation or enforce an additional confirmation policy in your agent settings.
Capability Analysis
Type: OpenClaw Skill
Name: mova-invoice-ocr
Version: 1.0.2
The mova-invoice-ocr skill is a legitimate workflow for processing financial documents via the MOVA platform. It uses a dedicated plugin and explicitly discloses data transmission to api.mova-lab.eu for OCR and audit purposes. The instructions in SKILL.md include safety measures such as mandatory human confirmation, human-in-the-loop decision gates, and explicit prohibitions against manual HTTP requests or shell execution.
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions align: the skill describes OCR + risk checks + human decision gate and instructs the agent to call MOVA plugin tools (mova_hitl_start, mova_hitl_decide, mova_hitl_audit). It declares the MOVA plugin requirement and documents data flows to api.mova-lab.eu and ERP connectors; there are no unrelated env vars or binaries requested.
Instruction Scope
SKILL.md keeps scope narrow and prescriptive: it requires confirmation before processing, forbids manual HTTP calls, and instructs only to call plugin tools. Note: it also instructs registering connectors (mova_register_connector) with optional auth_header/auth_value, which means you will supply connector credentials to the plugin—this is in-scope but worth reviewing before enabling.
Install Mechanism
This is an instruction-only skill with no install spec or code files. Metadata references installing an external OpenClaw plugin (openclaw-mova) but the skill itself does not download arbitrary artifacts. Risk depends on the plugin's install/source (inspect that plugin separately).
Credentials
The skill itself requests no environment variables or credentials, which is proportionate. However it will transmit invoice image URLs and extracted fields to api.mova-lab.eu and may store audit journals in MOVA R2. Connector registration may require auth headers/values. Verify the MOVA plugin and connector configs for any credential requirements or secret storage behavior before use.
Persistence & Privilege
always:false and user-invocable:true (default) — normal. The workflow creates persistent audit receipts/compact journals (intended behavior). Because the agent can invoke the skill autonomously by default, you should rely on the explicit confirmation step the SKILL.md demands; if you want stricter control, consider preventing autonomous invocation or requiring explicit user confirmation at runtime.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mova-invoice-ocr - After installation, invoke the skill by name or use
/mova-invoice-ocr - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Added Contract Skill type label.
v1.2.1
Fix: remove incorrect API key requirement
v2.0.1
- Updated MOVA OpenClaw plugin install command in the setup instructions.
- Changed plugin install path from a local directory to the standard `openclaw-mova` package.
- No functional or feature changes; documentation improvement only.
v2.0.0
Native plugin tools — no exec/CLI required
v1.4.0
Add demo screenshots and security-compliant metadata
v1.3.0
Declare mova-bridge binary provenance (PyPI/GitHub), MOVA_API_KEY credential, data flows, and audit signing key ownership — addresses security scan warnings
v1.2.0
Full skill page with demo screenshots, AI analysis output, EU AI Act compliance notes, and compact audit journal
v1.1.0
**Change summary:**
More user confirmation, clarified workflow, and updated trigger instructions.
- Now asks for user confirmation before starting OCR processing.
- Expanded and clarified when to trigger, and how to handle missing URLs.
- Decision and summary steps more structured, with simplified user prompts.
- Output and user-facing summaries are clearer and more concise.
- Environment and dependency info moved to metadata section.
- Instructions now emphasize user’s ability to request audit receipts at any time.
v1.0.1
- Added clearer explanation that every run now returns a signed audit receipt with a full decision log for accounting or compliance.
- Improved Step 2 instructions: now shows human-readable audit receipt details upon contract completion, including actor, decision, reason, timestamps, and signed event references.
- Provided a full example JSON of the audit receipt structure returned by the API.
- Updated retrievability and immutability notes for audit receipts; clarified use of mova_hitl_audit.
- Minor wording and structure improvements for user clarity.
v1.0.0
Initial release of mova-invoice-ocr.
- Instantly processes financial documents (invoices, bills, receipts) via MOVA Human-in-the-Loop runtime upon image upload or relevant user requests.
- Automatically triggers OCR extraction and risk analysis without asking for contract/template selection or confirmation.
- Presents clear decision options for human approval if needed, with recommended actions highlighted.
- Provides contract audit and status commands for traceability.
- Responds to both document images and natural user prompts such as "process this" or "approve payment".
Metadata
Frequently Asked Questions
What is Mova Invoice Ocr?
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 docu... It is an AI Agent Skill for Claude Code / OpenClaw, with 254 downloads so far.
How do I install Mova Invoice Ocr?
Run "/install mova-invoice-ocr" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mova Invoice Ocr free?
Yes, Mova Invoice Ocr is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mova Invoice Ocr support?
Mova Invoice Ocr is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mova Invoice Ocr?
It is built and maintained by Sergii Miasoiedov (@mova-compact); the current version is v1.0.2.
More Skills