Agent Plugins Marketplace
All plugins

temporal

v0.4.0

Comprehensive skill for the entire Temporal lifecycle — developing applications, using the Temporal CLI, running and managing Temporal Server, and working with Temporal Cloud.

Codex4 Skills

By TemporalLicense: MIT0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex
Parsed components
4 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install temporal for Codex

Installs for the current user
codex plugin marketplace add FaLalens/codex-plugins-zh
codex plugin marketplace upgrade openai-curated
codex plugin add temporal@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “temporal-3” remain stable.

  • Codex: temporal-3@agent-plugin-marketplacetemporal@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/FaLalens/codex-plugins-zh

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/temporal/.

Plugin files

plugins/temporal/
├── .codex-plugin/plugin.json
├── skills/temporal-cloud-setup/SKILL.md
├── skills/temporal-developer/SKILL.md
├── skills/temporal-ops/SKILL.md
└── skills/temporal-serverless/SKILL.md

Included Skills4

temporal-cloud-setupskills/temporal-cloud-setup/SKILL.md

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.

temporal-developerskills/temporal-developer/SKILL.md

Develop, debug, and manage Temporal applications across Python, TypeScript, Go, Java, .NET, Ruby, and Rust. Use when the user is building workflows, activities, or workers with a Temporal SDK, debugging issues like non-determinism errors, stuck workflows, or activity retries, using Temporal CLI, Temporal Server, or Temporal Cloud, or working with durable execution concepts like signals, queries, heartbeats, versioning, continue-as-new, child workflows, or saga patterns. Also use when the user mentions "run a Temporal workflow from the CLI", "start a dev server", "run temporal server start-dev", "temporal workflow start", "temporal workflow execute", "temporal workflow signal", "temporal workflow query", "temporal workflow update".

temporal-opsskills/temporal-ops/SKILL.md

Administer and diagnose running Temporal Cloud or self-hosted Temporal Server environments via CLI (temporal, tcld) — not SDK code. Operations: namespace CRUD, Cloud capacity/APS, API-key rotation, mTLS cert rotation, workflow health, batch cancel/terminate/reset, export, search attributes, Ops API, billing, audit logs, Terraform, SAML/SCIM, migration. Diagnosis: bottom-up triage of stuck workflows, non-determinism, worker-health, task-queue problems, HA failover, payload size limits, performance bottlenecks, missed schedules. Do NOT trigger for generic TLS/gRPC errors unrelated to Temporal, writing application code (temporal-developer), or worker tuning/sizing (temporal-workertuning).

temporal-serverlessskills/temporal-serverless/SKILL.md

Deploy and operate Temporal Workers on serverless compute (AWS Lambda) driven by the Worker Controller Instance (WCI). Use when the user mentions: "serverless worker", "Temporal serverless", "Worker Controller Instance", "WCI", "deploy Temporal worker on Lambda", "Lambda packaging", "Lambda timeout", "WCI inspection", "CloudFormation Temporal".

Plugin manifests1

plugins/temporal/.codex-plugin/plugin.json
{
  "author": {
    "name": "Temporal",
    "url": "https://temporal.io/"
  },
  "description": "Comprehensive skill for the entire Temporal lifecycle — developing applications, using the Temporal CLI, running and managing Temporal Server, and working with Temporal Cloud.",
  "homepage": "https://temporal.io/",
  "interface": {
    "capabilities": [],
    "category": "Developer Tools",
    "composerIcon": "./.codex-plugin/assets/composer-icon.svg",
    "defaultPrompt": [
      "Create a workflow using Temporal.",
      "Develop an Agent on Temporal"
    ],
    "developerName": "Temporal",
    "displayName": "Temporal",
    "logo": "./.codex-plugin/assets/logo.svg",
    "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.",
    "privacyPolicyURL": "https://temporal.io/global-privacy-policy",
    "shortDescription": "Develop with Temporal",
    "termsOfServiceURL": "https://temporal.io/terms-of-service",
    "websiteURL": "https://temporal.io/"
  },
  "keywords": [
    "temporal",
    "workflow",
    "durable-execution",
    "python",
    "typescript",
    "go",
    "java",
    "microservices",
    "distributed-systems"
  ],
  "license": "MIT",
  "name": "temporal",
  "repository": "https://github.com/temporalio/codex-temporal-plugin",
  "skills": "./skills/",
  "version": "0.4.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[temporal on Agent Plugins Marketplace](https://pluginsmp.com/plugins/temporal-3)