Cloud
(7 skills)AI agent skills tagged “Cloud” for Claude Code, Cursor, Windsurf, and more.
modal-serverless-gpu
Orchestra-Research/AI-Research-SKILLs
Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.
cloud-backup
chaterm/terminal-skills
云备份方案
aws-cli
chaterm/terminal-skills
AWS CLI 操作
gcloud
chaterm/terminal-skills
Google Cloud CLI 操作
snapshot
chaterm/terminal-skills
--- name: snapshot description: 快照管理 version: 1.0.0 author: terminal-skills tags: [backup, snapshot, lvm, btrfs, zfs, cloud] --- # 快照管理 ## 概述 LVM 快照、文件系统快照、云快照管理技能。 ## LVM 快照 ### 创建快照 ```bash # 查看逻辑卷 lvs lvdisplay # 创建快照 lvcreate -L 10G -s -n snap_data /dev/vg0/data # 创建薄快照 lvcreate -s -n snap
aliyun-cli
chaterm/terminal-skills
阿里云 CLI 操作
azure-cli
chaterm/terminal-skills
Azure CLI 操作