Automate Webvizio tasks through Rube MCP for faster website feedback workflows.
This skill appears to be an open-source prompt template with strong public/community signals and no obvious high-risk red flags. The main considerations are its reliance on external Rube MCP/Composio services and a connected Webvizio account, which introduces normal remote-call and account-scoped action risk.
No local API key is explicitly required, but the README requires an active Webvizio connection via `RUBE_MANAGE_CONNECTIONS` and possibly completing auth through a returned link. This implies third-party managed connection credentials or session state, creating normal account-scoped misuse exposure, but there is no explicit red flag of requesting plaintext secrets.
The README explicitly points to the external MCP endpoint `https://rube.app/mcp` and performs remote tool calls through Composio/Webvizio. User queries, tool arguments, session IDs, and workflow context may be sent to those services. This egress is consistent with the stated function, but it is still a typical remote-service dependency that should be approved by the organization.
Based on the provided material, this is a prompt-only instruction set and does not include auditable local scripts, binary installation steps, or direct local process/system command execution. No elevated local system permissions are requested.
The skill is intended to 'Automate Webvizio operations' and act on Webvizio resources through an authorized connection. That means it can access business data and objects within the connected account scope. The material does not show local file read/write or overreaching system-resource access, but the connected account should still be constrained by least privilege.
Positive signals include a GitHub-hosted open-source repository and strong community adoption (64.7k stars), making the skill text itself auditable. However, the license is unspecified, maintenance status is unknown, and actual execution depends on external Rube MCP/Composio services whose server-side behavior and changes cannot be fully audited from the current material, so 'caution' is appropriate rather than 'risk'.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "webvizio-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/webvizio-automation/SKILL.md 2. Save it as ~/.claude/skills/webvizio-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Webvizio operations through Composio's Webvizio toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/webvizio
RUBE_MANAGE_CONNECTIONS with toolkit webvizioRUBE_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 webvizioAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Webvizio 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 Webvizio task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["webvizio"]
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 Webvizio-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit webvizio |
| 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 BugHerd tasks to streamline bug tracking and team workflows.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate Prisma tasks via Rube MCP with schema-first tool discovery.
Automate BugBug tasks through Rube MCP to streamline testing workflows.
Automate Bugsnag alerts, project workflows, and error monitoring tasks via MCP.
Automate Moz SEO tasks via Rube MCP using current tool schemas first.
Automate Veo workflows through Rube MCP with tool schema lookup first.
Automate V0 workflows via Rube MCP using current tool schemas first.
Automate Visme tasks through Rube MCP to speed up design workflows.
Automate Twitch tasks through Rube MCP for faster stream operations and management.
Automate Pilvio tasks through Rube MCP using current tool schemas first.