Claude Code skills by zippoxer
npx claudepluginhub zippoxer/claude-skillsBrowser automation with anti-bot/Cloudflare bypass using nodriver
Claude Code skills by zippoxer.
/plugin marketplace add zippoxer/claude-skills
# Install subcodex
/plugin install subcodex@zippoxer/claude-skills
# Install stealth-browser
/plugin install stealth-browser@zippoxer/claude-skills
Then restart Claude Code.
Collaborate with Codex like a subagent. Conversations are named and saved to files, so Claude can pick up later with subcodex list.
Coding:
Reviewing:
Sessions get human-readable names (with random suffixes) instead of UUIDs. Conversations are saved as plain text files—just messages, no thinking tokens or clutter—so Claude can read them anytime to catch up.
subcodex list shows session status in real-time:
Edit ~/.subcodex/config.json:
{
"model": "gpt-5.2",
"reasoning": "high",
"review-reasoning": "xhigh",
"exclusive_cwd": true
}
exclusive_cwd: Only allow one Codex session per directory at a time (prevents conflicts)Like dev-browser but with anti-bot/Cloudflare bypass. Uses nodriver instead of Playwright.
Python 3.8+ must be installed. Dependencies are auto-installed on first run.
# subcodex
cp -r skills/subcodex ~/.claude/skills/
chmod +x ~/.claude/skills/subcodex/subcodex
# stealth-browser
cp -r skills/stealth-browser ~/.claude/skills/
chmod +x ~/.claude/skills/stealth-browser/server.sh
MIT