feat: codex - #4
Open
BhautikChudasama wants to merge 6 commits into
Open
Conversation
BhautikChudasama
force-pushed
the
feat/codex
branch
2 times, most recently
from
August 5, 2026 12:27
cf7035e to
026c2c2
Compare
BhautikChudasama
force-pushed
the
feat/codex
branch
from
August 5, 2026 12:52
026c2c2 to
2c4bb8f
Compare
BhautikChudasama
force-pushed
the
feat/codex
branch
from
August 5, 2026 12:53
2c4bb8f to
bbe8a4d
Compare
Same skill, references, and cos driver as claude-code-plugin, adapted for Codex's manifest.json format and shell-based session hook. No MCP, no custom tools — uses skills + bash tool like Claude Code.
- Rename plugin to createos-codex (consistent with @createos/pi, @createos/opencode) - Rewrite SKILL.md to teach createos CLI commands instead of cos wrapper - Add .claude-plugin/plugin.json with skills reference - Update marketplace manifest
- claude-code-plugin → @createos/claude-code - createos-codex → @createos/codex - @createos/pi and @createos/opencode already correct - Updated marketplace.json, all READMEs, and install commands
The CLI now expects `<network> <sandbox>` instead of `<sandbox> <network>`.
BhautikChudasama
force-pushed
the
feat/codex
branch
from
August 6, 2026 05:21
d12c396 to
de60dda
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
packages/codex-plugin/— Codex plugin with a skill that teaches thecreateosCLI for sandbox lifecycle, networking, disks, and VPN.Install
Usage
Stacked on
feat/pi(Pi extension)feat/opencode(OpenCode plugin)Must merge in order: feat: pi extension #1 → feat: opencode #2 → feat: codex #4