
Zippoxer Claude Skills
- 5 repo stars
- Updated January 10, 2026
- zippoxer/claude-skills
zippoxer-claude-skills is a Claude Code plugin bundle that spawns Codex subagents and adds a stealth browser for harder web automation.
About
zippoxer-claude-skills is a two-plugin Claude Code bundle for developers who want more than a single chat thread. One side of the pack focuses on spawning and collaborating with OpenAI Codex-style subagents so you can hand off focused implementation or review slices without leaving Claude Code. The other side adds a stealth browser layer built around nodriver, positioned for automation and scraping when sites use Cloudflare or similar bot checks—with the honest caveat that bypass behavior is intermittent, not guaranteed. If you ship agents, internal tools, or data-gathering workflows, this sits in your Build toolkit as delegation plus headless browsing. You will want API access and comfort running browser automation locally. It is not a hosted scraping SaaS or a turnkey compliance story; treat anti-bot use as experimental and respect site terms.
- Two-plugin bundle: Codex subagent collaboration plus stealth browser automation
- Named persistent Codex sessions for parallel or specialized coding tasks
- Nodriver-based stealth browser aimed at Cloudflare and similar anti-bot friction
- Keywords span scraping, persistent sessions, GPT-5/Codex, and collaboration flows
- Community-sourced repo (zippoxer/claude-skills) with modest early traction (4 GitHub stars)
Zippoxer Claude Skills by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
/plugin install zippoxer-claude-skills@zippoxer/claude-skillsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 5 |
|---|---|
| Last updated | January 10, 2026 |
| Repository | zippoxer/claude-skills ↗ |
What it does
Run named Codex subagents alongside Claude and drive a nodriver stealth browser when you need scripted pages past common anti-bot gates during research or automation spikes.
Who is it for?
Best when you're already on Claude Code and run multi-step agent workflows and occasionally need sub-Codex delegation plus experimental anti-bot browsing.
Skip if: Skip if you need guaranteed scraping uptime, legal review of bot bypass, or a single skill with no browser or OpenAI/Codex dependencies.
What you get
After installing the bundle you can delegate slices of work to subagents and attempt scripted browsing through stealth sessions when standard fetch or headless setups fail.
- Named Codex subagent sessions usable from Claude Code
- Stealth-browser automation hooks for scripted page access attempts
- Two registered plugins from one community repository
By the numbers
- Plugin count: 2 in the zippoxer/claude-skills bundle
- Repository: zippoxer/claude-skills
- GitHub stars: 4 (as listed in catalog metadata)
Recommended Plugins
How it compares
Agent delegation and stealth-browser plugins, not a curated skill marketplace or a single MCP data connector.
FAQ
Who is Zippoxer Claude Skills for?
It is for Claude Code users who want Codex subagents and optional stealth-browser automation in the same plugin repo.
When should I use Zippoxer Claude Skills?
Use it during Build (or early research prototypes) when you need parallel Codex work or browser sessions that plain automation cannot open.
How do I add Zippoxer Claude Skills to my agent?
Register the zippoxer/claude-skills Claude Code plugin bundle from the repo, install both listed plugins, and configure Codex plus any browser dependencies per the package README.