Automate Altoviz workflows via Rube MCP after checking current tool schemas.
This skill is essentially an instruction wrapper for Rube MCP/Composio, and as a prompt-only artifact from a highly trusted open-source repository, its overall risk is relatively low. The main caution is that it relies on an external MCP service and an Altoviz account connection, so actual data egress and account actions occur on third-party platforms.
The material says no API key is needed, but it requires establishing an `altoviz` connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link when the connection is not active; this implies third-party account tokens or OAuth-style credentials are involved. The skill does not directly collect secrets, but it initiates an external authorization flow, so scope and token handling should be reviewed.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube for search, connection management, and tool execution; user inputs, session IDs, tool arguments, and potentially Altoviz business data may be sent to those external services. The endpoints appear related to the stated function, but they are still a clear third-party network egress path.
Based on the provided material, this is a prompt-only skill description with no bundled install script, local binary, or direct instruction to run commands on the host. Its behavior is mainly to guide external MCP tool calls rather than grant local code execution.
There is no indication of requesting local filesystem, system directory, or device permissions; however, once the Altoviz connection is active, `RUBE_MULTI_EXECUTE_TOOL` can perform Altoviz actions on behalf of the connected account and includes session and memory parameters. The main concern is remote account/business-data access rather than excessive local data permissions.
The source is an open-source GitHub repository with strong community adoption (about 64.7k stars), which are clear risk-reducing signals; the material itself is also just skill text and is fairly auditable. Caveats are the undeclared license, unknown maintenance status, and that the actual Rube/Composio runtime is outside the audit scope of this skill repository.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "altoviz-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/altoviz-automation/SKILL.md 2. Save it as ~/.claude/skills/altoviz-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Altoviz operations through Composio's Altoviz toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/altoviz
RUBE_MANAGE_CONNECTIONS with toolkit altovizRUBE_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 altovizAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Altoviz 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 Altoviz task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["altoviz"]
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 Altoviz-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit altoviz |
| 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 Cloudlayer tasks via Rube MCP after checking current tool schemas.
Automate Byteforms form tasks and workflow actions through Rube MCP.
Automate Dadata Ru lookups, validation, and data tasks through Rube MCP.
Automate Dialpad calling and collaboration tasks through Rube MCP workflows.
Automate Felt workflows and bulk actions through Rube MCP efficiently.
Automate Cabinpanda tasks through Rube MCP to speed up document workflows.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate V0 workflows via Rube MCP using current tool schemas first.
Automate Alttext AI workflows through Rube MCP for image alt text tasks.
Automate Alchemy tasks via Rube MCP with schema discovery first.
Automate RKVST workflows via Rube MCP with schema lookup first.
Automate Alpha Vantage data queries and workflows through Rube MCP.