Content Preview
--- name: rust:tauri:click description: Send a mouse click to specific coordinates in a Tauri application window allowed-tools: mcp__tauri-mcp__send_mouse_click, mcp__tauri-mcp__take_screenshot, mcp__tauri-mcp__get_window_info author: Quintin Henry (https://github.com/qdhenry/) --- <objective> Send a mouse click event to a specific position in a Tauri application window. Useful for UI automation and testing. </objective> <instructions> Send mouse click to the Tauri application: **$ARGUMENTS**
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/click.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/tauri/click.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/click.md
Related Skills
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
clickhouse-io
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
clickhouse-ioclickhouse
by affaan-m · everything-claude-code
clickup-automation
Automate ClickUp project management including tasks, spaces, folders, lists, comments, and team operations via Rube MCP (Composio). Always search tools first for current schemas.
clickup-automationclickupautomation
by davepoon · buildwithclaude
cli-developer
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for parsing flags and subcommands, displaying progress bars and spinners, generating bash/zsh/fish completion scripts, CLI design, shell completions, and cross-platform terminal applications using commander, click, typer, or cobra.
cli-developerclideveloper
by Jeffallan · jeffallan-claude-skills