aryn-automation

Automate Aryn operations and data workflows through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of manually managing Aryn tool connections and executing operations, ensuring consistent and error-free automation workflows.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically identifies available Aryn tool schemas and execution parameters.
  • Connection Management: Validates and maintains active authentication states for Aryn toolkits.
  • Use Case: Use this to automate data pipeline tasks or Aryn-based document processing by dynamically discovering and executing the necessary tools without hardcoding API schemas.

Quick Start

Use the aryn-automation skill to discover available tools and execute the required Aryn task for my current session.

Frequently Asked Questions about aryn-automation

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

FAQPage Schema
How do I discover available Aryn tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve current tool slugs, input schemas, and execution plans for your Aryn tasks.

What should I do if my Aryn connection is inactive?

Use the RUBE_MANAGE_CONNECTIONS function with the 'aryn' toolkit parameter to trigger the authentication flow and restore an ACTIVE connection status.

Can I hardcode tool slugs in my automation scripts?

No, you should never hardcode tool slugs or arguments because Aryn tool schemas change frequently; always use RUBE_SEARCH_TOOLS to fetch the latest definitions.

Why is the memory parameter required in tool execution?

The memory parameter is a mandatory field for RUBE_MULTI_EXECUTE_TOOL calls to maintain state consistency across operations, even if the value is an empty object.