cellular-senescence-agent:Cellular senescence analysis:marker scoring,SASP profiling,tissue aging assessment。
Modal
维护者 K-Dense Inc. · 最近更新 2026年4月1日
Modal是一个cloud 平台 ,用于 running Python code serverlessly,,支持 focus on AI/ML workloads。 Key capabilities:- **GPU compute** on demand (T4,L4,A10,L40S,A100,H100,H200,B200) - **Serverless functions** ,支持 autoscaling ,面向。
原始来源
K-Dense-AI/claude-scientific-skills
https://github.com/K-Dense-AI/claude-scientific-skills/tree/main/scientific-skills/modal
- 维护者
- K-Dense Inc.
- 许可
- Apache-2.0
- 最近更新
- 2026年4月1日
技能摘要
来自 SKILL.md 的关键信息
核心说明
- GPU compute on demand (T4,L4,A10,L40S,A100,H100,H200,B200)。
- Serverless functions ,支持 autoscaling ,面向 zero to thousands of containers。
- Custom container images built entirely in Python code。
- Persistent storage ,通过 Volumes ,用于 model weights 、 数据集s。
- Web endpoints ,用于 serving models 、 APIs。
原始文档
SKILL.md 摘录
When to Use This Skill
Use this skill when:
- Deploy or serve AI/ML models in the cloud
- Run GPU-accelerated computations (training, inference, fine-tuning)
- Create serverless web APIs or endpoints
- Scale batch processing jobs in parallel
- Schedule recurring tasks (data pipelines, retraining, scraping)
- Need persistent cloud storage for model weights or datasets
- Want to run code in custom container environments
- Build job queues or async task processing systems
Authenticate
Prefer existing credentials before creating new ones:
- Check whether
MODAL_TOKEN_IDandMODAL_TOKEN_SECRETare already present in the current environment. - If not, check for those values in a local
.envfile and load them if appropriate for the workflow. - Only fall back to interactive
modal setupor generating fresh tokens if neither source already provides credentials.
This opens a browser for authentication. For CI/CD or headless environments, use environment variables:
If tokens are not already available in the environment or .env, generate them at https://modal.com/settings
Modal offers a free tier with $30/month in credits.
Reference: See references/getting-started.md for detailed setup and first app walkthrough.
App and Functions
A Modal App groups related functions. Functions decorated with @app.function() run remotely in the cloud:
Run with modal run script.py. Deploy with modal deploy script.py.
Reference: See references/functions.md for lifecycle hooks, classes, .map(), .spawn(), and more.
适用场景
- 部署 或 serve AI/ML models in cloud。
- 运行 GPU-accelerated computations (training,inference,fine-tuning)。
- 创建 serverless web APIs 或 endpoints。
- Scale batch processing jobs in parallel。
不适用场景
- Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。
相关技能
相关技能
consensus-sequences
consensus-sequences。
docx
docx:user may ask you to create,edit,或 analy。
filtering-best-practices。