matrix-cloud-run
Installation
SKILL.md
Run Work on Matrix OS
Use the hosted Matrix MCP tools for remote work. Authenticate HTTP connections with the coding client's browser OAuth flow; no local Matrix CLI is required. The Matrix CLI fallback has separate authentication and is only for users who choose it or clients without remote MCP support.
MCP-first execution
- Call
list_computersand choose the explicitruntimeSlot; never guess or silently fall back to another computer. - Use
run_commandwith thecommandargv array for short probes that need captured output. Hosted HTTP defaults to and caps commands at 45 seconds; use persistent terminals for longer work. - For observable or long-running work, use
create_terminal,create_terminal_tabwhen useful,select_terminal_tab, andsend_terminal_input. Report the terminal and tab names so the user can reconnect in Matrix. - Use
list_files,read_file,download_file, andupload_filefor bounded Matrix-home files. These tools never read or write arbitrary local paths. - Use
list_chats,search_chats, andget_chatonly when prior Matrix chat context is relevant; these tools are read-only.
For HTTP authentication failures, reconnect using codex mcp login <configured-server-name> or Claude Code's /mcp authentication flow. Do not collect tokens in chat. matrix login only repairs stdio/CLI authentication, not HTTP OAuth. If hosted MCP is unavailable, explain that status and offer the CLI fallback explicitly.