livesession-automation

Automate Livesession operations through Rube MCP toolkits and structured execution workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Livesession tasks by providing a standardized, automated interface for tool discovery, connection management, and execution, reducing manual configuration errors.

Core Features & Use Cases

  • Automated Tool Discovery: Dynamically fetch current tool schemas and execution plans via Rube MCP.
  • Connection Management: Programmatically verify and maintain active Livesession connections.
  • Workflow Execution: Execute multi-step operations using discovered tool slugs and schema-compliant arguments.
  • Use Case: Automate the retrieval of session data and execution of remote workbench tasks without manually navigating the Livesession dashboard.

Quick Start

Use the livesession-automation skill to discover available tools and execute a task for a specific session ID.

Frequently Asked Questions about livesession-automation

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

FAQPage Schema
How do I discover available Livesession tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve available tool slugs, input schemas, and recommended execution plans for your Livesession tasks.

What should I do if my Livesession connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS tool with the livesession toolkit to check the status. If it is not ACTIVE, follow the provided authentication link to re-establish the connection.

Can I reuse session IDs across different workflows?

No, you should generate new session IDs for distinct workflows to maintain state isolation, while reusing existing session IDs only within the context of a single, continuous workflow.

Why must I call RUBE_SEARCH_TOOLS before executing a tool?

Tool schemas and slugs are subject to change. Calling RUBE_SEARCH_TOOLS ensures you are using the most current input requirements and prevents execution errors caused by outdated schemas.