ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

lastpass-cli

Securely fetch credentials from LastPass vault via lpass CLI.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gitchrisqueen/lastpass-cli
Or

LastPass CLI Skill

Description

This skill lets the agent retrieve credentials from the local LastPass vault using the lpass CLI. It is intended for fetching secrets into automation flows, not for interactive vault management.

Tools

  • lastpass_get_secret: Retrieve a specific field (password, username, notes) for a named LastPass entry using the local lpass CLI.

When to Use

  • When you need a password, username, or notes for a specific account that is stored in LastPass.
  • When orchestrating deployments, API calls, or logins that require secrets.

Tool: lastpass_get_secret

Invocation

Call this tool with a JSON object:

{
  "name": "Exact LastPass entry name",
  "field": "password | username | notes | raw"
}

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gitchrisqueen-lastpass-cli": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#security#passwords#lastpass
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.