Agens modal
skill_id: modal
install
source · Clone the upstream repo
git clone https://github.com/Gyoungwe/agens
manifest:
skills/modal/skill.yamlsource content
skill_id: modal name: modal description: Cloud computing platform for running Python on GPUs and serverless infrastructure. Use when deploying AI/ML models, running GPU-accelerated workloads, serving web endpoints, scheduling batch jobs, or scaling Python code to the cloud. Use this skill whenever the user mentions Modal, serverless GPU compute, deploying ML models to the cloud, serving inference endpoints, running batch processing in the cloud, or needs to scale Python workloads beyond their local machine. Also use when the user wants to run code on H100s, A100s, or other cloud GPUs, or needs to create a web API for a model. version: 1.0.0 author: K-Dense Inc. license: Apache-2.0 tags:
- scientific-agent-skills
- modal tools: [] permissions: network: true filesystem: false shell: false agents:
- executor_agent enabled: true source: scientific-agent-skills entrypoint: entry.py readme: README.md input_schema: {} output_schema: type: object metadata: upstream_repo: K-Dense-AI/scientific-agent-skills upstream_skill: modal upstream_path: scientific-skills/modal/SKILL.md upstream_frontmatter: name: modal description: Cloud computing platform for running Python on GPUs and serverless infrastructure. Use when deploying AI/ML models, running GPU-accelerated workloads, serving web endpoints, scheduling batch jobs, or scaling Python code to the cloud. Use this skill whenever the user mentions Modal, serverless GPU compute, deploying ML models to the cloud, serving inference endpoints, running batch processing in the cloud, or needs to scale Python workloads beyond their local machine. Also use when the user wants to run code on H100s, A100s, or other cloud GPUs, or needs to create a web API for a model. license: Apache-2.0 metadata: skill-author: K-Dense Inc.