Altoviz — автоматическое построение интерактивных графиков

data

Altoviz automation is a Claude Code skill that automates Altoviz operations for creating interactive data visualizations through Composio and Rube MCP, enabling programmatic control over charts and graphs from within an agentic workflow. Reach for it when you want charts built automatically from data without clicking through the Altoviz UI, when visualizations need to refresh on a schedule or trigger, or when chart generation has to be wired into a longer analytics pipeline. It works via the Rube MCP server (endpoint `https://rube.app/mcp`, no API keys required): Claude Code first calls `RUBE_SEARCH_TOOLS` to retrieve current Altoviz tool schemas, then establishes the connection via `RUBE_MANAGE_CONNECTIONS`, and finally executes operations with `RUBE_MULTI_EXECUTE_TOOL`. Because tool schemas change, hardcoding slugs or arguments is explicitly unsupported — a search call before every workflow is mandatory. The skill is about driving Altoviz specifically, not generic charting in code — for that, look elsewhere in the catalog. It fits if you already have an Altoviz account and Rube MCP is added to your client configuration; it won't work without an active Altoviz connection through Composio.