开放、可复用的 Codex 技能集合。
Open, reusable Codex skills.
codex-native-installer- 当 Microsoft Store、Windows Update 或winget无法正常更新 Codex 时,用于在 Windows 上安装或更新 Codex 的辅助技能。codex-native-installer- Windows helper skill for installing or updating Codex when Microsoft Store, Windows Update, orwingetcannot update it normally.
有些 Windows 电脑会因为公司策略、系统精简、手动优化或稳定性要求,禁用 Windows Update、Microsoft Store 更新或 winget。这种情况下,Codex 可能无法通过应用商城正常更新。
codex-native-installer 会通过以下方式安装或更新 Codex:
- 在本机打开 Edge 或 Chrome。
- 通过
store.rg-adguard.net获取 Microsoft Store 官方包下载链接。 - 下载 Codex 官方
.msix或.msixbundle安装包。 - 使用 Windows
Add-AppxPackage执行原生安装。
中文使用说明:skills/codex-native-installer/USAGE.zh-CN.md
Some Windows machines disable Windows Update, Microsoft Store updates, or winget because of company policy, system hardening, or controlled deployment requirements. In that situation, Codex may be unable to update normally through Microsoft Store.
codex-native-installer installs or updates Codex by:
- Opening Edge or Chrome locally.
- Fetching the official Microsoft Store package links through
store.rg-adguard.net. - Downloading the official Codex
.msixor.msixbundlepackage. - Installing it with Windows
Add-AppxPackage.
English usage guide: skills/codex-native-installer/USAGE.en.md
公开版本已排除 node_modules、下载的 MSIX 安装包、日志和本机路径等运行产物。
The published copy excludes local runtime artifacts such as node_modules, downloaded MSIX packages, logs, and machine-specific paths.