Enforces MFA by requiring a secret word to access protected sensitive data and allows emergency reset with a super secret word.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install mfa-word或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install mfa-word⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/mfa-word/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: mfa-word description: Challenges the user for a secret word before allowing access to sensitive files or system commands. metadata: openclaw: category: security tags: [security, mfa, privacy, zero-trust, audit-logs] ---
check_gate_status.
check_gate_status returns "OPEN", you may proceed. This session is valid for 15 minutes.
check_gate_status returns "OPEN_ONCE", perform the requested task, then immediately inform the user that the session has re-locked for security.
check_gate_status returns "LOCKED", you must stop and say: "This request involves sensitive data. Please provide your Secret Word to continue."
verify_access. Only proceed if it returns "Access Granted."
Sets up the security layer and user preferences.
secret: The primary secret word.
super_secret: The emergency reset word.
sensitive_list: Array of strings or patterns to protect (default: .env, password, config, sudo).
use_dead_mans_switch: Boolean. If true, the gate locks after every single sensitive action.
Validates the secret word provided by the user.
word: The word provided by the user in chat.
Internal tool to check if the current session is authenticated.
Resets the secret word using the super secret word.
super_word: The emergency reset word.
new_secret: The new primary secret.安装 MFA WORD 后,可以对 AI 说这些话来触发它
Help me get started with MFA WORD
Explains what MFA WORD does, walks through the setup, and runs a quick demo based on your current project
Use MFA WORD to enforces MFA by requiring a secret word to access protected sensiti...
Invokes MFA WORD with the right parameters and returns the result directly in the conversation
What can I do with MFA WORD in my finance & investment workflow?
Lists the top use cases for MFA WORD, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/mfa-word/ 目录(个人级,所有项目可用),或 .claude/skills/mfa-word/(项目级)。重启 AI 客户端后,用 /mfa-word 主动调用,或让 AI 根据上下文自动发现并使用。
MFA WORD 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
MFA WORD 可免费安装使用。请查阅仓库了解许可证信息。
Enforces MFA by requiring a secret word to access protected sensitive data and allows emergency reset with a super secret word.
MFA WORD 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using MFA WORD
Identifies repetitive steps in your workflow and sets up MFA WORD to handle them automatically