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.mdSkill 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-SuiteThen reference at .claude/commands/rust/tauri/screenshot.md
Related Skills
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
linux-commands-guide
This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain.
linux-commands-guidelinuxcommandsguide
by jeremylongshore · plugins-plus-skills
screenshots
Generate marketing screenshots of your app using Playwright. Use when the user wants to create screenshots for Product Hunt, social media, landing pages, or documentation.
businessscreenshots
by sickn33 (Antigravity) · antigravity-awesome-skills
inspect
Full inspection of a running Tauri app - screenshot, logs, window info, and resources
commandsinspect
by qdhenry · claude-command-suite