π¦ ClawHub
Dashlane
by @gnarco
Access passwords, secure notes, secrets and OTP codes from Dashlane vault.
π‘ Examples
Get OTP for 2FA
dcli p github -f otp
Returns: 123456 (25s remaining)
SSH Keys from Vault
Store private key in a secure note, then:dcli n SSH_KEY | ssh-add -
Scripting
# Get password for a script
PASSWORD=$(dcli p myservice -o console)Get JSON and parse with jq
dcli p myservice -o json | jq -r '.[0].password'
βοΈ Configuration
# Save master password in OS keychain (default: true)
dcli configure save-master-password trueDisable auto-sync
dcli configure disable-auto-sync trueEnable biometrics unlock (macOS only)
dcli configure user-presence --method biometricsDisable user presence check
dcli configure user-presence --method none
π Tips & Best Practices
dcli sync to unlockdcli --debug Docs: https://cli.dashlane.com
TERMINAL
clawhub install dashlane