cloudctl

Switch AWS, GCP, and Azure contexts and verify credentials via cloudctl.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/hoad-org/claude-skill-cloudctl --skill cloudctl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudctl
Source: https://github.com/hoad-org/claude-skill-cloudctl/tree/main/.claude
Command: npx skills add https://github.com/hoad-org/claude-skill-cloudctl --skill cloudctl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CloudctlSkill solves the problem of securely managing and switching cloud authentication contexts in Claude without exposing credentials or manually exporting secrets.

Core Features & Use Cases

  • Multi-cloud context switching: Switch AWS, GCP, and Azure organizations/projects/regions from within Claude using the cloudctl backend.
  • Credential verification & health checks: Run diagnostics and token/credential validation to confirm you are ready to operate.
  • Secret-safe operation: Relies on the cloudctl binary for SSO/auth refresh while the skill acts as a stateless command interface.

Quick Start

Run the command to verify your setup and availability: /cloudctl health

Frequently Asked Questions about cloudctl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I switch AWS, GCP, and Azure cloud contexts without exposing credentials?

Switch cloud contexts securely by delegating authentication to the cloudctl binary, which acts as a stateless command interface to rotate organizations, projects, and regions without exporting secrets.

Can I verify if my cloud tokens and credentials are still valid before running operations?

Verify cloud tokens and credentials by running the /cloudctl health diagnostic command, which executes health checks to confirm your access status and ensure you are ready to operate across providers.

Does cloudctl support multi-cloud context switching for AWS SSO, GCP projects, and Azure logins?

Cloudctl supports multi-cloud context switching across AWS SSO, GCP project switching, and Azure login by using local user configuration to execute deterministic operations for choosing the right provider account, role, or region.

What is the best way to manage cloud authentication contexts interactively within Claude?

Manage cloud authentication contexts interactively by using the Claude-registered /cloudctl skill entry point, which delegates SSO and auth refresh tasks to the backend binary while keeping the skill stateless and secret-safe.

Why does cloudctl require a local binary instead of handling authentication directly?

Cloudctl requires a local binary to securely handle SSO and authentication refresh operations, ensuring the skill itself remains a secret-safe stateless interface that never directly processes or exposes your cloud credentials.

How do I start using cloudctl to check my multi-cloud setup and availability?

Start using cloudctl by running the /cloudctl health command to verify your setup and availability, confirming that the binary is correctly configured to manage your AWS, GCP, and Azure contexts.