repair-computer-use

Diagnose and repair openai-bundled plugins on Windows for Codex Desktop.

46|2|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Gyratingice-blip/codex-windows-bundled-plugin-repair --skill repair-computer-use
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repair-computer-use
Source: https://github.com/Gyratingice-blip/codex-windows-bundled-plugin-repair/tree/main
Command: npx skills add https://github.com/Gyratingice-blip/codex-windows-bundled-plugin-repair --skill repair-computer-use

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill repairs openai-bundled plugins on Windows for Codex Desktop, addressing issues with plugins like chrome@openai-bundled and computer-use@openai-bundled, ensuring they function correctly.

Core Features & Use Cases

  • Diagnose and Repair: Safely diagnose and repair issues with openai-bundled plugins.
  • Backup Before Repair: Backs up user Codex state before making changes.
  • Re-register Marketplace: Re-registers the local marketplace and refreshes target plugins.
  • Cache Repair: Repairs 'latest' cache pointers after Codex version updates.
  • Use Case: If the chrome@openai-bundled or computer-use@openai-bundled plugins are missing or malfunctioning, this Skill can repair them to ensure they function correctly in Codex Desktop.

Quick Start

Run the script in inspect mode to start diagnostics:

$skill = "C:\path\to\repair-computer-use"
powershell -ExecutionPolicy Bypass -File "$skill\scripts\Repair-CodexBundledComputerUse.ps1" -InspectOnly

Frequently Asked Questions about repair-computer-use

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I repair missing chrome or computer-use plugins in Codex Desktop on Windows?

To repair missing Codex Desktop plugins, this Skill diagnoses and re-registers the local marketplace to refresh target openai-bundled plugins. It safely backs up your user Codex state before applying repairs to ensure plugins function correctly.

Why does my computer-use plugin malfunction after a Codex Desktop version update?

Codex Desktop plugins malfunction after updates due to broken 'latest' cache pointers. This Skill repairs those cache pointers and re-registers the local marketplace to restore the missing or malfunctioning openai-bundled plugins.

Can I diagnose openai-bundled plugin issues in Windows PowerShell without making changes?

Yes, you can diagnose openai-bundled plugin issues safely by running the provided PowerShell script in inspect mode using the -InspectOnly parameter, which starts diagnostics without modifying your current Codex state.

Does the Codex Desktop plugin repair script require specific PowerShell execution policies?

Yes, the plugin repair script requires a Windows execution environment with PowerShell and specific script execution policies. You can execute the diagnostic or repair script by bypassing the execution policy via the command line.

What is the best way to fix malfunctioning openai-bundled plugins without losing my current Codex state?

The best way to fix malfunctioning openai-bundled plugins safely is to use a repair script that automatically backs up your user Codex state before re-registering the marketplace and refreshing the target plugins.