retently-automation

Automate Retently customer feedback operations through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing customer feedback loops by automating interactions with the Retently platform, ensuring data is synchronized without manual dashboard navigation.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Retently API schemas and tool definitions via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Retently integrations.
  • Workflow Execution: Execute multi-step Retently operations, such as retrieving survey data or managing customer feedback, using standardized tool execution patterns.

Quick Start

Use the retently-automation skill to discover available tools and execute a survey data retrieval task.

Frequently Asked Questions about retently-automation

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

FAQPage Schema
How do I discover available Retently tools?

Call the RUBE_SEARCH_TOOLS function with a query related to Retently operations to receive a list of available tool slugs, input schemas, and execution plans.

How to verify my Retently connection status?

Use the RUBE_MANAGE_CONNECTIONS tool with the 'retently' toolkit argument to check if your connection status is currently ACTIVE.

Can I execute multiple Retently tools in one workflow?

Yes, use the RUBE_MULTI_EXECUTE_TOOL function to chain multiple operations, ensuring you provide the correct session ID and schema-compliant arguments for each tool.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available endpoints change frequently; calling RUBE_SEARCH_TOOLS ensures you are using the most current arguments and slugs to prevent execution errors.