endorsal-automation
Automate Endorsal tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:17
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-endorsal-automation&locale=en&source=copy
Endorsal Automation - Automate Endorsal Tasks via Rube MCP
Skill Overview
Automate Endorsal operations using Composio’s Rube MCP server—no API keys required. Supports dynamic tool discovery and batch task execution.
Use Cases
Integrate Endorsal capabilities into Claude skills or other AI agents. Use the MCP protocol for seamless calls without managing API credentials.
Batch-handle Endorsal requests and automate repetitive tasks. Build complex workflows using Rube MCP’s multi-tool execution capabilities.
The Endorsal tool architecture is updated periodically. With this skill, you can always retrieve the latest tool architecture, avoiding hard-coded outdated tool parameters.
Core Features
After adding the Rube MCP server, manage Endorsal connection status with
RUBE_MANAGE_CONNECTIONS. Once the connection is activated, you can start executing tasks—no API key configuration needed.Use
RUBE_SEARCH_TOOLS to fetch the latest Endorsal tool architecture, input parameters, and execution recommendations in real time. This ensures tool calls remain compatible with the current version.Execute multiple Endorsal operations in one go using
RUBE_MULTI_EXECUTE_TOOL. Supports session reuse and memory management, making it suitable for building complex automation flows.FAQs
Do I need an API key to use Endorsal Automation?
No. The Rube MCP server (
https://rube.app/mcp) does not require an API key. Just add this server address to your MCP client configuration, and then authorize the Endorsal account via RUBE_MANAGE_CONNECTIONS.Why do I need to search before executing a tool each time?
Endorsal’s tool architecture updates regularly. Tool names, parameter fields, and types may change. Calling
RUBE_SEARCH_TOOLS first lets you retrieve the current list of available tools and the correct input schema, preventing call failures due to architecture changes.How can I tell whether the Endorsal connection succeeded?
Call
RUBE_MANAGE_CONNECTIONS and pass toolkit parameter endorsal. Check the returned connection status. If the status is ACTIVE, you can start executing tools. If it isn’t activated, it will return an authorization link—complete authorization, and then you can use it.