English | 繁體中文 | 简体中文 | 한국어 | 日本語
An agent skill that automatically cleans up Chrome tab groups created by Chrome MCP.
When AI agents (Claude Code, Cursor, Gemini CLI, or any MCP client) operate Chrome via Chrome MCP, a new tab group is created for every session. These groups persist after the work is done, and over time Chrome fills up with dozens of empty, stale groups.
Works with any agent that supports the Agent Skills Specification. Cleans up tab groups created by any standard Chrome MCP server.
npx skills add osakihsieh/chrome-tab-sweeperThe skill runs automatically after any Chrome MCP operation. You can also trigger it manually with keywords:
clean tabsclose chrome group清理 chrome關閉分頁
- Checks if an MCP tab group exists
- Closes all tabs in the group
- Chrome auto-removes the empty group