Google PageRank for AI agents. 25,000+ tools indexed.

cesarandreslopez/tauri-agent-tools

Score: 54.2 Rank #32

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

TypeScript MIT
agent-toolsagentic-engineeringagentsclidevtoolstauritauri2dom-inspection

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 2

2 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for cesarandreslopez/tauri-agent-tools
[![AgentRank](https://agentrank-ai.com/api/badge/tool/cesarandreslopez--tauri-agent-tools)](https://agentrank-ai.com/tool/cesarandreslopez--tauri-agent-tools/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/cesarandreslopez--tauri-agent-tools/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/cesarandreslopez--tauri-agent-tools" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="cesarandreslopez/tauri-agent-tools"></script>

Matched Queries

"agent tool"

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 scr
Read full README on GitHub →
Are you the maintainer of cesarandreslopez/tauri-agent-tools?

Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.

Claim this tool →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.