Security authentication gate for OpenClaw sensitive actions. Deploys a local Node.js auth server with biometric passkeys (WebAuthn/Touch ID/Face ID) and master password. Exposes a dashboard via Tailscale HTTPS. Use when: (1) setting up authentication for sensitive agent actions, (2) checking if user is authenticated before destructive/external operations, (3) registering or managing passkeys, (4) integrating auth into OpenClaw workflows. Sensitive actions = delete files, install packages, send m
OpenClaw的生物识别+密码认证服务器。运行于http://127.0.0.1:8456,通过Tailscale在https://
bash
mkdir -p ~/.max-auth
cp
cp
cd ~/.max-auth && npm install
node auth-server.js set-password your_password
安装为systemd服务 + Tailscale代理——完整说明请参见references/api.md。
bash
需要认证的敏感操作: 删除文件、安装软件包、系统配置更改、向第三方发送消息/邮件、外部API变更。
无需认证的安全操作: 读取、搜索、列出、webfetch、memorysearch。
当缺少认证时,拒绝该操作并告知用户:⚠️ 需要认证。请访问 https://
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 max-auth-1776204602 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 max-auth-1776204602 技能
skillhub install max-auth-1776204602
文件大小: 14.17 KB | 发布时间: 2026-4-15 12:37