Setup codex plugin
Scanned 8/30/2026
Install to Claude Code
npx -y skills add nekohasekai/my-codex-plugin --skill setup-codex --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Setup Codex?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nekohasekai-setup-codex)More formats (shields.io, HTML) on the badges page.
---
name: setup-codex
description: Setup codex plugin
disable-model-invocation: true
---
# my-codex-plugin setup
Load the `codex-use` skill and execute `Hello World` to verify that Codex is correctly configured. If not, stop and notify the user.
Then:
Check the `~/.codex/config.toml` file; if the following content is missing, ask the user whether to write it:
```toml
project_doc_fallback_filenames = ["CLAUDE.md"]
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!