tauri

tauri is a skill for Claude Code, Codex from G1Joshi/Agent-Skills. It costs 17 tokens per session (278 once invoked), scanned A, original, MIT.

A framework for building desktop and mobile applications with web interfaces and a Rust backend. It uses the operating system’s built-in web browser instead of bundling a full browser.

In plain words
What is it for?
Use it to build cross-platform desktop or mobile apps with React, Vue, Svelte, or plain JavaScript interfaces.
Why use it?
It lets web developers create installable apps while keeping the application package relatively small. Rust can handle background work that should not run in the interface.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to build cross-platform desktop or mobile apps with React, Vue, Svelte, or plain JavaScript interfaces.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/g1joshi/agent-skills/tauri
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add G1Joshi/Agent-Skills --skill tauri
Clone the repo
git clone --depth 1 https://github.com/G1Joshi/Agent-Skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tauri

README.md
[![agentmods](https://agentmods.dev/badge/skills/g1joshi/agent-skills/tauri/github.svg)](https://agentmods.dev/skills/g1joshi/agent-skills/tauri)
Your own site
<a href="https://agentmods.dev/skills/g1joshi/agent-skills/tauri"><img src="https://agentmods.dev/badge/skills/g1joshi/agent-skills/tauri/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tauri

Your own site · 80×15
<a href="https://agentmods.dev/skills/g1joshi/agent-skills/tauri"><img src="https://agentmods.dev/badge/skills/g1joshi/agent-skills/tauri.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 278 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00278
Opus 5 $0.00009 $0.00139
Sonnet 5 $0.00003 $0.00056
Haiku 4.5 $0.00002 $0.00028

Measured 9d ago against content hash feb8c28f0929, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

tauri scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/frameworks/tauri/SKILL.md · 44 lines

What it actually says

Tauri

Tauri allows building desktop (and now mobile in v2.0) apps using web technologies. It differs from Electron by using the OS Native Webview (WebView2 on Windows, WebKit on macOS/Linux).

When to Use

  • Small Binaries: Installers are ~3MB (vs 100MB+ for Electron).
  • Security: Strict isolation and permission system.
  • Rust Backend: If you need high-performance background logic.

Core Concepts

Frontend Agnostic

Use Svelte, React, Vue, or vanilla JS.

Commands (IPC)

Interact with Rust backend: invoke('my_command').

Config (tauri.conf.json)

Defines permissions, windows, and bundling settings.

Best Practices (2025)

Do:

  • Use v2.0 Mobile: Target iOS/Android from the same codebase.
  • Use Commands: Don't run heavy logic in JS. Offload to Rust.

Don't:

  • Don't assume Chrome: You are running on Safari (macOS) or Edge (Windows). Test cross-platform.

References

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 44 lines · 17 tokens per session scan A feb8c28f0929

Subscribe to this mod's changes

tauri is a skill published in the GitHub repository G1Joshi/Agent-Skills (12 stars, last pushed 7mo ago), licensed MIT. It adds 17 tokens to every session and 278 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

navigation-patterns

When designing app navigation, implementing deep linking, or handling auth flows.

sawrus/agent-guides · 0 tokens

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

fcakyon/claude-codex-settings · 57 tokens

e2e-testing

AI-powered E2E testing for any app — Flutter, React Native, iOS, Android, Electron, Tauri, KMP, .NET MAUI. Connects via MCP to running apps so the agent can take screenshots, tap elements, enter text, scroll, inspect UI trees, and verify state with natural language. Use when the user wants to test an app's UI…

ai-dashboad/flutter-skill · 107 tokens

cometchat-flutter-v6-placement

Where CometChat chat lives in a Flutter app and how to wire each shape — a tab-based app, a chat tab inside an existing app, a full-screen route, a modal / bottom-sheet chat, or an embedded panel. Triggers: 'add a chat tab', 'full screen chat page flutter', 'chat bottom sheet', 'embed chat in my screen', 'build a full…

cometchat/cometchat-skills · 93 tokens

cometchat-react-native-calls

Voice and video calling in the CometChat React Native UI Kit v5 — the RN calls SDK, the native permissions and version floors it needs, and why installing the package is itself the enable switch. Triggers: add video calling React Native, CometChat voice call RN, incoming call screen RN, calls not ringing React Native…

cometchat/cometchat-skills · 82 tokens

cometchat-react-native-components

The closed list of CometChat React Native UI Kit v5 components, what each one is for, and how to put custom UI INSIDE a component's view slot instead of stacking it on top. Triggers: which CometChat component React Native, custom header RN chat, add a button to the conversation list, custom list item RN, CometChat…

cometchat/cometchat-skills · 106 tokens