Automate Satismeter tasks through Rube MCP to streamline customer feedback workflows.
The material indicates this skill is an open-source, prompt-only instruction wrapper that primarily guides users to access Satismeter tooling through Rube MCP/Composio. No direct code execution or local file/data access is evident in the skill itself; the main caution is normal reliance on external MCP/service connections and downstream Satismeter authorization, with no concrete red flags here that justify a high-risk rating.
The material says “no API keys needed,” but explicitly requires establishing and activating a `satismeter` connection via `RUBE_MANAGE_CONNECTIONS` and completing auth through a returned link. So the skill itself does not embed secrets, yet the overall workflow still involves third-party account authorization and connection-token handling.
The README explicitly requires adding `https://rube.app/mcp` as an MCP server and performing Satismeter operations through Composio/Rube. This means task parameters, session IDs, and tool queries will be sent to external services. No additional unrelated endpoints or covert exfiltration are described, so this is a declared third-party network-egress concern.
The system flags this as `prompt-only`; the provided content only describes call order, connection flow, and tool-discovery steps. There are no local scripts, shell commands, install scripts, or requests to execute arbitrary code on the host. Based on the material, the skill itself has no direct local code-execution capability.
The skill text does not claim local file or system-resource access, but its purpose is to “Automate Satismeter operations” through remote tools, so it may access or modify business data in the connected Satismeter account. The effective data scope depends on the permissions the user grants to Rube/Composio; no excessive host-local permissions are requested in the material.
The source is a GitHub open-source repository, and the system marks it as `open-source` with strong community adoption (64.7k stars), which are meaningful risk-reducing signals. Although the license is undeclared, maintenance status is unknown, and the README depends on external Rube/Composio services, there is no sign of a closed-source payload, suspicious install chain, or misleading high-risk instructions; overall supply-chain risk appears low.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "satismeter-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/satismeter-automation/SKILL.md 2. Save it as ~/.claude/skills/satismeter-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Satismeter operations through Composio's Satismeter toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/satismeter
RUBE_MANAGE_CONNECTIONS with toolkit satismeterRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit satismeterAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Satismeter operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Satismeter task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["satismeter"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Satismeter-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit satismeter |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate CustomJS tasks through Rube MCP for faster scripted workflows.
Automate email verification workflows and organize validation results via Rube MCP.
Automate file and format conversion tasks via Rube MCP with schema lookup first.
Automate Cloudlayer tasks via Rube MCP after checking current tool schemas.
Automate Byteforms form tasks and workflow actions through Rube MCP.
Automate Dadata Ru lookups, validation, and data tasks through Rube MCP.
Automate Simplesat tasks via Rube MCP after checking current tool schemas.
Automate Salesmate tasks through Rube MCP for faster sales and CRM workflows.
Automate Wati messaging and customer communication tasks through Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Botstar workflows via Rube MCP using current tool schemas first.
Automate Forcemanager tasks through Rube MCP to speed up sales workflows.