bundled/skills/modal-labs/SKILL.md
Modal Labs (modal.com) — run Python on serverless containers with GPUs, batch jobs, and autoscaling. Precision wrapper to avoid confusion with UI “modal dialogs”.
npx skillsauth add foryourhealth111-pixel/vco-skills-codex modal-labsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This is a precision wrapper for the upstream modal skill (Modal Labs, modal.com). It exists because “modal” is also a common term for UI dialogs (React/Vue/AntD/etc.).
Use this skill only when the user clearly means Modal Labs (modal.com).
Route here when prompts mention one or more of:
modal.com / “Modal Labs”modal run, modal deploy, modal serveDo not use this skill for UI “modal dialog” tasks.
# Install
uv uv pip install modal
# Login (writes token to ~/.modal.toml)
modal token new
import modal
app = modal.App("hello-modal")
@app.function()
def hello():
return "hello from Modal"
@app.local_entrypoint()
def main():
print(hello.remote())
Run:
modal run script.py
modal runmodal deploy / modal serve@app.function(gpu="H100") (or another GPU type)If you need deeper patterns (images, volumes, secrets, web endpoints), follow the upstream modal skill guidance.
development
Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines.
tools
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
tools
Spreadsheet toolkit (.xlsx/.csv). Create/edit with formulas/formatting, analyze data, visualization, recalculate formulas, for spreadsheet processing and analysis.
tools
High-performance CSV processing with xan CLI for large tabular datasets, streaming transformations, and low-memory pipelines.