esputnik-automation

Automate Esputnik marketing operations through the Rube MCP gateway for structured task execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating the Esputnik interface by providing a standardized, programmatic way to execute marketing automation tasks through the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Esputnik tool schemas to ensure compatibility with the latest API updates.
  • Connection Management: Verify and manage active Esputnik connections directly within the agent workflow.
  • Multi-Tool Execution: Execute complex, multi-step marketing workflows using the Rube multi-execute capability.
  • Use Case: Automate the retrieval of campaign performance data and trigger follow-up actions across multiple Esputnik segments without manual dashboard interaction.

Quick Start

Use the esputnik-automation skill to search for available tools and execute a campaign update task.

Frequently Asked Questions about esputnik-automation

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

FAQPage Schema
How do I connect Esputnik to my agent?

Connect Esputnik by calling the RUBE_MANAGE_CONNECTIONS tool with the 'esputnik' toolkit parameter. Follow the provided authentication link in the response to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first is mandatory because tool schemas and available endpoints in the Esputnik toolkit change frequently. This ensures your agent uses the most current arguments and prevents execution errors.

Can I automate bulk operations in Esputnik?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function. This allows for efficient processing of multiple records or campaign updates in a single workflow.

What should I do if a tool execution fails?

Verify that your connection status is still ACTIVE using RUBE_MANAGE_CONNECTIONS and check that your arguments strictly match the schema returned by RUBE_SEARCH_TOOLS. Ensure the memory parameter is included in your execution call.