mopinion-automation

Automate Mopinion feedback operations through the Rube MCP gateway for structured data management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Mopinion feedback data by providing a standardized, automated interface for tool discovery and execution, eliminating manual API interaction overhead.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Mopinion tool schemas and input requirements via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Mopinion toolkits.
  • Workflow Execution: Execute multi-step Mopinion operations, such as feedback retrieval or data processing, using a unified execution pattern.

Quick Start

Use the mopinion-automation skill to discover available tools and execute a feedback retrieval task for the current session.

Frequently Asked Questions about mopinion-automation

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

FAQPage Schema
How do I discover available Mopinion tools?

Call the RUBE_SEARCH_TOOLS function with a Mopinion-specific use case query to retrieve current tool slugs, input schemas, and recommended execution plans.

What should I do if my Mopinion connection is inactive?

Execute the RUBE_MANAGE_CONNECTIONS function with the mopinion toolkit parameter to trigger the authentication flow and restore an ACTIVE connection status.

Why must I call RUBE_SEARCH_TOOLS before executing a task?

Tool schemas and available operations change frequently; searching ensures you use the correct arguments and slugs to prevent execution errors.

Can I reuse session IDs for different workflows?

No, you should reuse session IDs only within a single logical workflow; generate new session IDs for distinct, unrelated tasks to maintain state integrity.

What is the purpose of the memory parameter in RUBE_MULTI_EXECUTE_TOOL?

The memory parameter maintains state across tool executions; it must always be included in your calls, even if passed as an empty object, to ensure compatibility.