Automate Kickbox email verification and related data workflows through Rube MCP.
This skill itself is an open-source prompt-style wrapper with no direct local secrets, code execution, or local file access requirements, so the overall risk is low. However, it is designed to operate through Rube MCP and trigger Kickbox/Composio actions remotely, so users should pay attention to network egress and third-party authorization boundaries introduced by that external MCP layer.
The material says the skill itself needs 'no API keys', but actual use requires an active Kickbox connection via `RUBE_MANAGE_CONNECTIONS` and completing an auth link. This means credentials are handled by the Rube/Composio connection layer rather than not existing at all, creating a normal third-party authorization/token exposure surface, but no explicit abnormal overreach is described.
The README explicitly requires adding the remote MCP endpoint `https://rube.app/mcp` and using it to search tools, manage connections, and execute tools. Although the input says 'remote endpoint host: none', the documentation shows that task details and arguments are sent to Rube/Composio, which may then act on Kickbox on the user's behalf—this is expected external service communication.
Based on the provided material, this is a prompt-style skill document with no local install scripts, shell commands, dependency execution, or requirement to spawn local processes. Execution happens through the external MCP/tool layer rather than this skill directly gaining local code execution rights.
The material does not claim any ability to read or write local files, system directories, clipboard contents, or databases. Data access is primarily limited to sending user-provided Kickbox task parameters through the remote MCP to external services, with no sign of overbroad access to local resources.
The source is a GitHub open-source repository with very strong community adoption (64.7k stars), which materially lowers risk. The visible content is primarily README/skill guidance rather than an opaque executable. Still, the license is unspecified, maintenance status is unknown, and real operation depends on external Rube/Composio services, so reviewing the upstream repo and service terms is still advisable.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "kickbox-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/kickbox-automation/SKILL.md 2. Save it as ~/.claude/skills/kickbox-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Kickbox operations through Composio's Kickbox toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/kickbox
RUBE_MANAGE_CONNECTIONS with toolkit kickboxRUBE_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 kickboxAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Kickbox 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 Kickbox task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["kickbox"]
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 Kickbox-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit kickbox |
| 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
Enhance image quality, sharpness, and resolution for docs, presentations, and social posts.
Automate Bannerbear workflows to generate and manage marketing visuals at scale.
Automate Fomo tasks via Rube MCP with tool schema lookup first.
Retrieve and analyze Gong calls, transcripts, and conversation data with natural language.
Automate Beamer workflows to streamline updates, publishing, and team coordination.
Automate Workable hiring workflows, candidate actions, and job operations via Rube MCP.
Automate email validation and Mailboxlayer lookup workflows through Rube MCP.
Automate Chatbotkit tasks via Rube MCP using current tool schemas first.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Mx Toolbox network and email diagnostic tasks through Rube MCP.
Automate Kit tasks via Rube MCP with schema lookup first.
Automate Proxiedmail email tasks and workflows through Rube MCP.