screenshot

Capture a screenshot of a running Tauri application window

Content Preview
---
name: rust:tauri:screenshot
description: Capture a screenshot of a running Tauri application window
allowed-tools: mcp__tauri-mcp__take_screenshot, mcp__tauri-mcp__get_window_info, Read
author: Quintin Henry (https://github.com/qdhenry/)
---

<objective>
Take a screenshot of a Tauri application window for visual inspection, debugging, or UI parity comparison.
</objective>

<instructions>
Capture screenshot of the Tauri application: **$ARGUMENTS**

Arguments format: `[process_id] [--output pa
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/screenshot.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/tauri/screenshot.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/rust/tauri/screenshot.md

Related Skills