Send iMessage text or file attachments from the terminal. Default buddy = [email protected] (override with --to or $IMESSAGETO). Files attach via clipboard + UI-script — the only path that actually works on Sequoia (the AppleScript dictionary's send file silently no-ops). Usage /imessage or /imessage --to .
Directed who-wrote-to-whom graph from a message base (BBS dump or RFC822 .eml), parsed straight from From:/To: headers. Renders an Apple-native SVG (--svg), subject threads (--threads), email-alias folding, JSON/DOT. Point it at any folder of messages. Deterministic, no LLM in the loop.
Chat with the Mini's MLX brain (Qwen3-4B) ARMED with the Apple skill + the folder you're in — identity from skill.md, this folder's context, per-turn retrieval from wiki/. The "What would the Apple skill say" button.
Relay an MLX discussion's answer to Claude, in the repo it was armed for — Claude grades how well MLX did, or implements the change. Talk-to-MLX-then-escalate-to-Claude. Usage /mlx-relay [--apply|--copy] [-n N|--all] [note].
Open a named, resumable Converse discussion with the Mini's MLX brain, armed with the skill governing the current folder. Renameable/saveable/resumable/⌘C-copyable. Usage /mlx [name] [--fm|--list|--cwd DIR].
The spatial overlay — a click-through canvas floating over every window that both you and agents can draw on. /overlay shows status; /overlay open launches it (⌃⌥⌘D toggles draw mode, esc leaves); /overlay post --rel X,Y,W,H puts an arrow / box / highlight / spotlight / label / callout / sticker on the screen from an…
Run the Apple-Panel job worker — executes panel-inbox jobs that Fleet dispatches to THIS machine over Syncthing, writing output to panel-results. The remote arm of the Fleet × Panel runner. Usage /panel-worker (daemon), /panel-worker --once, /panel-worker --status.
Scan every Apple-app plist for extractable user data (1,934 plists, 518 apps). Apple-native plistlib only. Usage /plist-probe or /plist-probe --md or /plist-probe --interesting-only.
Read the macOS clipboard aloud via local Voicebox (Kokoro). Uses a voice distinct from Claude's chat-speak so the two don't blur. Select text → Cmd-C → /read. Stop with /read --stop. Usage /read, /read --grab, /read --text "...", /read --stop.
Post-process a rec recording's audio for editing. split extracts the system-audio and mic tracks to separate .m4a sidecars (drop into iMovie as independent tracks). flatten mixes them into one track on a video-passthrough .mov (plays both everywhere). Apple-native AVFoundation.
Transcribe a recording to .srt subtitles (via whisp/Whisper) and optionally BURN them into the video. /rec-subtitle → .srt sidecar (upload to YouTube as captions). Add --burn → -subtitled.mov with subtitles hard-painted into the picture (Apple-native Core Animation).
One-word screen + system-audio recorder. Starts immediately — whole screen + ALL system audio → /Videos/yyyy-MM-dd-HH-mm-ss.mov. No mic, no BlackHole/Loopback (audio off the system engine via ScreenCaptureKit). Ctrl-C stops + finalizes.
Blur/redact something out of a finished recburn video — --find sweeps the whole recording with on-device OCR so you need no timestamps at all, then it re-encodes ONLY the affected keyframe span, stream-copies the rest bit-exact, and never touches the audio or the source. Usage /recburn-redact [19:58-19:59] [what to…
Screen + system-audio recording with a live "CLICKS: n" counter burned into the video. Counts every mouse-down from the moment recording starts. No Accessibility permission, no event tap.