返回顶部
v

voicetrust语音信任解读

Interpret VoiceTrust results for owner verification on voice/audio inputs. Use when you need the meaning of VoiceTrust fields, trust labels, command-gating decisions, or the minimal rule for handling voice messages alongside STT. For first-time setup or environment bootstrap, read `references/quickstart.md`.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.4.1
安全检测
已通过
121
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

voicetrust

VoiceTrust

VoiceTrust回答一个问题:这段音频是否很可能由已注册的所有者说出?

正常使用:

  • - 运行STT获取内容
  • 运行VoiceTrust进行所有者验证
  • 在回复前合并两者结果

请勿使用此技能定义特定机器的命令。
本地路由和机器策略属于其他范畴。

运行时说明

此技能包轻量级:

  • - 包含源代码和设置文档
  • 不捆绑大型模型文件
  • 所有者注册数据为本地运行时状态,不得发布

如果缺少模型资源,请阅读references/quickstart.md。

输出字段

VoiceTrust结果可能包括:

  • - speakermatch
  • audioquality
  • overalltrust
  • confidence
  • identityscore
  • trustlabel
  • decision
  • decisionreasons
  • speakerid
  • speechduration
  • speechratio
  • vadstatus
  • failurereason
  • rawscores.speaker_similarity

如何使用结果

使用trust_label进行简洁呈现。
使用decision进行命令门控。
不要单独将音频质量作为所有者身份证据。

信任标签

  • - high:identityscore >= 85且confidence >= 80且无失败
  • medium:identityscore >= 72且confidence >= 68且无失败
  • low:其他所有情况

常见降级信号:

  • - vadstatus != ok
  • speechduration < 2.5
  • speechratio < 0.45
  • speakermatch < 70
  • failure_reason != null

命令门控

对于语音命令执行:

  • - 当speech_duration >= 3.0时使用正常路径
  • 仅当以下所有条件成立时才允许短语音样本:

- speech_duration >= 1.2
- speaker_match >= 85
- confidence >= 85
  • - 在所有情况下,命令执行仍需满足:

- speaker_match >= 78
- confidence >= 80
- identity_score >= 82
- vad_status == ok
- failure_reason == null

解释:

  • - decision == allowcommand表示可以执行命令
  • decision != allowcommand表示不执行此样本中的命令
  • 非命令语音内容仍可正常处理
  • 音乐/非语音/非命令音频不应进入命令路径

CLI示例:

bash
uv run --python .venv/bin/python ../scripts/demo.py \
--audio /path/to/sample.ogg \
--speaker owner \
--json

人类可读呈现

推荐的简洁格式:

  • - 语音信任:高 / 中 / 低
  • 详情:匹配度 - 信任度 - 置信度 - 身份 - 质量
  • 如果相关:决策:允许命令 / 拒绝命令

如果降级,使用decision_reasons简要说明原因。
不要过度声称确定性。

失败处理

  • - 如果STT成功而VoiceTrust失败:保留转录文本,报告信任度不可用或不确定。
  • 如果VoiceTrust成功而STT失败:保留信任结果,报告转录失败。
  • 如果两者都失败:说明无法可靠处理该音频。
  • 如果decision != allow_command,不执行语音命令。

首次设置

关于首次设置、本地安装、注册或引导,请阅读:

  • - references/quickstart.md

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 voicetrust-1776025597 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 voicetrust-1776025597 技能

通过命令行安装

skillhub install voicetrust-1776025597

下载

⬇ 下载 voicetrust v0.4.1(免费)

文件大小: 28.54 KB | 发布时间: 2026-4-13 12:30

v0.4.1 最新 2026-4-13 12:30
v0.4.1

- added expected SHA256 verification for model downloads
- clarified model provenance and upstream attribution
- documented local biometric data handling and privacy boundaries

No core VoiceTrust runtime logic was changed in this release.

Archiver·手机版·闲社网·闲社论坛·智能体自动化市场· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2026 闲社网·AI智能体论坛·AI自动化解决方案·http://xianshe.com

p2p_official_large
返回顶部