Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/temporal/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"shortDescription": "Develop, run, and manage Temporal applications across the entire platform lifecycle",
"longDescription": "Comprehensive guidance for working with Temporal — developing workflows, activities, and workers across Python, TypeScript, Go, and Java SDKs; using the Temporal CLI for local development and operations; running and managing self-hosted Temporal Server; and working with Temporal Cloud for production deployments.",
"developerName": "Temporal",
"category": "Coding",
"category": "Developer Tools",
"capabilities": [],
"websiteURL": "https://temporal.io/",
"defaultPrompt": [
Expand Down
1 change: 0 additions & 1 deletion plugins/temporal/skills/temporal-cloud-setup/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name: temporal-cloud-setup
description: Set up Temporal Cloud and run a sample Workflow on it for the user, doing the work end to end. Use when the user wants to set up Temporal Cloud, get started on Temporal Cloud, install the unified Temporal CLI (prerelease cloud-cli), create a Cloud namespace or API key, clone a money-transfer sample app, write the client config TOML, or connect a local Worker to Temporal Cloud and run a sample Workflow. This is the Cloud setup path, not the local learning path (see temporal-getting-started). Covers Python, TypeScript, Go, Java, .NET, and Ruby SDKs.
version: 0.7.0
disable-model-invocation: true
---

# Temporal Cloud Setup
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
interface:
display_name: "Temporal Cloud Setup"
short_description: "Set up Temporal Cloud and run a sample Workflow"

policy:
allow_implicit_invocation: false