Automate Veo workflows through Rube MCP with tool schema lookup first.
This skill is primarily an instructional/prompt-style wrapper with no declared local secrets, file access, or direct code execution. However, it relies on remote Rube MCP and Veo connections, so actual operations and data flows pass through third-party services, making the overall posture low to moderate concern. The high-star open-source GitHub source materially lowers supply-chain risk, though license and maintenance status are not explicit in the provided materials.
The material states the skill itself requires no local API key, but it requires establishing a Veo connection via `RUBE_MANAGE_CONNECTIONS` and completing external authentication, which implies third-party account tokens are involved in practice. No clear red flags of requesting unrelated credentials or prompting credential leakage are present.
The README explicitly instructs adding the remote MCP endpoint `https://rube.app/mcp` and interacting with the Veo toolkit through Composio/Rube; user inputs, tool arguments, and session data may therefore be sent to those declared services. This is standard network behavior for a remote MCP, and there is no specific evidence of exfiltration to unknown or unrelated domains.
The objective checks classify this as prompt-only, and the material is mainly workflow guidance and tool-calling order. It does not declare launching local processes, executing scripts, or requesting system-level execution privileges; `RUBE_MULTI_EXECUTE_TOOL` and `RUBE_REMOTE_WORKBENCH` point to remote tool orchestration rather than local code execution.
No direct local file read/write or host resource access is declared. However, when Veo operations are executed via remote tools, task arguments, session IDs, connection status, and possibly business data will be processed by third-party services. The provided material does not confirm data minimization or retention details.
The source is an open-source GitHub repository with strong community adoption (64.7k stars), providing good auditability and source credibility. The material shows no obfuscated install scripts, suspicious download commands, or obvious injection indicators. The missing license declaration and unknown maintenance status are worth noting, but not enough on their own to raise this to high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "veo-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/veo-automation/SKILL.md 2. Save it as ~/.claude/skills/veo-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Veo operations through Composio's Veo toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/veo
RUBE_MANAGE_CONNECTIONS with toolkit veoRUBE_SEARCH_TOOLS first to get current tool schemasGet 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.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit veoAlways 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.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Veo task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["veo"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| 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
Automate Corrently workflows through Rube MCP using the latest tool schemas.
Automate Coupa procurement and finance tasks through Rube MCP efficiently.
Automate Craftmypdf PDF generation and document workflows through Rube MCP.
Automate Crowdin localization and project workflows through Rube MCP tools.
Automate Crustdata workflows via Rube MCP with schema-first tool discovery.
Automate Convolo AI tasks and workflows through Rube MCP.
Automate V0 workflows via Rube MCP using current tool schemas first.
Automate Vero marketing and user engagement tasks through Rube MCP.
Automate Webvizio tasks through Rube MCP for faster website feedback workflows.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate Venly workflows via Rube MCP with schema lookup first.