cults-automation

Automate Cults platform operations through Rube MCP toolkits and workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Cults platform operations by providing a standardized, automated interface for tool discovery and execution, eliminating the need for manual interaction with the platform's API.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically identifies available Cults tools and schemas via Rube MCP.
  • Connection Management: Ensures secure, active session management for Cults-specific toolkits.
  • Workflow Execution: Supports multi-step task execution, including bulk operations and schema-compliant tool calls.
  • Use Case: Automate the retrieval of platform data or trigger specific Cults actions by chaining discovery, connection verification, and execution steps within a single agent session.

Quick Start

Use the cults-automation skill to discover and execute available tools for your specific Cults task.

Frequently Asked Questions about cults-automation

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

FAQPage Schema
How do I connect to Cults using this skill?

Connect by calling RUBE_MANAGE_CONNECTIONS with the 'cults' toolkit parameter. Ensure the session status returns as ACTIVE before attempting to execute any platform-specific tools.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available slugs on the Cults platform change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current input schemas and execution plans, preventing runtime errors.

Can I reuse session IDs for different workflows?

Reuse session IDs within a single, continuous workflow to maintain state. However, generate new session IDs for distinct, unrelated tasks to avoid state pollution and potential execution conflicts.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS and re-run RUBE_SEARCH_TOOLS to confirm the tool schema has not been updated. Ensure the memory parameter is included in your execution call.