lastpass-automation

Automate Lastpass credential management and vault operations through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill lastpass-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lastpass-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/lastpass-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill lastpass-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual friction of interacting with Lastpass by providing an automated interface for vault operations, ensuring secure and efficient credential management within your agentic workflows.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Lastpass tool schemas to ensure compatibility with the latest API updates.
  • Connection Management: Handle authentication and session state for Lastpass toolkits via Rube MCP.
  • Workflow Execution: Perform multi-step operations like retrieving or managing credentials using structured tool execution patterns.

Quick Start

Use the lastpass-automation skill to search for available tools and execute a credential retrieval task.

Frequently Asked Questions about lastpass-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Lastpass to my agent?

Connect Lastpass by using the RUBE_MANAGE_CONNECTIONS tool with the 'lastpass' toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first is mandatory because tool schemas and available operations change frequently. This ensures your agent uses the most current input parameters and avoids execution errors.

Can I hardcode tool slugs for Lastpass?

No, you should never hardcode tool slugs or arguments. Always discover them dynamically via RUBE_SEARCH_TOOLS to maintain compatibility with the latest toolkit definitions.

What should I do if my Lastpass connection is inactive?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command and follow the returned authentication link to re-authenticate your Lastpass account.

How do I handle session IDs in workflows?

Reuse the same session ID throughout a single workflow to maintain state. Generate a new session ID only when starting a completely different, unrelated task.