Install
openclaw skills install @thcjp/biometric-confirm生物识别二次确认服务,敏感操作(暂停/终止/修改)强制指纹/Face ID验证,普通操作免验证。触发:敏感操作/生物识别/二次确认/指纹验证
openclaw skills install @thcjp/biometric-confirm用户执行敏感操作(暂停/终止/修改/删除/重置)时,Agent要求生物识别二次确认。普通操作(查看/列表/查询)无需验证。
判断操作敏感性
普通操作直接放行
敏感操作要求生物识别
python scripts/biometric_service.py generate --user-id {user_id} --type fingerprint验证生物识别令牌
python scripts/biometric_service.py verify --user-id {user_id} --operation {operation} --token {token}验证通过执行操作
{
"success": true,
"data": {
"verified": true,
"operation": "terminate",
"sensitive": true,
"verification_method": "biometric",
"expires_at": "2026-07-08T12:05:00"
}
}
用户说"终止任务task_123":
来源: v8.0方案§4.2.11 PROD-11 移动端干预生物识别保护