agentsclimarketplace

Headsup new tab shortcut

Skill wasulajr/headsup/codex-skills/headsup-new-tab-shortcut

Install, update, verify, or remove the New Codex Tab Finder Quick Action.From its SKILL.md

Install
npx -y skills add wasulajr/headsup --skill headsup-new-tab-shortcut

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • reads credentialsReads from 2 credential sources: `~/.codex/hooks/.headsup-repo` and 1 more.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 5 commands, including `cd "$(cat ~/.codex/hooks/.headsup-repo)"` and 4 more.

SKILL.md

1.4 KB, 342 tokens by cl100k_base, as published. Nobody here has run it

New Codex Tab Quick Action

The Quick Action bundle is installed by setup-codex.sh:

cd "$(cat ~/.codex/hooks/.headsup-repo)"
./setup-codex.sh

It installs New Codex Tab.workflow into ~/Library/Services/.

Launch mode is configurable. The workflow reads NEWTAB_CODEX_ARGS from ~/.codex/hooks/headsup-status.conf and appends it to codex. Empty (the default) is normal interactive mode; set it to start every shortcut-launched session in a given mode (e.g. --full-auto, --ask-for-approval never, or --dangerously-bypass-approvals-and-sandbox). Set it with /headsup-config codextabs (off / full-auto / yolo / never / approval <policy> / raw args), or by hand.

Cold start vs warm start. When iTerm2 is already running, the action opens one new tab. When iTerm2 is not running, activate makes it spawn its own launch window asynchronously; the action detects this (System Events process check before activating), waits for that window, and reuses it, so exactly one window opens instead of two.

Verify:

ls "$HOME/Library/Services/New Codex Tab.workflow"

Remove the bundle if requested:

rm -rf "$HOME/Library/Services/New Codex Tab.workflow"
/System/Library/CoreServices/pbs -flush

Do not remove global Services hotkey preferences unless the user explicitly asks.

What ships with it: 2 files

7.0 KB alongside SKILL.md

New Codex Tab.workflow/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.