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.
npx skills add pledgeandgrow/pledge-skills --skill taurigit clone --depth 1 https://github.com/pledgeandgrow/pledge-skillsWrote 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.
[](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/tauri)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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 |
What ships with it
16 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- app-size.md 2.8 KB
- architecture.md 5.0 KB
- calling-rust.md 6.6 KB
- cli.md 4.3 KB
- config-reference.md 6.8 KB
- configuration-files.md 5.0 KB
- debug.md 3.6 KB
- develop.md 4.0 KB
- distribute.md 4.8 KB
- introduction.md 4.0 KB
- ipc.md 6.0 KB
- migration.md 5.3 KB
- plugins.md 12 KB
- process-model.md 2.7 KB
- security.md 5.6 KB
- sidecar.md 3.5 KB
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.
- 8d ago First seen · 57 lines · 125 tokens per session scan A 4361b7525737
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.
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.
desktop-applications
Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives.
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…
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.
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.
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.