What problem does it solve? When a task requires combining connected plugin or MCP tools with Bash scripts, pipes, local files, loops, or batch automation, direct tool calls are not enough. This Skill provides the workflow for using the mcode-tools CLI to discover, inspect, and invoke any Connector tool from the command line, including multimodal generation and understanding for images, video, audio, music, and documents. ## Core Features & Use Cases - Tool Discovery and Inspection: List Connector tools with keyword filtering and inspect each tool's input_schema and output_schema before calling it, so arguments are never guessed. - Structured Tool Invocation: Call tools with inline JSON or an arguments file (--args / --args-file), with correct handling of stdout output and non-zero exit errors. - File Utilities: Get fresh download URLs for Matrix Drive assets with get_asset_url and upload local files for temporary URLs with upload_temp_url. - Use Case: Generate an image with a Connector tool by running mcode-tools connector tools --keyword image, inspecting the chosen tool's schema, then calling it with a JSON args file and a 600-second Bash timeout. ## Quick Start Ask the agent to use mcode-tools to find an image generation Connector tool and generate a picture, saving the result into the current working directory.