Jump to related tools in the same category or review the original source on GitHub.

Security & Passwords @gitchrisqueen Updated 2/26/2026

Lastpass Cli OpenClaw Skill - ClawHub

Do you want your AI agent to automate Lastpass Cli workflows? This free skill from ClawHub helps with security & passwords tasks without building custom tools from scratch.

What this skill does

Securely fetch credentials from LastPass vault via lpass CLI.

Install

npx clawhub@latest install lastpass-cli

Full SKILL.md

Open original
nameversiondescriptiontags
lastpass-cli0.1.0Securely fetch credentials from LastPass vault via lpass CLI.
securitypasswordslastpass

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"
}
Original URL: https://github.com/openclaw/skills/blob/main/skills/gitchrisqueen/lastpass-cli

Related skills

If this matches your use case, these are close alternatives in the same category.