Automate Supportbee tickets and support workflows through Rube MCP.
This skill appears to be an open-source prompt/instruction wrapper with no clear red flags such as local code execution, file access, or embedded secrets. The main security consideration is the normal external data transfer and account-authorization exposure introduced by connecting Rube MCP and a Supportbee account.
The material says there are 'no API keys', but it requires creating a `supportbee` connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link, which implies third-party account authorization/OAuth credentials. No hardcoded secrets are shown in the skill itself; exposure mainly depends on the scope granted to the connected Supportbee account.
The README explicitly requires adding `https://rube.app/mcp` as an MCP server and performing Supportbee actions through Composio/Rube. Therefore, user requests, tool arguments, and some ticket/support data are likely transmitted via Rube/Composio to Supportbee, which is normal egress consistent with the stated function.
Based on the provided material, this is a prompt-only skill description with no executable scripts, install commands, or requirement to launch extra local processes. Its behavior depends on external MCP tool calls rather than arbitrary local code execution.
There is no indication of local file or system access, but once the Supportbee connection is active, the skill can query or perform bulk actions on Supportbee business data through discovered tools. The effective data scope depends on the privileges of the connected account, so high-privilege accounts should be avoided.
The source is an open-source GitHub repository with high community adoption (~64.7k stars), which materially lowers supply-chain risk. However, the license is not stated, maintenance status is unknown, and actual execution depends on third-party Rube/Composio services, so their upstream changes and terms should still be reviewed.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "supportbee-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/supportbee-automation/SKILL.md 2. Save it as ~/.claude/skills/supportbee-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Supportbee operations through Composio's Supportbee toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/supportbee
RUBE_MANAGE_CONNECTIONS with toolkit supportbeeRUBE_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 supportbeeAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Supportbee 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 Supportbee task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["supportbee"]
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 Supportbee-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit supportbee |
| 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 Plasmic tasks through Rube MCP to speed up page and component management.
Automate Replicate model runs, uploads, schema checks, and prediction management.
Automate Salesmate tasks through Rube MCP for faster sales and CRM workflows.
Automate Scrapingant scraping tasks and workflows through Rube MCP.
Automate ScreenshotOne screenshot tasks and workflows through Rube MCP.
Automate Ngrok tunnels, endpoints, and operations through Rube MCP.
Automate Supportivekoala workflows through Rube MCP for scalable personalized tasks.
Automate Beeminder tasks and goal updates through Rube MCP workflows.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Ambee workflows via Rube MCP using current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate EspoCRM tasks and streamline customer workflows through Rube MCP.