Will it 100% work with the Codex app for Windows OS and PoweShell , without Linux? #765
|
More precisely, |
Replies: 1 comment 2 replies
|
Thanks for asking. For Codex, please use the Codex sibling distribution: https://github.com/Imbad0202/academic-research-skills-codex — its README covers installation for Codex CLI and Codex Desktop, including Windows: the plugin ships materialized file copies instead of symlinks specifically so Windows plugin caches work, and the verification scripts need Python 3. The install commands in the README are written for bash, so on PowerShell you may need minor adaptations (e.g. Two honest caveats. I develop and test on macOS, and there is no maintainer-run end-to-end verification on Windows/PowerShell yet — so treat it as "expected to work, please report anything that doesn't" rather than a 100% guarantee. Also, the port targets Codex CLI / Codex Desktop reading locally installed skills; whether the Codex surface embedded in the ChatGPT app loads local skills is an OpenAI platform question I can't confirm — please check OpenAI's docs for that. If you try it on Windows and hit anything, please open an issue on the codex repo — a Windows end-to-end report would be genuinely useful. |
Thanks for asking. For Codex, please use the Codex sibling distribution: https://github.com/Imbad0202/academic-research-skills-codex — its README covers installation for Codex CLI and Codex Desktop, including Windows: the plugin ships materialized file copies instead of symlinks specifically so Windows plugin caches work, and the verification scripts need Python 3. The install commands in the README are written for bash, so on PowerShell you may need minor adaptations (e.g.
Remove-Item -Recurseinstead ofrm -rf).Two honest caveats. I develop and test on macOS, and there is no maintainer-run end-to-end verification on Windows/PowerShell yet — so treat it as "expected to work, please repo…