
from awesome-skills-cn101
Automate Kickbox toolkit operations through Rube MCP (Composio): discover tools, manage connections, and execute schema-compliant Kickbox workflows safely.
This skill guides an agent to automate Kickbox operations via the Composio Kickbox toolkit using a Rube MCP server. It prescribes a safe pattern: always discover available tools with RUBE_SEARCH_TOOLS, ensure the Kickbox connection is ACTIVE, and then execute tools with schema-compliant arguments. The skill emphasizes session reuse, memory handling, and pagination for robust workflows.
Use when integrating Kickbox capabilities (email validation, list operations, or other Kickbox toolkit tasks) into automated workflows that run through an MCP server. Ideal for agents orchestrating external tools where schemas may change frequently and connections need management.
Best for agents with MCP/Rube integrations or those that can invoke RUBE_TOOL primitives (Composio/Rube-compatible agents, Claude/Composio integrations, or agents with MCP client support).
A Composio/Rube MCP integration skill for Kickbox operations. No bundled scripts — purely instructional, guiding the agent to use RUBE_SEARCH_TOOLS, RUBE_MANAGE_CONNECTIONS, and RUBE_MULTI_EXECUTE_TOOL. Well-structured workflow pattern with good pitfall documentation. Niche use case limited to Kickbox users already on Composio; requires external MCP server setup and active Kickbox connection.
No security issues found. The skill delegates all execution to the Rube MCP server and doesn't include any scripts or direct network calls. The 'always search first' pattern is good practice for schema drift. Usefulness is low due to narrow audience (Kickbox + Composio users) and dependency on external MCP infrastructure. No shell injection or credential risks. Architecture is decent but lacks scripts/ or references/ directories.