Use when the user needs to run isolated code remotely — a disposable container, optional GPU access (T4 → H100), or a safer place for untrusted / heavy code. Prefer local execution for normal repo work; use Modal sandboxes for isolation, hardware access, or one-shot heavy compute.
$npx -y skills add blockrunai/blockrun-mcp --skill modalInstalls into the current project.
Run `npx skills use "https://github.com/blockrunai/blockrun-mcp" --skill "blockrunai/blockrun-mcp/modal"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/blockrunai/blockrun-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/blockrunai/blockrun-mcp"` and select the relevant skills, then follow their instructions.