lastpass-automation

Automate Lastpass tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:20

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-lastpass-automation&locale=en&source=copy

Lastpass Automation - Achieve Lastpass Automation via Rube MCP

Skills Overview


Lastpass Automation is a developer tool that automates Lastpass password management tasks through Rube MCP (Composio). It supports tool discovery, connection management, and bulk execution of operations.

Use Cases


  • Developer Integration of Lastpass Features: Automatically perform Lastpass operations via the MCP interface in applications, scripts, or CI/CD pipelines, without manually handling password management tasks.

  • Bulk Password Management Needs: Need to update, query, or manage multiple password entries in Lastpass. Automation improves efficiency and reduces human error.

  • Workflow Automation: Integrate Lastpass operations into broader automation workflows and coordinate with other MCP tools to complete complex password management tasks.
  • Core Features


  • Dynamic Tool Discovery: Uses RUBE_SEARCH_TOOLS to fetch the available Lastpass toolkit tools and the latest architecture in real time, avoiding hard-coded outdated tool definitions.

  • Connection State Management: Uses RUBE_MANAGE_CONNECTIONS to check and manage the Lastpass connection state, ensuring operations are executed only when in the ACTIVE state.

  • Bulk Tool Execution: Calls Lastpass operations in batches via RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH, supporting session reuse and memory management.
  • FAQs

    What prerequisites does Lastpass Automation require?


    Rube MCP service must be available (add https://rube.app/mcp to the client configuration), and the Lastpass connection must be in the ACTIVE state. On first use, authentication must be completed via RUBE_MANAGE_CONNECTIONS.

    Does Lastpass Automation require an API key?


    No. Lastpass Automation provides access through Composio’s Rube MCP service. You only need to add the MCP endpoint—no separate Lastpass API key is required.

    What if the Lastpass tool architecture changes?


    This skill is designed with architecture changes in mind. Before each operation, it calls RUBE_SEARCH_TOOLS to retrieve the latest tool architecture and input parameters, ensuring compatibility with the current Lastpass toolkit.