3.1k★lastpass-cli – OpenClaw Skill
lastpass-cli is an OpenClaw Skills integration for security workflows. Securely fetch credentials from LastPass vault via lpass CLI.
Skill Snapshot
| name | lastpass-cli |
| description | Securely fetch credentials from LastPass vault via lpass CLI. OpenClaw Skills integration. |
| owner | gitchrisqueen |
| repository | gitchrisqueen/lastpass-cli |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @gitchrisqueen/lastpass-cli |
| last updated | Feb 7, 2026 |
Maintainer

name: lastpass-cli description: Securely fetch credentials from LastPass vault via lpass CLI. version: 0.1.0 tags: [security, passwords, lastpass]
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"
}
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install lastpass-cli?
Run openclaw add @gitchrisqueen/lastpass-cli in your terminal. This installs lastpass-cli into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/gitchrisqueen/lastpass-cli. Review commits and README documentation before installing.
