Automate common Revolt tasks and collaboration workflows through Rube MCP.
This skill is essentially an open-source instruction/prompt template with no embedded local code execution or file access. The main security considerations come from connecting to the remote Rube MCP service and authorizing a Revolt account, which introduces normal third-party data egress and account access considerations.
The material says 'no API keys needed,' but it still requires establishing an ACTIVE `revolt` connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link. That implies third-party account tokens/session authorization are involved. No explicit secret harvesting is shown, but there is the normal risk surface of granting Revolt access to the Rube/Composio side.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and performing Revolt actions through Composio/Rube. Search queries, session IDs, tool arguments, and related workflow data are likely sent to that remote service. No unrelated or hidden exfiltration endpoint is evident, but normal data egress to the declared third-party service exists.
Based on the provided material, this is a prompt-only skill consisting of workflow instructions and call sequences. It does not include code or install steps that would start local processes, run scripts, or request system-level privileges. Its capabilities depend on external MCP tools rather than local execution.
There is no indication of local filesystem, database, or OS resource access. However, once the Revolt connection is authorized, the remote tools may read or modify Revolt-side resources within the granted scope. The exact data access depends on the external tool schemas and the user's authorization, and the material does not show a clear least-privilege boundary.
Positive factors: the skill is listed in a GitHub open-source repository with high community adoption (~64.7k stars), which lowers risk. However, the license is unspecified, maintenance status is unknown, and actual operation depends on externally hosted Rube/Composio services. As a result, auditability mainly covers the skill text itself, not the backend service, so some supply-chain caution remains warranted.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "revolt-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/revolt-automation/SKILL.md 2. Save it as ~/.claude/skills/revolt-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Revolt operations through Composio's Revolt toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/revolt
RUBE_MANAGE_CONNECTIONS with toolkit revoltRUBE_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 revoltAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Revolt 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 Revolt task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["revolt"]
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 Revolt-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit revolt |
| 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 Feathery workflows via Rube MCP using current tool schemas first.
Automate Files.com file management and transfer tasks through Rube MCP.
Automate Findymail email lookup and verification tasks through Rube MCP.
Analyze and rewrite tweets to improve reach, visibility, and engagement.
Download YouTube videos or audio with selectable quality and format options.
Automate TripAdvisor content lookups and related workflows through Rube MCP.
Automate Rev AI workflows through Rube MCP for transcription and audio processing.
Automate Discord bot tasks and workflow actions through Rube MCP.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Slackbot messages, reminders, and teamwork workflows through Rube MCP.
Automate Retailed workflows via Rube MCP after checking current tool schemas.
Automate Composio tasks via Rube MCP with tool schema lookup first.