parma-automation

Automate Parma operations through Composio's Parma toolkit via Rube MCP.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill parma-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: parma-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/parma-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill parma-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Parma-specific workflows by providing a standardized, automated interface for tool discovery, connection management, and execution.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current schemas and execution plans for Parma tools.
  • Connection Management: Verify and maintain active authentication states for Parma toolkits.
  • Workflow Execution: Execute multi-step operations using discovered tool slugs and schema-compliant arguments.

Quick Start

Use the parma-automation skill to discover available tools and execute a workflow for your specific Parma task.

Frequently Asked Questions about parma-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I discover available Parma tools?

Call the RUBE_SEARCH_TOOLS command with a specific use case query to retrieve available tool slugs, input schemas, and recommended execution plans for your Parma task.

How do I verify my Parma connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'parma' toolkit parameter to check if your connection is active before attempting to execute any tools.

What should I do if my Parma connection is not active?

If the connection status is not ACTIVE, follow the authentication link provided by the RUBE_MANAGE_CONNECTIONS command to complete the setup process.

Why must I call RUBE_SEARCH_TOOLS before executing tools?

Tool schemas and slugs change frequently; calling RUBE_SEARCH_TOOLS ensures you are using the most current, schema-compliant arguments and prevents execution errors.

Can I reuse session IDs for different workflows?

No, you should reuse session IDs only within a single workflow. Generate new session IDs for each distinct workflow to ensure proper state management and execution.