lastpass-cliSecurely fetch credentials from LastPass vault via lpass CLI.
Install via ClawdBot CLI:
clawdbot install gitchrisqueen/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:
```json
{
"name": "Exact LastPass entry name",
"field": "password | username | notes | raw"
}
Generated Mar 1, 2026
This scenario involves using the skill to fetch database or server credentials during CI/CD pipeline deployments. It ensures secure, automated retrieval of secrets without hardcoding them, reducing manual intervention and enhancing security in DevOps workflows.
In this scenario, the skill retrieves API keys or tokens from LastPass for authenticating third-party services in business applications. It streamlines processes like data synchronization or payment processing by automating secret management in backend systems.
This scenario uses the skill to fetch login credentials for accessing cloud infrastructure or network devices. It supports automation in IT operations, such as provisioning resources or monitoring systems, while maintaining security through centralized password storage.
Here, the skill retrieves credentials for accessing audit logs or compliance databases. It aids in automated reporting and regulatory checks by securely fetching necessary secrets, ensuring data integrity and reducing human error in sensitive environments.
This model offers the skill as part of a subscription-based automation platform, charging monthly fees for access. It targets businesses seeking to enhance security and efficiency in their workflows, generating recurring revenue through tiered plans based on usage or features.
In this model, the skill is sold through enterprise licenses for large organizations with custom integration needs. It includes dedicated support and customization, providing a high-value solution for secure credential management in complex IT environments.
This model provides a free basic version of the skill for individual users or small teams, with premium features like advanced analytics or multi-user access available for a fee. It drives adoption and upsells, generating revenue from power users and growing businesses.
💬 Integration Tip
Ensure the lpass CLI is installed and logged in on the host system before using this skill to avoid authentication errors during automation.
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Command-line tool to manage Google Workspace services including Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, and Keep.
Runs shell commands inside a dedicated tmux session named claw, captures, and returns the output, with safety checks for destructive commands.
A modern text-based browser. Renders web pages in the terminal using headless Firefox.
Write robust, portable shell scripts. Use when parsing arguments, handling errors properly, writing POSIX-compatible scripts, managing temp files, running commands in parallel, managing background processes, or adding --help to scripts.
NotebookLM CLI wrapper via `node {baseDir}/scripts/notebooklm.mjs`. Use for auth, notebooks, chat, sources, notes, sharing, research, and artifact generation/download.