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

mova-complaints-handlerMOVA 投诉处理程序

Agent Skill

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

总安装

5,927

周安装

252

GitHub Stars

公开资料未说明

下载量

2,076
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install mova-complaints-handler

简介

处理客户投诉并生成符合欧盟标准的AI分类决策。

  • 适用于消费者权益保护与监管合规。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 支持赔偿索赔与监管机构沟通流程。
  • 需上传投诉文档与证据材料。mova-complaints-handler 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 注意法律条款适用性与时效性要求。

SKILL.md

name
mova-complaints-handler
description
Submit a customer complaint for EU-compliant AI classification and human-in-the-loop handling decision via MOVA. Handles compensation claims, regulator threats, fraud signals, and repeat customer cases with mandatory human review and a full signed audit trail.
license
MIT-0
metadata
{"openclaw":{"plugin":{"name":"MOVA","installCmd":"openclaw plugins install openclaw-mova"},"dataSentToExternalServices":[{"service":"MOVA API (api.mova-lab.eu)","data":"complaint text, customer ID, product category, prior complaints, human decision, audit metadata"}]}}
Contract Skill — A ready-to-use MOVA HITL workflow. Requires the openclaw-mova plugin.

MOVA EU Consumer Complaints Handler

Turn any customer complaint into a structured, auditable handling decision — with AI triage, EU-compliant mandatory human review, and a signed audit receipt.

Why use this skill

  • AI classifies in seconds — sentiment flags, product risk, regulator threat detection, repeat customer check
  • Mandatory human gate — compensation claims, regulator threats, high-risk products, and fraud signals always route to a human officer
  • Full audit trail — every decision is timestamped, signed, and stored in an immutable MOVA audit journal (EBA/ESMA-ready)
  • Draft response hint — AI suggests tone and content for the customer response

Requirements

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

Quick start

Tell your agent:

"Handle complaint CMP-2026-1002 from customer CUST-992 — product: investments, text: 'I want compensation for unauthorized charges and will escalate to the regulator.', prior complaints: CMP-0501, CMP-0604"

Demo

Complaint input AI classification & decision options Audit receipt & compact log

Test complaint

test_complaint_CMP-2026-1002.png

What the agent does

Step 1 — Submit complaint

Call tool mova_hitl_start_complaint with:

  • complaint_id (e.g. CMP-2026-1002), customer_id
  • complaint_text, channel (web/email/phone/chat/branch)
  • product_category (e.g. payments, investments, mortgage)
  • complaint_date (ISO date)
  • previous_complaints: optional array of prior complaint IDs
  • attachments: optional array of filenames
  • customer_segment: optional (retail/sme/corporate)
  • preferred_language: optional ISO 639-1 code

Step 2 — AI analysis output

Complaint:       CMP-2026-1002 — investments
Risk score:      0.85 / 1.0  (high)
Sentiment flags: compensation_claim, regulator_threat
Repeat customer: yes (2 prior complaints)
Findings:
  • COMP_CLAIM (high)           — Customer requests compensation for unauthorized charges
  • REGULATOR_THREAT (medium)   — Customer threatens regulator escalation
  • PRODUCT_RISK_INVEST (high)  — High-risk product category
Draft response hint: Acknowledge receipt, confirm investigation, outline compensation process
Recommended action: escalate ← RECOMMENDED

Step 3 — Human decision gate

OptionDescription
resolveSend standard response
escalateForward to complaints officer ← recommended
rejectMark as incomplete / invalid
regulator_flagFlag for regulator reporting

Call tool mova_hitl_decide with:

  • contract_id: from the response above — this is ctr-cmp-xxxxxxxx, NOT the complaint ID
  • option: chosen decision
  • reason: officer reasoning

Step 4 — 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.

Audit log format (compact)

SeqEventDetails
1contract.startComplaint submitted
2step.ai_taskClassification completed
3step.verificationRisk snapshot passed
4step.decision_pointAwaiting human
5decision.humanOfficer selected option + reason
0metaContract finalized, status: completed

Data flows

  • Complaint text and metadata → MOVA Classification API (EU-hosted)
  • Human decision → MOVA Audit Journal (immutable, signed)
  • No data stored locally or sent to third parties

Connect your real CRM and policy systems

By default MOVA uses a sandbox mock. To route checks against your live CRM and policy engine, call mova_list_connectors with keyword: "crm".

Relevant connectors:

Connector IDWhat it covers
connector.crm.customer_lookup_v1Customer history and prior complaints from CRM
connector.policy.complaints_rules_v1Complaints handling rules by product/jurisdiction
connector.notification.email_v1Customer notification email

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

Rules

  • Agent never makes HTTP requests directly
  • Agent never invents or simulates results — if a tool call fails, show the exact error
  • Use MOVA plugin tools directly — do NOT use exec or shell
  • CONTRACT_ID is ctr-cmp-xxxxxxxx from the mova_hitl_start_complaint response — NOT the complaint ID

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

70.23%
按下载量换算1,458

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

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

安装前确认

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

来源信息

继续浏览同类 Skills