paradym-automation

Automate Paradym platform operations through Rube MCP tool discovery and execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Paradym platform interfaces by providing a standardized, automated way to discover and execute platform-specific tools via the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current schemas and execution plans for Paradym tools to ensure compatibility.
  • Connection Management: Validates and maintains active authentication states for Paradym integrations.
  • Multi-Tool Execution: Supports complex workflows by chaining multiple tool calls within a single session.
  • Use Case: Automate the synchronization of Paradym data records by discovering available update tools and executing them in a batch process.

Quick Start

Ask the assistant to search for available Paradym tools and execute the required task using the Rube MCP gateway.

Frequently Asked Questions about paradym-automation

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

FAQPage Schema
How do I find available Paradym tools?

Call the RUBE_SEARCH_TOOLS function with a query related to your specific Paradym task. This returns the latest tool slugs, input schemas, and execution requirements directly from the Rube MCP gateway.

What should I do if my Paradym connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'paradym' toolkit parameter. The system will provide an authentication link to re-establish your connection status to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and arguments in the Paradym toolkit are subject to change. Searching first ensures you use the correct, current parameters and prevents execution errors caused by outdated schemas.

Can I chain multiple Paradym operations together?

Yes, you can use RUBE_MULTI_EXECUTE_TOOL to perform multiple operations within a single session. Ensure you reuse the same session ID and include the required memory parameter in your call.

What are the limitations of this automation approach?

This approach relies on the availability of the Rube MCP gateway and the current state of the Paradym toolkit. It is not suitable for tasks requiring direct API access outside of the provided MCP tool definitions.