Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
joeseesun avatar

Codex Claude Danger Launcher

  • 15 installs
  • 3 repo stars
  • Updated April 18, 2026
  • joeseesun/codex-claude-danger-launcher

Install and manage shell shortcuts for dangerously-bypassed Codex and Claude CLI modes without permission sandboxing.

About

Installs persistent shell functions for codex and claude dangerous modes. Provides idempotent install/status/uninstall scripts that modify shell rc files.

  • Idempotent installer using shell functions for clean argument passthrough
  • Manages .zshrc and .bashrc modifications with automatic backups

Codex Claude Danger Launcher by the numbers

  • 15 all-time installs (skills.sh)
  • Ranked #372 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/joeseesun/codex-claude-danger-launcher --skill codex-claude-danger-launcher

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs15
repo stars3
Last updatedApril 18, 2026
Repositoryjoeseesun/codex-claude-danger-launcher

What it does

Install and manage shell shortcuts for dangerously-bypassed Codex and Claude CLI modes without permission sandboxing.

Files

SKILL.mdMarkdownGitHub ↗

Codex Claude Danger Launcher

Install persistent shell shortcuts for codex and claude so users do not need to remember the long flags.

Boundary

This skill owns one recurring job:

  • install, inspect, update, or remove shell shortcuts for:
  • codex --dangerously-bypass-approvals-and-sandbox
  • claude --dangerously-skip-permissions

This skill does not own:

  • general dotfile management
  • Homebrew or package installation
  • broader shell prompt/theme setup
  • changing Codex or Claude binaries themselves

Default Approach

Use the deterministic installer script:

bash scripts/install_shortcuts.sh install

The script:

  • detects the shell from SHELL
  • picks the matching rc file:
  • ~/.zshrc for zsh
  • ~/.bashrc for bash
  • appends managed shell functions, not plain aliases
  • keeps the install idempotent
  • supports status and uninstall

Use shell functions rather than aliases so extra args still pass through cleanly:

codex() {
  command codex --dangerously-bypass-approvals-and-sandbox "$@"
}

Workflow

1. Confirm the user wants the dangerous shortcuts. 2. Run the installer script with install, status, or uninstall. 3. Report:

  • which rc file was changed
  • whether a backup was created
  • the command to reload the shell, usually source ~/.zshrc or source ~/.bashrc

4. Suggest verification:

  • type codex
  • type claude

Commands

bash scripts/install_shortcuts.sh install
bash scripts/install_shortcuts.sh status
bash scripts/install_shortcuts.sh uninstall

For exact rc-file rules and managed block details, read references/shell-behavior.md.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.