---
name: WOZCODE Update
slug: wozcode-update
category: Automation
description: WOZCODE Update updates the local WOZCODE Codex plugin from the published package. Use it when you need to install the latest plugin version and then restart Codex if the session does not reload it.
github: "https://github.com/WithWoz/wozcode-plugin/tree/main/codex/wozcode/skills/woz-update"
language: JavaScript
stars: 204
forks: 24
install: "npx degit https://github.com/WithWoz/wozcode-plugin/tree/main/codex/wozcode/skills/woz-update ~/.claude/skills/woz-update"
installs_to: ~/.claude/skills/woz-update
source_path: codex/wozcode/skills/woz-update/SKILL.md
collection_size: 22
category_size: 1956
collection_url: "https://dirskills.com/collections/WithWoz/wozcode-plugin"
added: 2026-09-05T05:29:21.537Z
last_synced: 2026-09-05T05:29:21.537Z
canonical_url: "https://dirskills.com/skills/wozcode-update"
---

# WOZCODE Update

WOZCODE Update updates the local WOZCODE Codex plugin from the published package. Use it when you need to install the latest plugin version and then restart Codex if the session does not reload it.

**Install:**

```bash
npx degit https://github.com/WithWoz/wozcode-plugin/tree/main/codex/wozcode/skills/woz-update ~/.claude/skills/woz-update
```

## README

# Update WOZCODE Codex Plugin

Update the local WOZCODE Codex plugin installation from the published package:

```bash
npx @wozcode/codex update
```

After the command succeeds, tell the user WOZCODE for Codex was updated successfully and restart Codex if the current session does not pick up the new plugin files.
