moxie-automation

Automate Moxie platform tasks through Rube MCP tool discovery and execution workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Moxie platform operations by providing a standardized, schema-aware interface for tool discovery and execution, eliminating the need for manual API interaction.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current schemas and execution plans for Moxie tools via Rube MCP.
  • Connection Management: Validates and maintains active session connections to ensure reliable tool execution.
  • Use Case: Automate repetitive Moxie administrative tasks by discovering available tools, verifying connection status, and executing multi-step workflows in a single session.

Quick Start

Use the moxie-automation skill to discover available tools and execute a specific task for your current session.

Frequently Asked Questions about moxie-automation

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

FAQPage Schema
How do I discover available Moxie tools?

Call the RUBE_SEARCH_TOOLS function with a query related to your specific Moxie task. This returns the current tool slugs, input schemas, and recommended execution plans for your session.

Why must I call RUBE_SEARCH_TOOLS before executing a tool?

Tool schemas and available slugs change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current, valid schema, preventing execution errors caused by outdated hardcoded arguments.

How do I verify my Moxie connection status?

Use the RUBE_MANAGE_CONNECTIONS function with the 'moxie' toolkit parameter. Ensure the returned status is 'ACTIVE' before attempting to execute any tools.

Can I reuse session IDs for different workflows?

It is recommended to reuse session IDs within a single, cohesive workflow to maintain state. Generate new session IDs for distinct, unrelated workflows to avoid state contamination.

What should I do if a tool execution fails?

Verify that your connection is still 'ACTIVE' using RUBE_MANAGE_CONNECTIONS and re-run RUBE_SEARCH_TOOLS to confirm the tool schema has not changed. Ensure all required arguments are included in the memory parameter.