From amc-theatres
Extracts Chrome cookies for a given domain and stores them in AMC MCP config for reuse by AMC tools. Designed for Queue-it session handling on amctheatres.com.
How this skill is triggered — by the user, by Claude, or both
Slash command
/amc-theatres:get-domain-cookiesThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the local helper script in this repo:
Run the local helper script in this repo:
python3 plugins/amc-api/tools/getcookies.py <domain>
amc_cookie_set so
amc_theatres, amc_showtimes, and amc_seats can reuse it automatically.pip3 install --user --break-system-packages browser-cookie3
python3 plugins/amc-api/tools/getcookies.py amctheatres.com
Then persist in plugin config:
amc_cookie_set(cookie="<paste-output-here>")
npx claudepluginhub brainrot-creations/claude-plugins --plugin amc-theatresSyncs cookies from local Chrome to a Browserbase persistent context so the browse CLI can access authenticated sites. Supports domain filtering, context reuse, verified browser mode, and residential proxy with geolocation.
Controls Chrome via CDP to automate browser tasks, reuse login sessions, extract auth tokens, take snapshots, and interact with pages. Requires `agent-browser` and user consent to start.
Audits website cookies and trackers via automated scanning, categorization, lifecycle documentation, and Planet49 compliance analysis. For privacy/compliance reviews.