{"id":49849545,"url":"https://github.com/temporalio/codex-temporal-plugin","last_synced_at":"2026-05-14T14:09:34.833Z","repository":{"id":351595683,"uuid":"1209842540","full_name":"temporalio/codex-temporal-plugin","owner":"temporalio","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-29T21:56:47.000Z","size":222,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-29T23:34:42.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/temporalio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-13T20:48:46.000Z","updated_at":"2026-04-18T10:01:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/temporalio/codex-temporal-plugin","commit_stats":null,"previous_names":["temporalio/codex-temporal-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/temporalio/codex-temporal-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fcodex-temporal-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fcodex-temporal-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fcodex-temporal-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fcodex-temporal-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/temporalio","download_url":"https://codeload.github.com/temporalio/codex-temporal-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/temporalio%2Fcodex-temporal-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33028258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-14T14:09:31.478Z","updated_at":"2026-05-14T14:09:34.820Z","avatar_url":"https://github.com/temporalio.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Temporal Plugin for OpenAI Codex\n\nThis repository provides an [OpenAI Codex plugin](https://developers.openai.com/codex/plugins/build) for working with [Temporal](https://temporal.io/) — developing applications, using the CLI, managing server, and working with Temporal Cloud.\n\n\u003e [!WARNING]\n\u003e This plugin is in Public Preview, and will continue to evolve and improve.\n\u003e 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)\n\n## Installation\n\n### Install from the Codex marketplace (recommended)\n\nThe Temporal plugin is published in the Codex plugin marketplace.\n\n**Codex app:**\n\n1. Open the plugins menu.\n2. Search for **temporal**.\n3. Click **+** (or **Add to Codex**) next to the plugin.\n\n**Codex CLI:**\n\n1. Run `/plugins`.\n2. Search for **temporal**.\n3. Select \"Install plugin\"\n\nRestart Codex after installing.\n\n### Repo-scoped\n\nInstall the plugin locally through this repo:\n\n1. Clone this repo into your project root:\n\n   ```bash\n   cd your-project\n   git clone https://github.com/temporalio/codex-temporal-plugin.git\n   ```\n\n2. Copy the marketplace and plugin files into your project:\n\n   ```bash\n   # Create the directories Codex looks for at the repo root\n   mkdir -p .agents/plugins plugins\n\n   # Copy the plugin\n   cp -r codex-temporal-plugin/plugins/temporal-developer plugins/\n\n   # Copy the marketplace catalog\n   cp codex-temporal-plugin/.agents/plugins/marketplace.json .agents/plugins/\n   ```\n\n   \u003e If you already have a `.agents/plugins/marketplace.json`, merge the `temporal-developer` entry from the one in this repo into your existing file's `plugins` array.\n\n3. Optionally, remove the cloned repo:\n\n   ```bash\n   rm -rf codex-temporal-plugin\n   ```\n\n4. Restart Codex and open the plugin directory. In the marketplace dropdown, switch from **OpenAI** to **Temporal**, then click the **+** button to install the plugin.\n\n\n## What's Included\n\n- **temporal-developer** skill — Comprehensive guidance for developing Temporal applications: creating workflows, activities, and workers; handling signals, queries, and updates; debugging non-determinism errors; implementing saga patterns, versioning strategies, and testing approaches across Python, TypeScript, Go, and Java SDKs.\n\n## Standalone Skill\n\nThe skill content is derived from [temporalio/skill-temporal-developer](https://github.com/temporalio/skill-temporal-developer). If you only need the skill without the plugin wrapper, you can install it directly from that repo.\n\n## Other Coding Agents\n\n- **Claude Code**: See [temporalio/claude-temporal-plugin](https://github.com/temporalio/claude-temporal-plugin)\n- **Cursor**: See [temporalio/cursor-temporal-plugin](https://github.com/temporalio/cursor-temporal-plugin)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Fcodex-temporal-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftemporalio%2Fcodex-temporal-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemporalio%2Fcodex-temporal-plugin/lists"}