endorsal-automation

Automate Endorsal platform operations using Rube MCP toolkits and structured execution workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Endorsal tasks by providing a standardized, automated interface for interacting with the platform via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and tool definitions to ensure compatibility.
  • Connection Management: Verify and maintain active authentication states for Endorsal integrations.
  • Multi-Tool Execution: Execute complex, multi-step workflows using discovered tool slugs and validated arguments.
  • Use Case: Automate the retrieval of customer testimonials or manage endorsement workflows by chaining discovery, connection verification, and execution steps.

Quick Start

Use the endorsal-automation skill to search for available tools and execute a workflow for managing your Endorsal account.

Frequently Asked Questions about endorsal-automation

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

FAQPage Schema
How do I start automating Endorsal tasks?

Begin by calling RUBE_SEARCH_TOOLS to identify available Endorsal tools, then verify your connection status using RUBE_MANAGE_CONNECTIONS before executing any specific operations.

What should I do if my Endorsal connection is inactive?

Call RUBE_MANAGE_CONNECTIONS with the 'endorsal' toolkit parameter. If the status is not ACTIVE, follow the provided authentication link to re-authorize your connection.

Why must I call RUBE_SEARCH_TOOLS before executing tools?

Tool schemas and available slugs change frequently. Searching first ensures you use the most current input requirements and prevents execution errors caused by outdated parameters.

Can I run multiple Endorsal tools in one session?

Yes, you can reuse the same session ID across multiple calls to RUBE_MULTI_EXECUTE_TOOL to maintain state and context throughout your automation workflow.

What is the purpose of the memory parameter in tool execution?

The memory parameter allows the system to track state across tool calls. Always include it as an empty object '{}' if no specific memory is required for the task.