modal-batch-processing

Installation
SKILL.md

Modal Batch Processing

Quick Start

  1. Verify the actual local Modal environment before writing code.
modal --version
python -c "import modal,sys; print(modal.__version__); print(sys.executable)"
modal profile current
  • Do not assume the default python interpreter matches the environment behind the modal CLI.
  • Switch to the project virtualenv or the interpreter behind the installed modal CLI before writing examples or running scripts.
  • Use with modal.enable_output(): around with app.run(): when local provisioning logs or remote prints are needed for debugging.
  1. Classify the request before writing code.
Installs
2
GitHub Stars
4
First Seen
Jun 1, 2026
modal-batch-processing — jamesrobmccall/modal-skills