tauri

tauri is a skill for Claude Code, Codex from pledgeandgrow/pledge-skills. It costs 125 tokens per session (1,069 once invoked), scanned A, original, MIT.

Reference material for Tauri 2, a toolkit for building desktop and mobile apps with a web interface and a Rust backend. It explains how those parts communicate and how apps are configured, secured, debugged, and distributed.

In plain words
What is it for?
Use it when creating cross-platform apps, calling Rust from a frontend, configuring windows and capabilities, or packaging the result.
Why use it?
It helps developers understand the boundaries between the web interface and native application code.

Skill for Claude CodeCodex

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

Good fit Use it when creating cross-platform apps, calling Rust from a frontend, configuring windows and capabilities, or packaging the result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pledgeandgrow/pledge-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 pledgeandgrow/pledge-skills --skill tauri
Clone the repo
git clone --depth 1 https://github.com/pledgeandgrow/pledge-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/pledgeandgrow/pledge-skills/tauri/github.svg)](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/tauri)
Your own site
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/tauri"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-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/pledgeandgrow/pledge-skills/tauri"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/tauri.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 125 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,069 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.00125 $0.01069
Opus 5 $0.00063 $0.00535
Sonnet 5 $0.00025 $0.00214
Haiku 4.5 $0.00013 $0.00107

Measured 8d ago against content hash 4361b7525737, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, 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 8d 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/tauri/SKILL.md · 57 lines

How it starts

The opening of the file, as written. The whole thing — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Tauri Skill

Tauri 2.0 — Create small, fast, secure, cross-platform applications for desktop and mobile from a single codebase. Rust backend + any frontend framework + native webview.

Quick Reference

Topic File
Introduction (what is Tauri, prerequisites, create project, project structure, frontend config) introduction.md
Development Workflow (dev server, mobile dev, hot reload, DevTools, build modes, source control) develop.md
Architecture (core ecosystem, tooling, upstream crates, WRY, TAO, plugin system) architecture.md
Process Model (core process, webview process, multi-window, mobile process model) process-model.md
Inter-Process Communication (commands, events, channels, state, typed payloads) ipc.md
Calling Rust from the Frontend (commands, arguments, errors, async, channels, state, events) calling-rust.md
Configuration Files (tauri.conf.json, Cargo.toml, package.json, platform-specific config) configuration-files.md
Configuration Reference (app, build, bundle, security, windows, plugins, all config options) config-reference.md
App Size (cargo optimization, frontend optimization, bundle formats, measuring size) app-size.md
Sidecar (embedding external binaries, target triples, running from Rust/JS) sidecar.md
Debugging (Rust console, WebView console, DevTools, mobile debugging, log plugin) debug.md
Security (CSP, capabilities, scopes, lifecycle threats, trust boundaries, best practices) security.md
Distribution (building, bundling, signing, versioning, CI/CD, platform stores) distribute.md
Plugins (fs, dialog, notification, shell, updater, clipboard, global-shortcut, process, store, websocket, http, log, sql, upload, localhost, single-instance, positioner, autostart, window-state, barcode-scanner, biometric, nfc, haptics, deep-link, community plugins) plugins.md
CLI Reference (init, dev, build, bundle, android, ios, migrate, add, remove, icon, signer, completions) cli.md
Migration from Tauri 1.0 (automated migration, config changes, API changes, plugin migration) migration.md

Read the full file on GitHub · 57 lines

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. 8d ago First seen · 57 lines · 125 tokens per session scan A 4361b7525737

Subscribe to this mod's changes

tauri is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 125 tokens to every session and 1,069 once invoked, about $0.0006 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

tauri-expert

Expert in Tauri framework, Rust backend, web frontend integration, and lightweight desktop applications. Use when the user mentions desktop, Rust, web, cross platform, or performance, or when the task involves Tauri Architecture, Tauri vs Electron, Core Components, or Security Features.

personamanagmentlayer/pcl · 61 tokens

desktop-applications

Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives.

bobmatnyc/claude-mpm-skills · 19 tokens

cross-platform-desktop

Cross-platform desktop development for macOS and Windows -- platform abstractions, UI convention differences, and multi-platform CI/CD. Activate on: cross-platform app, macOS and Windows, platform differences, DMG installer, MSI installer, NSIS installer, Cmd vs Ctrl, platform abstractions, menu bar differences…

curiositech/windags-skills · 92 tokens

maui-blazor-hybrid

Build/debug MAUI Blazor Hybrid. USE FOR: BlazorWebView vs HybridWebView, Razor UI, embedded HTML/JS, AddMauiBlazorWebView, root components, JS/.NET messaging, trim-safe JSON, wwwroot assets, auth/data handoff, DevFlow CDP route/DOM debugging. DO NOT USE FOR: pure XAML UI or browser-only apps.

dotnet/maui-labs · 88 tokens

electron-expert

Expert in Electron framework, desktop app development, IPC, and cross-platform packaging. Use when the user mentions desktop, Node.js, cross platform, Windows, macOS, or Linux, or when the task involves Electron Architecture, Process Types, IPC Communication, or App Lifecycle.

personamanagmentlayer/pcl · 59 tokens

react-native-expert

Expert in React Native, cross-platform mobile development, native modules, and performance optimization. Use when the user mentions mobile, JavaScript, TypeScript, cross platform, iOS, or Android, or when the task involves React Native Architecture, Component Types, Hooks Essentials, or Navigation.

personamanagmentlayer/pcl · 62 tokens