
from agents-skills-plugins11
Automate Kickbox workflows via the Composio Kickbox toolkit on a Rube MCP server: discover tools, manage connections, and execute schema-compliant tool calls.
This skill codifies a pattern for automating Kickbox operations through Composio's Kickbox toolkit when connected to a Rube MCP server. It instructs the agent to discover available tools with RUBE_SEARCH_TOOLS, verify and manage connections via RUBE_MANAGE_CONNECTIONS, and execute operations using RUBE_MULTI_EXECUTE_TOOL while respecting schema and session semantics. The SKILL.md emphasizes always searching for up-to-date tool schemas and handling connection state before execution.
Use this skill when the user requests Kickbox-related automation (email validation workflows, bulk checks, or toolkit operations) that must run against a live Rube MCP server. It's appropriate when tool schemas may change or when authenticated toolkit connections are required.
Best used by agents with MCP tool integrations and the ability to call MCP endpoints (Composio/Rube-capable agents, Claude/Composio integrations).
Kickbox Automation is a procedural guide for using Kickbox email verification tools via the Composio/Rube MCP integration. No bundled scripts — it's purely an MCP orchestration skill relying on RUBE_SEARCH_TOOLS, RUBE_MANAGE_CONNECTIONS, and RUBE_MULTI_EXECUTE_TOOL calls. Clean frontmatter, clear workflow steps, and a useful pitfalls section, but no error handling guidance or retry logic.
No security concerns — no shell commands, no credentials, no destructive operations. Purely an MCP tool-call guide. Niche audience (email verification via Composio). Well-structured for what it is.