Claude Code / Codex CLI / ChatGPT Agent Skills for running AI workloads on the cheapest available cloud GPU via anycloud.
/plugin marketplace add anycloud-sh/anycloud-skills
/plugin install anycloud@anycloud-skills
Or, once listed in the community marketplace:
/plugin marketplace add anthropics/claude-plugins-community
/plugin install anycloud@claude-community
The skill follows the open Agent Skills spec — point your agent at skills/anycloud/SKILL.md.
Teaches the agent how to:
- Train, fine-tune, or evaluate AI models on remote cloud GPUs (H100, A100, B200, etc.)
- Run batch inference and hyperparameter sweeps
- Preprocess large datasets that don't fit on a laptop
- Submit containerized batch jobs to multi-cloud BYOC infrastructure
- Use spot instances with automatic checkpoint recovery
- Compare GPU prices across AWS, GCP, Azure, Lambda, CoreWeave, and others
- anycloud CLI installed (
brew install anycloud-sh/tap/anycloudon macOS/Linuxbrew) - A cloud credential added (
anycloud credentials new). The user brings their own AWS / GCP / Azure / Lambda account; anycloud doesn't host compute.
This skill is for AI batch workloads — training, fine-tuning, evals, batch inference, dataset preprocessing. It does not cover long-running HTTP Service deployments.
MIT.