https://github.com/temporalio/skill-temporal-cloud
Agent skill to help with Temporal Cloud connectivity, auth, and other common issues
https://github.com/temporalio/skill-temporal-cloud
Last synced: about 2 months ago
JSON representation
Agent skill to help with Temporal Cloud connectivity, auth, and other common issues
- Host: GitHub
- URL: https://github.com/temporalio/skill-temporal-cloud
- Owner: temporalio
- License: mit
- Created: 2026-03-24T16:27:36.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-25T20:05:21.000Z (3 months ago)
- Last Synced: 2026-03-26T18:32:11.749Z (3 months ago)
- Size: 29.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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](https://t.mp/slack), in the [#topic-ai channel](https://temporalio.slack.com/archives/C0818FQPYKY)
## Installation
### Via `npx skills` - supports all major coding agents
1. `npx skills add temporalio/skills-temporal-cloud`
2. Follow prompts
### Via manually cloning the skill repo:
1. `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.