browser-start
Starts tandem's shared Chrome browser (dedicated profile, CDP on loopback).
Captures the current page in tandem's Chrome as a PDF (if headless Chrome) or full-page PNG screenshot (in normal tandem mode). Saves to ~/.claude/tandem/output/.
> /plugin marketplace add bgmacris/quimera-ai > /plugin install tandem@quimera-ai
How it fires
How this command gets triggered: by you, by Claude, or both.
/pdfContext preview
What this command does when you run it.
Captures the current page in tandem's Chrome as a PDF (if headless Chrome) or full-page PNG screenshot (in normal tandem mode). Saves to ~/.claude/tandem/output/.
description: "Captures the current page in tandem's Chrome as a PDF (if headless Chrome) or full-page PNG screenshot (in normal tandem mode). Saves to ~/.claude/tandem/output/." allowed-tools: Bash(tandem-pdf *)
Capturing current page from tandem's Chrome:
!`tandem-pdf $ARGUMENTS`
Output indicates format and path: `pdf:/path/...` or `png:/path/...`.
Options: `--output <path>` explicit path · `--tab <n>` tab index · `--landscape` · `--png-only` skip PDF attempt.
A Claude Code plugin marketplace by bgmacris. One plugin today — tandem: a Chrome browser shared in real time between you and Claude Code.
Repo: bgmacris/quimera-ai
Starts tandem's shared Chrome browser (dedicated profile, CDP on loopback).
Exports cookies from tandem's Chrome via CDP (includes HttpOnly/Secure). Filter with --domain <d>. Formats: list (table, default), json, curl, headers,…