eze-is/web-access
A skill plugin that gives AI coding agents complete web browsing capability via three-layer channel scheduling, CDP browser automation, and parallel task execution.

This project extends AI coding assistants such as Claude Code, Cursor, and similar agents with full web browsing capabilities. It implements a three-layer channel scheduling system to manage web search, fetch, and browser automation tasks efficiently. The skill uses Chrome DevTools Protocol (CDP) for browser automation, enabling agents to interact with dynamic web content, fill forms, and navigate complex sites. It also supports parallel divide-and-conquer strategies to handle multiple web tasks concurrently.