Automate Visme tasks through Rube MCP to speed up design workflows.
This skill appears to be an open-source prompt-style wrapper, but it explicitly depends on remote Rube MCP/Composio services and external Visme connections, so it should be treated as caution rather than high risk. The material does not require local API keys or show local code execution or broad file access, but task inputs and connection-related data are sent to a third-party MCP platform.
The material says 'No API keys needed,' but it requires creating and activating a Visme connection via `RUBE_MANAGE_CONNECTIONS`, implying authentication is handled externally by Rube/Composio. No local plaintext secret is requested, which lowers risk versus direct credential collection, but third-party delegated account access still needs caution.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and references `composio.dev` docs; tool search, connection management, and execution will send task content, arguments, session IDs, and connection status to those external services. This is typical egress for this kind of tool, with no unrelated or hidden endpoints shown in the material.
The system marks it as `prompt-only`, and the material does not describe installing local executables, shell access, script execution, or system-level command capability. The visible content looks like workflow guidance rather than a local execution component.
There is no indication of direct access to local files or system data, but the stated purpose is to 'Automate Visme tasks' through an external connection, meaning workflow inputs, project content, or object metadata may be handled by third-party services. The material does not show excessive local data permissions beyond the Visme automation purpose.
The source is an open GitHub repository, and the system reports `open-source` with strong community adoption (64.7k stars), which are meaningful positive signals. Although the license is undeclared and maintenance status is unknown, and the skill also depends on the security of external Rube/Composio services, the current material does not justify a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "visme-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/visme-automation/SKILL.md 2. Save it as ~/.claude/skills/visme-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Visme operations through Composio's Visme toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/visme
RUBE_MANAGE_CONNECTIONS with toolkit vismeRUBE_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 vismeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Visme 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 Visme task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["visme"]
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 Visme-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit visme |
| 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 FlowiseAI tasks via Rube MCP using current tool schemas first.
Automate Hunter email search, verification, lead management, and usage monitoring.
Automate Detrack workflows via Rube MCP with schema lookup first.
Automate Demio webinar and registration workflows through Rube MCP.
Automate DeskTime tasks through Rube MCP for time tracking workflows.
Automate Imgbb image uploads and link management through Rube MCP workflows.
Automate V0 workflows via Rube MCP using current tool schemas first.
Automate Webvizio tasks through Rube MCP for faster website feedback workflows.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Plasmic tasks through Rube MCP to speed up page and component management.
Automate Veo workflows through Rube MCP with tool schema lookup first.
Automate Altoviz workflows via Rube MCP after checking current tool schemas.