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

mova-po-approvalMOVA PO 批准

Agent Skill

mova-po-approval 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,864

周安装

275

GitHub Stars

公开资料未说明

下载量

2,222
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install mova-po-approval

简介

提交采购订单进行风险分析与自动审批决策。

  • 适用于企业采购流程合规性控制。mova-po-approval 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 结合供应商信用与预算约束进行评估。
  • 需提供PO编号与关联业务说明。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 注意审批权限层级与例外处理机制。

SKILL.md

name
mova-po-approval
description
Submit a purchase order for automated risk analysis and procurement approval via MOVA HITL. Trigger when the user mentions a PO number, asks to approve/review a purchase order, or says anything like "check this PO", "approve purchase order", "PO review", "procurement approval".
license
MIT-0
metadata
{"openclaw":{"plugin":{"name":"MOVA","installCmd":"openclaw plugins install openclaw-mova"},"dataSentToExternalServices":[{"service":"MOVA API (api.mova-lab.eu)","data":"PO ID, approver employee ID, AI analysis results, human decision, audit metadata"},{"service":"ERP connector (server-side, read-only)","data":"PO fields, vendor registry, budget data, authority matrix — accessed by MOVA runtime, not by the agent"}]}}
Contract Skill — A ready-to-use MOVA HITL workflow. Requires the openclaw-mova plugin.

MOVA Purchase Order Approval

Submit a purchase order to MOVA for automated risk analysis and a human decision gate — with a tamper-proof audit trail of every procurement decision.

What it does

  1. Risk analysis — AI checks vendor registry, budget utilisation, authority level, and detects split-PO fraud patterns
  2. Risk snapshot — scores the PO (0.0–1.0) and surfaces anomaly flags
  3. Human decision gate — procurement manager chooses: approve / hold / reject / escalate
  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.

ERP connector — no additional credentials required: Vendor registry, budget data, and authority matrix are fetched server-side by the MOVA runtime. The agent does not need separate ERP credentials.

Data flows:

  • PO ID + approver ID → api.mova-lab.eu (MOVA platform, EU-hosted)
  • ERP data (vendor/budget/authority) → fetched by MOVA runtime server-side, read-only, not stored
  • Audit journal → MOVA R2 storage, signed
  • No data sent to third parties beyond the above

Quick start

Say "review PO-2026-004 with approver EMP-1042":

https://raw.githubusercontent.com/mova-compact/mova-bridge/main/test_po_PO-2026-004.png

The agent submits it to MOVA, shows the AI risk analysis with findings and anomaly flags, then asks for your procurement decision.

Demo

Step 1 — Task submitted with PO document Step 1

Step 2 — AI risk analysis: risk score 0.78, findings, escalate recommended Step 2

Step 3 — Audit receipt + compact journal Step 3

Why contract execution matters

  • Split-PO fraud detection — policy enforces escalation when the same vendor submits multiple POs within 72h to bypass approval thresholds
  • Authority enforcement — the approver's authority level is validated against the authority matrix; inadequate authority always routes to escalation
  • Immutable audit trail — the compact journal records every event with cryptographic proof
  • EU AI Act / DORA ready — procurement decisions are high-risk financial actions requiring human oversight and full explainability

What the user receives

OutputDescription
Vendor statusregistered / pending / blacklisted
Budget checkwithin budget, utilisation %, remaining
Authority checkadequate / inadequate + reason
Anomaly flagssplit_po_pattern, unregistered_vendor, budget_exceedance, unverified_approver
FindingsStructured list with severity codes (F001, F002…)
Risk score0.0 (clean) – 1.0 (high risk)
Recommended actionAI-suggested decision
Decision optionsapprove / hold / reject / escalate
Audit receipt IDPermanent signed record of the procurement decision
Compact journalFull event log: analysis → snapshot → human decision

When to trigger

Activate when the user:

  • Mentions a PO number (e.g. "PO-2026-001")
  • Asks to approve, review, or check a purchase order
  • Says "procurement approval", "PO review", "check this PO"

Before starting, confirm: "Submit PO [PO-ID] for MOVA risk analysis?"

Step 1 — Submit PO

Call tool mova_hitl_start_po with:

  • po_id: PO number (e.g. PO-2026-001)
  • approver_employee_id: HR employee ID (e.g. EMP-1042)

Step 2 — Show analysis and decision options

If status = "waiting_human" — show risk summary and ask to choose:

  • approve — Approve PO
  • hold — Hold for review
  • reject — Reject PO
  • escalate — Escalate to director/board

Show recommended option if present (mark ← RECOMMENDED).

Call tool mova_hitl_decide with:

  • contract_id: from the response above (NOT the PO 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 ERP systems

By default MOVA uses a sandbox mock. To route procurement checks against your live ERP, call mova_list_connectors with keyword: "erp".

Relevant connectors:

Connector IDWhat it covers
connector.erp.po_lookup_v1Purchase order data from ERP
connector.erp.vendor_registry_v1Vendor registration status and bank accounts
connector.erp.budget_check_v1Budget availability and utilisation
connector.erp.hr_employee_v1Approver authority level from HR

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 — do NOT use exec or shell
  • CONTRACT_ID comes from the mova_hitl_start_po response, not from the PO number

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

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

平台分布

OpenClaw

92.86%
按下载量换算2,063

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

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

安装前确认

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

来源信息

继续浏览同类 Skills