Automate Ragic workflows via Rube MCP while checking current tool schemas first.
This skill is an open-source prompt-only wrapper and does not itself declare local execution or direct API key collection, so overall risk is relatively low. However, its real usage depends on remote Rube MCP and a subsequent Ragic authorization flow, which introduces third-party data egress and business-data access considerations.
The material says 'No API keys needed,' but actual use requires creating a `ragic` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth flow through a returned auth link. So while no static secret is configured inside the skill, it still involves third-party account authorization/token handling, which carries normal credential-abuse exposure.
The README explicitly instructs users to add `https://rube.app/mcp` as an MCP server and to perform discovery, connection, and execution through Composio/Rube remote tools. This means task parameters, session data, and potentially Ragic operation data will be sent to the declared third-party service endpoint. No unrelated or hidden exfiltration endpoint is shown, but normal third-party data egress is present.
Based on the provided material, this is a prompt-only skill description with no local scripts, install commands, or instructions to spawn processes on the host. Its role is to guide use of existing MCP tools rather than directly obtaining local code-execution capability.
The skill’s purpose is to 'Automate Ragic operations' and it executes tools through an authorized Ragic connection. This means that, once authorized, the remote tool can read or modify Ragic business data as part of the workflow. The material does not show requests for local filesystem or unrelated system access, so this is data access aligned with the stated function.
The source is a public GitHub repository and is marked open-source, with strong community adoption (64.7k stars), which is a clear positive signal. The observed content is primarily README/prompt material, so auditability is relatively good. The missing license declaration and unknown maintenance status are worth noting, but they are not enough on their own to make this high risk.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "ragic-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/ragic-automation/SKILL.md 2. Save it as ~/.claude/skills/ragic-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Ragic operations through Composio's Ragic toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/ragic
RUBE_MANAGE_CONNECTIONS with toolkit ragicRUBE_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 ragicAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Ragic 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 Ragic task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["ragic"]
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 Ragic-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit ragic |
| 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 Blackboard course and learning management tasks to save time.
Automate Bitwarden vault search, creation, updates, and credential management tasks.
Automate and manage Bolna tasks via Rube MCP using current tool schemas.
Automate Bolt IoT workflows via Rube MCP using current tool schemas first.
Automate Booqable rental and inventory workflows through Rube MCP.
Automate Botbaba tasks and connect them into multi-step workflows via Rube MCP.
Automate Sage tasks through Rube MCP after checking current tool schemas first.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Agility CMS content and admin workflows through Rube MCP.
Automate DataRobot tasks through Rube MCP for faster model and data workflows.
Automate Agenty tasks via Rube MCP after checking current tool schemas first.
Automate Grist tables and data workflows through Rube MCP.