Securely fetch credentials from LastPass vault via lpass CLI.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill lastpass-cli --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lastpass Cli?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-lastpass-cli)More formats (shields.io, HTML) on the badges page.
---
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 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:
```json
{
"name": "Exact LastPass entry name",
"field": "password | username | notes | raw"
}
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。