skills$openclaw/lastpass-cli
gitchrisqueen3.1k

by gitchrisqueen

lastpass-cli – OpenClaw Skill

lastpass-cli is an OpenClaw Skills integration for security workflows. Securely fetch credentials from LastPass vault via lpass CLI.

3.1k stars1.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026security

Skill Snapshot

namelastpass-cli
descriptionSecurely fetch credentials from LastPass vault via lpass CLI. OpenClaw Skills integration.
ownergitchrisqueen
repositorygitchrisqueen/lastpass-cli
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @gitchrisqueen/lastpass-cli
last updatedFeb 7, 2026

Maintainer

gitchrisqueen

gitchrisqueen

Maintains lastpass-cli in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
tools
lastpass.sh
582 B
_meta.json
289 B
SKILL.md
910 B
SKILL.md

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:

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

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.