dashlanelisted
Install: claude install-skill duclm1x1/Dive-Ai
# Dashlane CLI
Access your Dashlane vault from the command line. Read-only access to passwords, secure notes, secrets and OTP codes.
## Installation
```bash
brew install dashlane/tap/dashlane-cli
```
## Authentication
First sync to trigger authentication:
```bash
dcli sync
```
**Steps:**
1. Enter your Dashlane email
2. **⚠️ IMPORTANT: Open the URL shown in your browser** (device registration)
3. Enter the code received by email
4. Enter your Master Password
Check current account:
```bash
dcli accounts whoami
```
## Get a Password
```bash
# Search by URL or title (copies password to clipboard by default)
dcli p mywebsite
dcli password mywebsite
# Get specific field
dcli p mywebsite -f login # Username/login
dcli p mywebsite -f email # Email
dcli p mywebsite -f otp # TOTP 2FA code
dcli p mywebsite -f password # Password (default)
# Output formats
dcli p mywebsite -o clipboard # Copy to clipboard (default)
dcli p mywebsite -o console # Print to stdout
dcli p mywebsite -o json # Full JSON output (all matches)
# Search by specific fields
dcli p url=example.com
dcli p title=MyBank
dcli p id=xxxxxx # By vault ID
dcli p url=site1 title=site2 # Multiple filters (OR)
```
## Get a Secure Note
```bash
dcli note [filters]
dcli n [filters] # Shorthand
# Filter by title (default)
dcli n my-note
dcli n title=api-keys
# Output formats: text (default), json
dcli n my-note -o json
```
## Get a Secret
Dashlane secrets a