npx claudepluginhub zippoxer/claude-skills --plugin subcodexStealth browser automation with anti-bot bypass and persistent page state. Use when users need to navigate Cloudflare-protected sites, fill forms, take screenshots, extract web data, or automate browser workflows on sites that block regular automation. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "bypass cloudflare", or any browser interaction request on protected sites.
Collaborate with Codex (GPT-5.2) via named sessions. Trigger: user asks to work with Codex, use Codex, ask Codex, involve Codex, etc. CRITICAL: Use subcodex CLI via Bash, NOT the Task subagent tool.
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
Battle-tested Claude Code plugin for engineering teams — 48 agents, 182 skills, 68 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders