Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: get the OTP code for my GitHub account
- 1Run `dcli p github -f otp` to query the vault
- 2Dashlane CLI searches vault entries matching 'github'
- 3Returns the current TOTP code with remaining validity seconds
123456 (25s remaining)
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.