Install
openclaw skills install @lucaszh7/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 sy...
openclaw skills install @lucaszh7/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>