An open API service indexing awesome lists of open source software.

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

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.