Automates Veo workflows using Rube MCP toolkits.

Install

mkdir -p .claude/skills/veo-automation && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16437" && unzip -o skill.zip -d .claude/skills/veo-automation && rm skill.zip

Installs to .claude/skills/veo-automation

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Automate Veo tasks via Rube MCP (Composio). Always search tools first for current schemas.
90 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Discover available Veo tools using RUBE_SEARCH_TOOLS
  • Manage Veo connections via RUBE_MANAGE_CONNECTIONS
  • Execute Veo operations with RUBE_MULTI_EXECUTE_TOOL
  • Perform bulk operations using RUBE_REMOTE_WORKBENCH
  • Retrieve full tool schemas with RUBE_GET_TOOL_SCHEMAS

How it works

The skill automates Veo tasks by first discovering available tools and their schemas, then managing connections, and finally executing the tools with schema-compliant arguments.

Inputs & outputs

You give it
A specific Veo task use case for RUBE_SEARCH_TOOLS
You get back
Available tool slugs, input schemas, and execution plans for Veo operations

When to use veo-automation

  • Automating Veo platform actions
  • Executing platform workflows
  • Managing tool connections
  • Streamlining Veo tasks

About this skill

Veo Automation via Rube MCP

Automate Veo operations through Composio's Veo toolkit via Rube MCP.

Toolkit docs: composio.dev/toolkits/veo

Prerequisites

  • Rube MCP must be connected (RUBE_SEARCH_TOOLS available)
  • Active Veo connection via RUBE_MANAGE_CONNECTIONS with toolkit veo
  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas

Setup

Get Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.

  1. Verify Rube MCP is available by confirming RUBE_SEARCH_TOOLS responds
  2. Call RUBE_MANAGE_CONNECTIONS with toolkit veo
  3. If connection is not ACTIVE, follow the returned auth link to complete setup
  4. Confirm connection status shows ACTIVE before running any workflows

Tool Discovery

Always discover available tools before executing workflows:

RUBE_SEARCH_TOOLS
queries: [{use_case: "Veo operations", known_fields: ""}]
session: {generate_id: true}

This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.

Core Workflow Pattern

Step 1: Discover Available Tools

RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Veo task"}]
session: {id: "existing_session_id"}

Step 2: Check Connection

RUBE_MANAGE_CONNECTIONS
toolkits: ["veo"]
session_id: "your_session_id"

Step 3: Execute Tools

RUBE_MULTI_EXECUTE_TOOL
tools: [{
  tool_slug: "TOOL_SLUG_FROM_SEARCH",
  arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"

Known Pitfalls

  • Always search first: Tool schemas change. Never hardcode tool slugs or arguments without calling RUBE_SEARCH_TOOLS
  • Check connection: Verify RUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing tools
  • Schema compliance: Use exact field names and types from the search results
  • Memory parameter: Always include memory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})
  • Session reuse: Reuse session IDs within a workflow. Generate new ones for new workflows
  • Pagination: Check responses for pagination tokens and continue fetching until complete

Quick Reference

OperationApproach
Find toolsRUBE_SEARCH_TOOLS with Veo-specific use case
ConnectRUBE_MANAGE_CONNECTIONS with toolkit veo
ExecuteRUBE_MULTI_EXECUTE_TOOL with discovered tool slugs
Bulk opsRUBE_REMOTE_WORKBENCH with run_composio_tool()
Full schemaRUBE_GET_TOOL_SCHEMAS for tools with schemaRef

Powered by Composio

When not to use it

  • When tool slugs or arguments are hardcoded without prior search
  • When the Veo connection status is not active

Prerequisites

Rube MCP must be connectedActive Veo connection via RUBE_MANAGE_CONNECTIONS with toolkit veo

Limitations

  • Requires Rube MCP to be connected and available
  • Tool schemas can change, necessitating discovery before execution
  • Requires an active Veo connection to perform operations

How it compares

This skill automates Veo operations through a structured tool discovery and execution process, unlike manual execution that would require prior knowledge of tool specifics.

Compared to similar skills

veo-automation side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
veo-automation (this skill)03moNo flagsIntermediate
pptx3936moReviewAdvanced
nano-pdf633moReviewBeginner
video-downloader1017moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

pptx

anthropics

Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks

393763

nano-pdf

openclaw

Edit PDFs with natural-language instructions using the nano-pdf CLI.

63300

video-downloader

ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

101255

youtube-transcript

michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

68277

using-superpowers

obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

95205

browser-automation

browserbase

Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.

39230

Search skills

Search the agent skills registry