Borrowing it
Nothing to install: this file belongs to diodeme/Gold-Band. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/diodeme/Gold-Band/main/.agents/skills/tauri/SKILL.mdgit clone --depth 1 https://github.com/diodeme/Gold-BandWrote 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/diodeme/gold-band/tauri)<a href="https://agentmods.dev/skills/diodeme/gold-band/tauri"><img src="https://agentmods.dev/badge/skills/diodeme/gold-band/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/diodeme/gold-band/tauri"><img src="https://agentmods.dev/badge/skills/diodeme/gold-band/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.00032 | $0.01949 |
| Opus 5 | $0.00016 | $0.00975 |
| Sonnet 5 | $0.00006 | $0.00390 |
| Haiku 4.5 | $0.00003 | $0.00195 |
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 10d 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.
The source is not reproduced here
Licensed AGPL-3.0
The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What ships with it
50 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.
- GENERATION.md 135 B
- references/best-practices-security-lifecycle.md 2.9 KB
- references/best-practices-writing-plugin-permissions.md 3.1 KB
- references/concept-ipc-patterns.md 2.4 KB
- references/concept-size.md 1.8 KB
- references/core-architecture.md 2.4 KB
- references/core-ipc.md 2.2 KB
- references/core-process-model.md 1.9 KB
- references/core-project-structure.md 2.4 KB
- references/develop-commands.md 4.0 KB
- references/develop-configuration-files.md 2.7 KB
- references/develop-debug.md 2.4 KB
- references/develop-events-and-channels.md 3.2 KB
- references/develop-icons.md 2.0 KB
- references/develop-plugins-mobile.md 2.3 KB
- references/develop-resources.md 2.4 KB
- references/develop-sidecar.md 3.1 KB
- references/develop-state-management.md 2.8 KB
- references/develop-tests-mocking.md 2.0 KB
- references/develop-tests-webdriver.md 2.4 KB
- references/develop-tests.md 1.8 KB
- references/develop-updating-dependencies.md 1.8 KB
- references/develop-windows.md 3.2 KB
- references/distribute-packaging.md 2.4 KB
- references/distribute-pipelines.md 3.2 KB
- references/distribute-signing.md 3.3 KB
- references/features-deep-linking.md 2.8 KB
- references/features-official-plugins-overview.md 3.1 KB
- references/features-plugins.md 4.1 KB
- references/features-updater.md 4.2 KB
- references/learn-capabilities-windows-platforms.md 2.6 KB
- references/learn-sidecar-nodejs.md 2.3 KB
- references/learn-splashscreen.md 2.0 KB
- references/learn-using-plugin-permissions.md 2.4 KB
- references/learn-window-customization.md 2.5 KB
- references/learn-windows-menus-tray.md 2.5 KB
- references/reference-acl-core-permissions.md 2.1 KB
- references/reference-cli.md 2.6 KB
- references/reference-environment-variables.md 2.8 KB
- references/reference-webview-versions.md 2.0 KB
- references/security-capabilities.md 3.7 KB
- references/security-csp.md 2.0 KB
- references/security-http-headers.md 1.6 KB
- references/security-permissions.md 3.5 KB
- references/security-runtime-authority.md 2.2 KB
- references/security-scope.md 2.6 KB
- references/start-create-project.md 2.0 KB
- references/start-frontend.md 2.0 KB
- references/start-migrate.md 2.2 KB
- references/start-prerequisites.md 2.6 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.
- 10d ago First seen · 107 lines · 32 tokens per session scan A 1d94a04857b8
tauri is a skill published in the GitHub repository diodeme/Gold-Band (82 stars, last pushed today), licensed AGPL-3.0. It adds 32 tokens to every session and 1,949 once invoked, about $0.0002 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-08-30.
Other skills, from other repositories
wasm-expert
WebAssembly expert for WASI, component model, Rust/C compilation, and browser integration.
gpui
GPUI framework knowledge covering actions/keybindings, async/background tasks, context management (App/Window/Context /AsyncApp), custom elements (low-level Element trait), entity state management, event system, focus handling, global state, layout/styling (flexbox/CSS-like), and testing. Use when working with any…
gpui-toolkit
Use when building or modifying GPUI applications in the gpui-toolkit workspace, especially when choosing reusable toolkit crates, composing UI, adding components, charts, themes, layouts, audio controls, mobile surfaces, or validation coverage. Prefer existing toolkit APIs over custom one-off implementations.
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.
dioxus-knowledge-patch
Use this skill when creating, migrating, debugging, testing, or packaging a Dioxus application. Inspect manifests and the target platform, then open the matching topic reference.
webassembly-expert
Create production-ready WebAssembly modules for web and server environments with optimal performance and seamless JavaScript integration. Use when the user mentions WebAssembly or Wasm, WASI, compiling Rust/C/C++ to the browser, Emscripten, wasmtime, or JavaScript-to-Wasm interop for performance-critical code.