cesarandreslopez/tauri-agent-tools
Agent-driven inspection toolkit for Tauri desktop apps
Overview
cesarandreslopez/tauri-agent-tools is a TypeScript agent tool licensed under MIT. Agent-driven inspection toolkit for Tauri desktop apps Topics: agent-tools, agentic-engineering, agents, cli, devtools, tauri, tauri2, dom-inspection.
Ranked #32 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
2 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
<div align="center"> # tauri-agent-tools **Agent-driven inspection toolkit for Tauri desktop apps** 14 read-only commands to screenshot, inspect, and monitor Tauri apps from the CLI. </div> ## The Problem Debugging frontend issues in Tauri desktop apps requires manually screenshotting, cropping, and describing what you see. Existing tools either hijack your cursor (xcap-based), render DOM to canvas (html2canvas — can't capture WebGL/video/canvas), or have no authentication. ## The Solution Combine a bridge's knowledge of element positions (`getBoundingClientRect`) with real pixel screenshots (`import -window` + ImageMagick crop). No other tool does this. ```bash # Screenshot a specific DOM element with real pixels tauri-agent-tools screenshot --selector ".wf-toolbar" -o /tmp/toolbar.png tauri-agent-tools screenshot --selector "#canvas-area" -o /tmp/canvas.png # Explore DOM structure first tauri-agent-tools dom --depth 3 tauri-agent-tools dom ".wf-canvas" --depth 4 # Then scrRead full README on GitHub →
Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.