fomo-automation
Automate Fomo tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:23
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-fomo-automation&locale=en&source=copy
Fomo Automation - Rube MCP Automation Fomo Tasks
Skill Overview
Use Composio’s Fomo toolkit and Rube MCP to automate tasks on the Fomo social proof platform. Connection management and tool execution can be completed without an API key.
Use Cases
Automatically configure and display Fomo elements on product pages, such as real-time purchase notifications and stock alerts, to improve conversion rates and user trust.
Manage multiple landing pages’ Fomo components (e.g., pop-ups and notification bars) through automated workflows, without manually configuring each page.
Automatically showcase social proof of user actions such as sign-ups, trials, and subscriptions to strengthen new users’ trust and increase their willingness to engage.
Core Features
Dynamically fetch the currently available Fomo tool list and input schemas via
RUBE_SEARCH_TOOLS, avoiding failures caused by hard-coded tool parameters.Use
RUBE_MANAGE_CONNECTIONS to continuously monitor and manage Fomo connection status, ensuring that connections are activated before workflow execution. Supports multi-account management.Execute multiple Fomo operations at once via
RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH, supporting unified configuration and bulk updates across sites.FAQs
What is Rube MCP? How do I use it?
Rube MCP is an MCP server that does not require an API key. Add the endpoint
https://rube.app/mcp to your client configuration to use it. After adding it, interact with platforms like Fomo via tools such as RUBE_SEARCH_TOOLS and RUBE_MANAGE_CONNECTIONS.How do I connect Fomo to Rube MCP?
First call
RUBE_MANAGE_CONNECTIONS and set the toolkit to fomo. If the connection isn’t activated, the system will return an authentication link. After completing authentication, check the connection status again—execution can begin only when it shows ACTIVE.What Fomo features are supported?
Supported features depend on what you query via
RUBE_SEARCH_TOOLS, because the tool schemas may change. Typical features include creating notifications, managing display rules, configuring trigger conditions, etc. It’s recommended to search for tools before each execution to obtain the latest schema.Will the tool schema change?
Yes. Composio’s tool schemas may update as the Fomo platform updates. Therefore, this skill emphasizes: “Always search tools first.” You must call
RUBE_SEARCH_TOOLS before executing any workflow to get the latest tool definitions and input formats.