LaunchKit · 2026
Back to Skills

dashlane

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

1
1.8k downloads
by @gnarco

Setup & Installation

openclaw skills install @gnarco/dashlane

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install dashlane

What This Skill Does

Provides command-line access to a Dashlane vault for reading passwords, secure notes, secrets, and OTP codes. Supports output to clipboard, stdout, or JSON. Can inject secrets into environment variables or templated files.

Eliminates switching to a GUI app or browser extension when working in the terminal or automating credential retrieval in scripts and CI.

When to use it

  • Retrieve a site password directly to clipboard during terminal work
  • Generate a TOTP code for 2FA without opening the Dashlane app
  • Inject vault secrets into environment variables for a script
  • Pull an SSH key from a secure note and add it to ssh-agent
  • Extract credentials in JSON format for use in CI pipelines

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: get the OTP code for my GitHub account

AGENT
  1. 1Run `dcli p github -f otp` to query the vault
  2. 2Dashlane CLI searches vault entries matching 'github'
  3. 3Returns the current TOTP code with remaining validity seconds
OUTPUT

123456 (25s remaining)

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Dashlane account with a classic master password (SSO/passwordless not supported)dcli installed via Homebrew or equivalent