
from vmux-examples41
Run commands or apps in vmux cloud compute: deploy, detach, expose preview URLs, and manage jobs (logs, stop, attach) from the agent.
This skill teaches an agent how to operate vmux, a lightweight cloud compute runner. It covers login checks, launching commands (attached or detached), exposing ports for preview URLs, and standard post-deploy actions like logs, monitoring, and stopping jobs. The skill distils common flag combinations and operational steps so the agent can reliably deploy short-lived jobs or persistent services and return URLs or job IDs to users.
Invoke this skill when a user asks to deploy code to vmux, wants a preview URL for a running service, requests background job management, or needs instructions for monitoring and stopping cloud jobs. It's suitable for quick demos, CI-style runs, or remote test environments where ephemeral compute is appropriate.
vmux run, vmux logs, vmux stop, and related commands (examples included in SKILL.md).Agents that can call shell/CLI or orchestrate remote compute (Copilot, CLI-capable assistants, Cursor) will be able to use this skill effectively.
vmux is a CLI wrapper skill for deploying commands to cloud compute via the vmux platform, with preview URLs and detached execution. The SKILL.md is clean and well-organized with good examples, but lacks error handling guidance (what if vmux isn't installed, login failures). No bundled scripts — it's purely instructional, referencing the vmux CLI which must be installed separately.
Straightforward CLI wrapper skill. No security concerns. The skill_md_body was null in the DB fetch, had to retrieve from GitHub master branch (main branch returned 404). Skill is purely documentation — no scripts to audit.