
from awesome-skills-cn178
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.
Bash Pro
Defensive, production-grade Bash scripting patterns and CI/CD best practices: strict mode, safe argument parsing, testing with Bats, and tooling (ShellCheck/shf
Ip2location IO Automation
Automates Ip2location IO workflows through Rube MCP: discover tools, manage connections, and execute schema-compliant operations.
Makepad Event/Action
Event and action handling patterns for Makepad widgets — guides handling Mouse/Touch/Keyboard events, Hit detection, action emission and parent capture.
Obsidian CLI (vault & plugin ops)
Command-line reference and usage patterns for the Obsidian CLI: read/create/append notes, search vaults, manage properties, and developer workflows for plugin r
TaskEither Quick Reference (fp-ts)
Concise cheat-sheet for fp-ts TaskEither: patterns for typed async error handling, composing Promises, and recoverable pipelines.
Memory Forensics
Guidance and practical commands for acquiring, analyzing, and extracting artifacts from volatile memory dumps for incident response and malware analysis.
Makepad Basics
Provides starter patterns, examples, and guidance for building Rust Makepad apps, including live_design/app_main patterns and common platform setup.
API Security Testing
A structured workflow for testing REST and GraphQL APIs covering discovery, authentication, authorization, input validation, rate limiting, and error handling.
Reverse Engineer
Guides and checklists for binary reverse-engineering workflows (IDA, Ghidra, radare2, angr) including static/dynamic analysis phases and best practices.
Makepad Basics
Guides and examples for starting Makepad apps with makepad-widgets: project setup, live_design! DSL, app_main!, and basic event/widget patterns.