
temporalio / skill-temporal-cloud
★ 4A skill package that teaches your agent 1 capability — every one documented and browsable below, no GitHub required · by temporalio.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Temporal Cloud Skill
A skill to help troubleshoot Temporal Cloud connectivity, authentication, and configuration issues.
[!WARNING] This Skill is currently in Public Preview, and will continue to evolve and improve. We would love to hear your feedback - positive or negative - over in the Community Slack, in the #topic-ai channel
Installation
Via npx skills - supports all major coding agents
npx skills add temporalio/skills-temporal-cloud- Follow prompts
Via manually cloning the skill repo:
mkdir -p ~/.claude/skills && git clone https://github.com/temporalio/skills-temporal-cloud ~/.claude/skills/temporal-cloud
Appropriately adjust the installation directory based on your coding agent.
Install the whole package (1 skills):
npx skills add https://github.com/temporalio/skill-temporal-cloudOr install a single skill:
npx skills add https://github.com/temporalio/skill-temporal-cloud --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.