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
- Call
tabs_context_mcp— get fresh tab IDs (never reuse IDs from prior sessions) - Dismiss any cookie banners via
javascript_toolbefore interacting - Choose permission mode:
ask(exploratory) /follow_a_plan(scripted) /skip_all_permission_checks(fully automated) - Pre-suppress JS dialogs if the page uses
confirm/alert:window.confirm = () => true; window.alert = () => {};