short-menu-automation

Automate Short Menu operations through Rube MCP toolkits and Composio integration workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Short Menu interfaces by providing a standardized, automated pathway for executing tasks via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas and execution plans for Short Menu operations.
  • Connection Management: Handle authentication and status verification for Short Menu toolkits.
  • Workflow Execution: Execute multi-step tasks using the Rube multi-execute interface to ensure schema compliance and state management.

Quick Start

Use the short-menu-automation skill to discover available tools and execute a task for Short Menu operations.

Frequently Asked Questions about short-menu-automation

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

FAQPage Schema
How do I connect Short Menu to my agent?

Connect Short Menu by calling the RUBE_MANAGE_CONNECTIONS tool with the short_menu toolkit parameter. Follow the provided authentication link 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 slugs change frequently. This ensures your agent uses the most current input schemas and avoids execution errors caused by outdated tool definitions.

How do I execute multiple Short Menu tools in one workflow?

Use the RUBE_MULTI_EXECUTE_TOOL function to bundle multiple tool calls. Ensure you include the memory parameter and a consistent session ID to maintain state across the execution sequence.

What should I do if my Short Menu connection is not active?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command. Follow the auth link returned by the system to re-authenticate and verify the connection status before proceeding with tool execution.