appsflyer-automation
Automate Appsflyer tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:3
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-appsflyer-automation&locale=en&source=copy
Appsflyer Automation — Automate Mobile Attribution Workflows with Rube MCP
Skill Overview
Using Composio’s Rube MCP server, automate Appsflyer tasks in Claude—data retrieval, bulk operations, and workflow orchestration—without needing to configure API keys.
Use Cases
1. Automated Mobile App Data Retrieval
Automatically fetch key Appsflyer attribution metrics such as installs and conversion rates. Supports scheduled syncs and bulk report downloads, making it ideal for scenarios where marketing data needs to be regularly imported into your own systems or BI tools.
2. Marketing Campaign Monitoring and Analysis
Claude can query Appsflyer campaign data in real time, automatically identify anomalous metrics, and generate analysis reports. This helps operations teams respond quickly to changes in marketing performance, reducing manual checks and report generation time.
3. Multi-Source Data Workflow Integration
Integrate Appsflyer data with other tools (e.g., ad platforms, CRM, and data warehouses) to build an end-to-end marketing data automation pipeline—closing the loop from attribution to analysis and then optimization.
Core Capabilities
1. Intelligent Tool Discovery and Connection Management
Use
RUBE_SEARCH_TOOLS to discover available Appsflyer tools and the latest schemas, avoiding hard-coded tool names. Use RUBE_MANAGE_CONNECTIONS to continuously check and manage Appsflyer connection status, ensuring required services are available before running workflows.2. Bulk Execution Across Multiple Tools
Use
RUBE_MULTI_EXECUTE_TOOL to run multiple Appsflyer operations consecutively within a single session. Supports session reuse and in-memory passing, suitable for complex scenarios such as querying first and then processing, or bulk handling multiple apps/campaigns.3. Remote Workbench and Schema Retrieval
Use
RUBE_REMOTE_WORKBENCH to perform complex multi-step tasks, including full tool schema retrieval (RUBE_GET_TOOL_SCHEMAS). This ensures each call uses the most up-to-date field definitions, reducing failures caused by API changes.FAQs
Does Appsflyer Automation require an API key?
No. This skill works through Composio’s Rube MCP server. In the client configuration, simply add
https://rube.app/mcp as the MCP server. On first use, complete one-time Appsflyer account authorization via RUBE_MANAGE_CONNECTIONS. After that, the connection remains active.How do I get started with Appsflyer Automation?
First, confirm that Claude is connected to the Rube MCP server (call
RUBE_SEARCH_TOOLS to verify). Then use RUBE_MANAGE_CONNECTIONS to check or create the Appsflyer connection. Once the status shows ACTIVE, you can run specific tasks via RUBE_MULTI_EXECUTE_TOOL. It’s recommended to search for tools and retrieve the latest schemas before each execution.Are there any usage limitations for Appsflyer Automation?
This skill depends on the availability of the Rube MCP service and the Appsflyer tool set provided by Composio. Some advanced operations may require the Appsflyer account to have the appropriate permissions. Additionally, tool schemas may change over time—so it’s always recommended to call
RUBE_SEARCH_TOOLS to get the currently available tools and field definitions before running a workflow.