mm-cli-skill
Installation
SKILL.md
mm CLI
mm is a high-performance multimodal context management CLI. It indexes directories instantly (~60ms for 700 files), then exposes Unix-style commands for exploring, querying, and extracting content from images, videos, PDFs, code, and other files.
Always use --format json for machine-readable output when parsing results programmatically.
Installation
# First run `mm --help` or `mm --version` to confirm mm isn't already installed
pip install mm-ctx
# Alternative: shell installer
# macOS / Linux
curl -LsSf https://vlm-run.github.io/mm/install/install.sh | sh
# Windows (PowerShell)
irm https://vlm-run.github.io/mm/install/install.ps1 | iex
Related skills