satismeter-automation

Automate Satismeter operations and data management through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Satismeter by providing a standardized, automated interface for managing customer feedback workflows and connection states.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Satismeter tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Satismeter toolkits.
  • Workflow Execution: Perform bulk operations and multi-step tasks using discovered tool slugs and schema-compliant arguments.

Quick Start

Use the satismeter-automation skill to search for available tools and execute a feedback data retrieval task.

Frequently Asked Questions about satismeter-automation

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

FAQPage Schema
How do I connect Satismeter to my agent?

Connect Satismeter by calling the RUBE_MANAGE_CONNECTIONS tool with the 'satismeter' toolkit argument. 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 is mandatory because tool schemas and available endpoints change frequently. Searching ensures your agent uses the most current tool slugs and input parameters, preventing execution errors.

Can I automate bulk Satismeter tasks?

Yes, use the RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH functions to perform bulk operations. Always include a memory parameter in your calls to maintain state across multi-step workflows.

What should I do if my connection is not active?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command. Follow the returned authentication link to re-authenticate your Satismeter account and verify the status again.