LastPass CLI Skill
/install lastpass-cli
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 locallpassCLI.
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"
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lastpass-cli - After installation, invoke the skill by name or use
/lastpass-cli - Provide required inputs per the skill's parameter spec and get structured output
What is LastPass CLI Skill?
Securely fetch credentials from LastPass vault via lpass CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 1754 downloads so far.
How do I install LastPass CLI Skill?
Run "/install lastpass-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is LastPass CLI Skill free?
Yes, LastPass CLI Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does LastPass CLI Skill support?
LastPass CLI Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created LastPass CLI Skill?
It is built and maintained by gitchrisqueen (@gitchrisqueen); the current version is v0.1.0.