Install
openclaw skills install lastpass-cliClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Securely fetch credentials from LastPass vault via lpass CLI.
openclaw skills install lastpass-cliThis 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.
lastpass_get_secret: Retrieve a specific field (password, username, notes) for a named LastPass entry using the local lpass CLI.Call this tool with a JSON object:
{
"name": "Exact LastPass entry name",
"field": "password | username | notes | raw"
}