veo-automation

Automate Veo platform operations through Rube MCP tool discovery and execution workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Veo platform tasks by providing a standardized, automated interface for tool discovery, connection management, and multi-step execution via the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current tool schemas and execution plans for Veo operations.
  • Connection Management: Handles authentication and status verification for the Veo toolkit.
  • Workflow Execution: Supports multi-step tool execution and session-based state management for complex automation tasks.

Quick Start

Use the veo-automation skill to discover available tools and execute a specific Veo task using the Rube MCP gateway.

Frequently Asked Questions about veo-automation

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

FAQPage Schema
How do I discover available Veo tools?

Call the RUBE_SEARCH_TOOLS command with a specific Veo use case query to retrieve current tool slugs, input schemas, and execution plans.

How to verify my Veo connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'veo' toolkit parameter to check if your connection is currently ACTIVE before proceeding with workflows.

Can I reuse session IDs for Veo tasks?

Yes, you should reuse session IDs within a single workflow to maintain state, but generate new session IDs for distinct, unrelated workflows.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available slugs change frequently; calling RUBE_SEARCH_TOOLS ensures you use the most current, valid arguments and prevents execution errors.

What if my Veo connection is not active?

If the connection status is not ACTIVE, follow the authentication link returned by the RUBE_MANAGE_CONNECTIONS command to complete the setup process.