🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Dashlane

by @gnarco

Access passwords, secure notes, secrets and OTP codes from Dashlane vault.

Versionv1.0.0
πŸ’‘ 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 true

Disable auto-sync

dcli configure disable-auto-sync true

Enable biometrics unlock (macOS only)

dcli configure user-presence --method biometrics

Disable user presence check

dcli configure user-presence --method none

πŸ“‹ Tips & Best Practices

  • Locked? Run dcli sync to unlock
  • SSO users: Need Chrome installed + visual interface
  • Password-less: Not supported yet
  • Debug mode: dcli --debug
  • Docs: https://cli.dashlane.com

    View on ClawHub
    TERMINAL
    clawhub install dashlane

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’