veo-automation
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.zipInstalls 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.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
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_CONNECTIONSwith toolkitveo - Always call
RUBE_SEARCH_TOOLSfirst 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.
- Verify Rube MCP is available by confirming
RUBE_SEARCH_TOOLSresponds - Call
RUBE_MANAGE_CONNECTIONSwith toolkitveo - If connection is not ACTIVE, follow the returned auth link to complete setup
- 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_CONNECTIONSshows ACTIVE status before executing tools - Schema compliance: Use exact field names and types from the search results
- Memory parameter: Always include
memoryinRUBE_MULTI_EXECUTE_TOOLcalls, 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
| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Veo-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit veo |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| veo-automation (this skill) | 0 | 3mo | No flags | Intermediate |
| pptx | 393 | 6mo | Review | Advanced |
| nano-pdf | 63 | 3mo | Review | Beginner |
| video-downloader | 101 | 7mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by onfire7777
View all by onfire7777 →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
nano-pdf
openclaw
Edit PDFs with natural-language instructions using the nano-pdf CLI.
video-downloader
ComposioHQ
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
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.
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
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.