whatisgithub

What is codex-windows-computer-use?

refrainwww/codex-windows-computer-use — explained in plain English

Analysis updated 2026-05-18

31PowerShellAudience · developerComplexity · 3/5Setup · moderate

In one sentence

A Codex skill for Windows that fixes the Chrome and Computer Use plugins when they fail to appear or install.

Mindmap

mindmap
  root((repo))
    What it does
      Diagnoses plugin issue
      Repairs plugin install
      Codex skill package
    Tech stack
      PowerShell
      Codex CLI
    Use cases
      Fix missing Computer Use
      Fix missing Chrome plugin
      Repair marketplace source
    Audience
      Codex Desktop users
    Setup
      Copy to skills folder
      Restart Codex Desktop
    Safety
      Dry run by default
      Apply flag required

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Fix a Windows Codex Desktop install where the Computer Use plugin will not show up.

USE CASE 2

Repair a broken openai-bundled plugin marketplace registration.

USE CASE 3

Recover from an os error 6000 caused by reading a protected Windows app folder.

USE CASE 4

Reinstall the chrome and computer-use plugins after a corrupted plugin cache.

What is it built with?

PowerShellCodex CLI

How does it compare?

refrainwww/codex-windows-computer-useangusdevgo/oc-codexsbousseaden/edrunchoker
Stars313035
LanguagePowerShellPowerShellPowerShell
Setup difficultymoderateeasymoderate
Complexity3/52/53/5
Audiencedeveloperdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires closing Codex Desktop and running a PowerShell script with an explicit apply flag.

So what is it?

This repository is a troubleshooting skill for Codex Desktop on Windows, built to work inside OpenAI's Codex tool. Codex supports skills, which are small packages of instructions that teach it how to handle a specific task. This one teaches Codex how to diagnose and repair a common Windows problem where the Chrome and Computer Use plugins refuse to show up or install. The underlying issue happens because Codex Desktop's bundled plugin source, called openai-bundled, sometimes fails to register properly in the plugin marketplace. Windows also protects the folder where Codex is installed, so trying to read or copy files directly from there can throw an error. Instead of changing permissions on that protected folder, which the author says causes more problems than it solves, this skill copies the bundled plugin source into the user's own folder, then registers that copy as a new marketplace source and installs the chrome and computer-use plugins from it. To use it, you clone or download the repository into a specific skills folder inside your Codex configuration directory, then restart Codex Desktop so it notices the new skill. After that you can simply tell Codex in plain language that your Windows Computer Use plugin is broken and ask it to fix it, and Codex will read the included instructions file and follow the repair steps itself. The repository also includes a PowerShell script you can run directly instead of going through Codex. By default the script only prints what it would do, a safe dry run, and you have to add an extra flag to make it actually apply changes. The script checks whether the Codex command line tool is available, locates the protected plugin folder, backs up your existing Codex configuration files, copies the plugin source somewhere safe, then re-registers it and installs the two plugins. You can also point the script at custom folder locations if it cannot find Codex on its own. A short set of frequently asked questions in the README covers closing Codex Desktop before running the repair and what a specific Windows error code means.

Copy-paste prompts

Prompt 1
Use the codex-windows-computer-use skill to check and repair the Computer Use plugin on this Windows machine.
Prompt 2
My Windows Codex cannot see the Computer Use plugin, please fix it with codex-windows-computer-use.
Prompt 3
Run the repair script in dry run mode first and show me what it plans to change.
Prompt 4
Explain why WindowsApps permissions should not be changed directly for this fix.

Frequently asked questions

What is codex-windows-computer-use?

A Codex skill for Windows that fixes the Chrome and Computer Use plugins when they fail to appear or install.

What language is codex-windows-computer-use written in?

Mainly PowerShell. The stack also includes PowerShell, Codex CLI.

How hard is codex-windows-computer-use to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is codex-windows-computer-use for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.