Install
openclaw skills install auto-authenticator-localUse when the user wants a local-first TOTP helper for accounts they personally own or are explicitly authorized to access. This skill stores TOTP seeds in system-level secure credential stores, generates 6-digit codes only on explicit request, helps wire approved login flows, and explains safe local secret handling. Do not use it to bypass MFA policies, evade platform restrictions, hide OTP generation, or automate access without authorization.
openclaw skills install auto-authenticator-localAuto Authenticator Local is a privacy-first skill for generating TOTP codes on the user's machine.
keyring, which maps to OS-native secure storage.security CLI.scripts/totp_add.py: store or update a TOTP seed in secure storagescripts/totp_code.py: generate the current 6-digit code for one aliasscripts/totp_delete.py: delete an alias from secure storagereferences/security.md: storage and publication guidancepython3 scripts/totp_add.py --alias <alias> --issuer <issuer> --account <account>python3 scripts/totp_code.py --alias <alias>python3 scripts/totp_delete.py --alias <alias>