spotlightr-automation

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

Install

Hot:26

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-spotlightr-automation&locale=en&source=copy

Spotlightr Automation - Automating Spotlightr Actions via Rube MCP

Overview of Skills


The Spotlightr Automation skill enables automated actions on the Spotlightr platform through Composio’s Rube MCP. It provides capabilities for tool discovery, connection management, and batch execution.

Use Cases

  • Video Management Workflow Automation

  • Batch-process Spotlightr video upload, management, and analysis tasks. Use MCP connections to automate the workflow.

  • Integrating Spotlightr into AI Agents

  • Add Spotlightr actions to AI agents or chatbots to enable intelligent video processing and management.

  • Dynamic Tool Calling and Execution

  • In scenarios that require flexible calls to multiple Spotlightr tools, use RUBE_SEARCH_TOOLS to discover available tools and execute them.

    Core Features

  • Intelligent Tool Discovery

  • Use RUBE_SEARCH_TOOLS to fetch Spotlightr tool specifications in real time, avoiding hard-coded outdated tool definitions and ensuring calls match the latest API structure.

  • Connection Status Management

  • Use RUBE_MANAGE_CONNECTIONS to check and manage the Spotlightr connection status. This ensures actions run only in the ACTIVE state and supports authentication flow management.

  • Batch Tool Execution

  • Use RUBE_MULTI_EXECUTE_TOOL to execute multiple Spotlightr actions at once. Supports session management and memory passing for efficient workflow processing.

    Common Questions

    How do I connect to Spotlightr via Rube MCP?


    First, make sure Rube MCP has been added to your client configuration (add the https://rube.app/mcp endpoint). Then call RUBE_MANAGE_CONNECTIONS and set the toolkit to spotlightr. If the connection is not active, complete the setup by following the returned authentication link.

    Why must I call RUBE_SEARCH_TOOLS first?


    Spotlightr tool specifications change over time. Hard-coding tool definitions may cause calls to fail. RUBE_SEARCH_TOOLS returns the latest tool slugs, input schemas, and recommended execution plans, avoiding use of outdated or incorrect parameters.

    What’s the difference between the Spotlightr MCP and direct API calls?


    With MCP, Spotlightr is accessed through Composio’s unified interface, without needing to separately manage API keys and authentication. It can also automatically retrieve the latest tool definitions. Direct API calls require you to manually maintain API documentation and authentication, resulting in higher adaptation cost.