Automate Gleap feedback and task workflows through Rube MCP.
This skill appears to be a prompt/documentation-style wrapper with public source and strong community adoption, so its baseline risk is low. The main caveat is that real actions depend on external Rube MCP and Gleap connections, so actual data egress, permissions, and authentication are delegated to those external services.
The material says “no API keys needed,” but it also requires an active Gleap connection via `RUBE_MANAGE_CONNECTIONS` and completion of a returned auth link. This means credentials are not absent; they are delegated to the external Rube MCP/Gleap authorization flow. This creates normal third-party OAuth/connection-token risk, but no explicit credential theft or abuse red flags are shown.
User data and operational requests are expected to be sent to the external endpoint `https://rube.app/mcp` and then handled through the Composio/Gleap toolchain. The docs do not provide detailed downstream data-flow, subprocessors, or minimization details, so this is a normal caution for declared external connectivity rather than a clear anomalous exfiltration red flag.
The system flags it as `prompt-only`; the material only describes steps for invoking external MCP tools and does not show local process spawning, script execution, or requests for system-level execution privileges.
The skill docs do not claim direct local file read/write, but its purpose is to “Automate Gleap operations” and it performs queries, bulk operations, and workflows against Gleap resources through an external connection. Data access scope depends on the connected Gleap account permissions, implying normal remote business-data access, with no evidence of excessive local authorization beyond the stated purpose.
The source is a GitHub open-source repository, and the system marks it as `open-source` with high community adoption (64.7k stars), which are strong risk-reducing signals. Although the license is unspecified and maintenance status is unknown, and the skill depends on external Rube/Composio services, the available material does not show closed-source delivery, untrusted origin, or obvious injection-style red flags.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "gleap-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/gleap-automation/SKILL.md 2. Save it as ~/.claude/skills/gleap-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Gleap operations through Composio's Gleap toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/gleap
RUBE_MANAGE_CONNECTIONS with toolkit gleapRUBE_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 gleapAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Gleap 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 Gleap task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["gleap"]
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 Gleap-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit gleap |
| 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 Superchat tasks and workflows through Rube MCP integrations.
Automate Control D configuration and management tasks through Rube MCP.
Automate ConvertAPI workflows through Rube MCP for file conversion tasks.
Automate Conveyor tasks via Rube MCP after checking current tool schemas.
Automate Convolo AI tasks and workflows through Rube MCP.
Create, edit, and analyze Word documents with tracked changes and comments.
Automate Gladia workflows via Rube MCP with schema-aware tool discovery first.
Automate Griptape tasks through Rube MCP using current tool schemas.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Leiga project and task workflows through Rube MCP.
Automate EspoCRM tasks and streamline customer workflows through Rube MCP.
Automate Agiled clients, projects, and workflows through Rube MCP.