Automate Parma tasks via Rube MCP after checking current tool schemas first.
This skill is primarily a prompt-style wrapper and does not itself require local secrets or direct code execution. However, it is designed around external Rube MCP/Composio services and a subsequent Parma connection, so operations and related data are likely handled through a remote toolchain; overall this is low-to-moderate risk with caution warranted.
The material states the skill itself needs 'no API keys', but it requires establishing a `parma` connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link. This means credentials are mainly handled in the external Rube/Parma connection flow. There is no clear request for local sensitive environment variables, but third-party remote account authorization and session handling still introduce credential exposure and misuse considerations.
Although the top-level metadata says there are no remote endpoints, the README explicitly instructs users to add `https://rube.app/mcp` as an MCP server and references the Composio toolchain. Therefore, queries, parameters, session data, and business data may be sent to Rube/Composio and onward through the Parma integration path. The endpoint and purpose are disclosed in the material, so this is declared remote connectivity rather than a hidden egress red flag.
Based on the provided material, this is a prompt-only skill document that mainly instructs use of existing MCP tools such as `RUBE_SEARCH_TOOLS` and `RUBE_MULTI_EXECUTE_TOOL`. It does not describe directly spawning local processes, running shell commands, installing dependencies, or requesting system-level execution privileges.
The skill itself does not claim direct access to local files or broad host resources, but it performs Parma operations through remote MCP tools and supports session reuse, memory parameters, and bulk execution. As a result, user inputs, task arguments, and related business data may be processed by external services. There is no clear sign of excessive local authorization beyond the stated purpose.
The source is a GitHub open-source repository with strong community adoption (64.7k stars), both of which are meaningful risk-reducing signals. The material itself is a skill description text, so it is relatively auditable. Remaining caveats are the unspecified license, unknown maintenance status, and the fact that runtime security also depends on the external Rube MCP/Composio services.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "parma-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/parma-automation/SKILL.md 2. Save it as ~/.claude/skills/parma-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Parma operations through Composio's Parma toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/parma
RUBE_MANAGE_CONNECTIONS with toolkit parmaRUBE_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 parmaAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Parma 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 Parma task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["parma"]
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 Parma-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit parma |
| 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 Stormglass IO weather data queries and integrations through Rube MCP.
Automate OCRSpace text extraction tasks through Rube MCP workflows.
Automate GoToWebinar creation, registration, and attendee management through Rube MCP.
Automate Logo development tasks via Rube MCP using current tool schemas.
Automate Globalping network probes and collect results through Rube MCP.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Paradym tasks via Rube MCP with schema lookup first.
Run parallel automated workflows across tools with Rube MCP for faster execution
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Parsera tasks via Rube MCP for faster data extraction workflows.
Automate Firmao tasks via Rube MCP after checking current tool schemas.
Automate Retailed workflows via Rube MCP after checking current tool schemas.