Skip to content
Development
Command

/pdf

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/.

From plugin
quimera-ai
116 skills1 agent6 commands
Install
$ npx -y skills add bgmacris/quimera-ai --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/pdf

Context 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/.

Command definition

pdf.md
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.

Ships withquimera-ai

A Claude Code plugin marketplace by bgmacris. One plugin today — tandem: a Chrome browser shared in real time between you and Claude Code.

Get the whole plugin, auto-invoked
Stats
11
Stars
1
Views
1
Forks
Active
Maintenance
JavaScript
Language
MIT
License
24d ago
Last commit
1mo ago
Created

Repo: bgmacris/quimera-ai