TopRank Skills

Home / Claw Skills / Autres / lastpass-cli
Official OpenClaw rules 15%

lastpass-cli

Securely fetch credentials from LastPass vault via lpass CLI.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 lastpass-cli 技能。 若已安装,则直接安装 lastpass-cli 技能。

Overview

Skill Key
gitchrisqueen/lastpass-cli
Author
gitchrisqueen
Source Repo
openclaw/skills
Version
0.1.0
Source Path
skills/gitchrisqueen/lastpass-cli
Latest Commit SHA
8a9f872074dcd1b7792815dc4242fca8eafe2f68

Extracted Content

SKILL.md excerpt

# 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"
}

Related Claw Skills