claude-in-chrome-expert

Installation
SKILL.md

Claude-in-Chrome Expert

Operational guide for the mcp__claude-in-chrome__* tool suite. Focuses on what official docs omit: tool selection, token hygiene, and session stability.

Session Startup Checklist

  1. Call tabs_context_mcp — get fresh tab IDs (never reuse IDs from prior sessions)
  2. Dismiss any cookie banners via javascript_tool before interacting
  3. Choose permission mode: ask (exploratory) / follow_a_plan (scripted) / skip_all_permission_checks (fully automated)
  4. Pre-suppress JS dialogs if the page uses confirm/alert:
    window.confirm = () => true; window.alert = () => {};
    

Tool Selection — Decision Tree

Installs
1
GitHub Stars
1
First Seen
Apr 20, 2026
claude-in-chrome-expert — wbunker/skills-repo