Automate Bouncer tasks through Rube MCP after checking current tool schemas.
This skill appears to be an open-source prompt-only wrapper with strong community credibility, and it does not show local code execution or direct local data access. The main security consideration is its reliance on the remote Rube MCP/Composio service and an external Bouncer authorization flow, so network egress and third-party connection handling should be treated with caution.
The material states the skill itself does not require local API keys or environment variables, but actual use requires establishing a `bouncer` connection via `RUBE_MANAGE_CONNECTIONS` and completing authentication through a returned auth link. This implies normal third-party credential delegation/handling through Rube/Composio, with typical caution around account linking and token management.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using Composio/Rube to discover and execute Bouncer tools. Therefore, task inputs, session IDs, tool arguments, and potentially business data will be sent to a declared third-party service. The endpoint is disclosed and functionally related, but this is still explicit external data egress.
Based on the provided material, this is a prompt/instructional skill and does not include executable install scripts, binaries, shell commands, or requirements to start local processes. The skill itself does not show direct code execution capability.
The material does not declare any need to read or write local files, system directories, clipboard contents, databases, or other local resources. Its data access scope is primarily remote interaction with Bouncer-related resources rather than overbroad local access.
This item is marked as `prompt-only` and `open-source`, and it comes from a GitHub repository with high community adoption (64.7k stars), making it substantially more auditable than closed-source distributions. Although the license is unspecified and maintenance status is unknown, these do not by themselves constitute a high-risk red flag; overall supply-chain risk is low.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "bouncer-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/bouncer-automation/SKILL.md 2. Save it as ~/.claude/skills/bouncer-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Bouncer operations through Composio's Bouncer toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/bouncer
RUBE_MANAGE_CONNECTIONS with toolkit bouncerRUBE_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 bouncerAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Bouncer 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 Bouncer task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["bouncer"]
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 Bouncer-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit bouncer |
| 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 Cats tasks through Rube MCP after checking the latest tool schemas.
Automate Castingwords transcription tasks and related workflows through MCP.
Automate Certifier workflows via Rube MCP using current tool schemas first.
Automate Chmeetings tasks through Rube MCP to streamline meeting coordination.
Automate Helpwise support and collaboration tasks to streamline team workflows.
Automate Claid AI image enhancement workflows through Rube MCP tools.
Automate Bench workflows through Rube MCP using up-to-date tool schemas.
Automate BunnyCDN configuration, queries, and operational tasks via Rube MCP.
Automate Borneo tasks via Rube MCP with tool schema discovery first.
Automate Autobound tasks and workflow actions through Rube MCP.
Automate Bubble tasks via Rube MCP using the latest tool schemas.
Automate Bonsai tasks via Rube MCP using current tool schemas first.