Claude Code / Codex CLI / ChatGPT Agent Skills for running Jobs, Services, and VMs and inspecting Kubernetes Workers 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
- Deploy long-running HTTP Services and create persistent VMs
- List deployments by type and filter Workers by Cluster or Jobs by Worker
- 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 healthy active API (
anycloud api info), either local or hosted - A cloud credential when provisioning cloud capacity (
anycloud credentials new). Inspecting existing resources uses the active API and does not require adding credentials. The user brings their own cloud account; anycloud doesn't host compute.
This skill covers creating and operating Jobs, long-running HTTP Services, and persistent VMs, plus inspecting Kubernetes Workers and their Jobs.
MIT.