fomo-automation

Automate Fomo 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 fomo-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fomo-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/fomo-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill fomo-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Fomo marketing automation tasks by providing a standardized interface for tool discovery and execution via the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current Fomo tool schemas and input requirements to ensure compatibility.
  • Connection Management: Verifies and maintains active authentication states for Fomo toolkits.
  • Workflow Execution: Supports multi-step tool execution, including bulk operations and session-based task management.
  • Use Case: Automate the creation of Fomo events or notifications by dynamically querying available tools and executing them within a persistent session.

Quick Start

Ask the agent to search for available Fomo tools and execute the required automation workflow using the Rube MCP gateway.

Frequently Asked Questions about fomo-automation

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

FAQPage Schema
How do I discover available Fomo tools?

Call the RUBE_SEARCH_TOOLS command with a Fomo-specific use case query. This returns the latest tool slugs, input schemas, and execution plans required for your specific task.

How do I verify my Fomo connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'fomo' toolkit parameter. The system will return the current connection status and provide an authentication link if the connection is not active.

Can I reuse session IDs for multiple tasks?

Yes, you should reuse session IDs within a single workflow to maintain context. However, generate new session IDs for distinct, unrelated workflows to ensure clean state management.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and slugs change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current API definitions, preventing execution errors caused by outdated arguments.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE via RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by the most recent RUBE_SEARCH_TOOLS call.