What problem does it solve?
Setting up Temporal Cloud for the first time involves many error-prone steps: installing the prerelease CLI, authenticating, creating a billable namespace, minting an API key, writing the client config TOML, and connecting a Worker. This Skill performs the entire setup for you as a guided wizard, so you end with a running sample Workflow instead of a pile of half-finished CLI commands.
Core Features & Use Cases
- End-to-end Cloud provisioning: Installs the unified Temporal CLI, signs in via browser, creates a namespace and API key, and writes the
cloud-setup profile to temporal.toml — with the secret token never exposed in chat or diffs.
- Multi-SDK sample scaffolding: Clones the pre-wired money-transfer sample and installs dependencies for Python, TypeScript, Go, Java, .NET, and Ruby, with package-manager detection and version checks.
- Guided Workflow execution: Starts the Worker, runs the starter to completion, and optionally injects a transient failure to demonstrate Temporal's failure recovery.
- Use Case: A developer new to Temporal asks to get started on Temporal Cloud; the Skill walks them through SDK selection, region choice, and provisioning, then shows their first Workflow completing in the Cloud UI.
Quick Start
Ask the assistant to set up Temporal Cloud and run a sample Workflow, then pick your SDK and region when prompted.