This handles listing and retrieving Cloud organizations through the mcloud CLI. You'll reach for it when you need to discover which organizations your account can access, resolve an organization name to its ID, or pull details like members and subscription status. One gotcha: the list command only works with personal auth (browser login or personal access key), not organization access keys. If you're already authenticated with an org key, you have to use `mcloud whoami` instead. The JSON output is clean and pairs well with jq for filtering, whether you're setting context to a specific org or checking who has access to what.
npx skills add https://github.com/medusajs/medusa-agent-skills --skill mcloud-organizations