Real Skill packageSource verifiedClawHub registry

tauri-2-app

Scaffold a new Tauri 2 desktop app (Rust backend + TypeScript/React frontend) using a thin-frontend / rich-Rust-backend architecture with modular commands, trait-based platform abstractions, encrypted secrets at rest, single-instance enforcement, an updater wired to a self-hosted manifest, and a cross-platform CI matrix. Use this skill whenever the user asks to "create a new Tauri app", "scaffold a Tauri 2 project", "new desktop app with Tauri", "Tauri + React project", "add a Tauri command end-to-end", "add a Rus…

Identity and source

Publisher attributionDennis Rongoregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 80% rule confidence
Package forminstruction bundle19 recorded files
Canonical sourceClawHub registryclawhub:dennisrongo:tauri-2-app
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codeissues found
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/16/2026.claude/skills/tauri-2-app
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexissues found
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/16/2026.agents/skills/tauri-2-app
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawissues found
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/16/2026skills/tauri-2-app
1 structural issue
  • error: description exceeds the 1,024-character Agent Skills limit. SKILL.md

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @dennisrongo/tauri-2-app
clawhub inspect @dennisrongo/tauri-2-app --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
19 / 19 inspected as text
Checked
8/16/2026, 9:38:28 PM
Scanner
0.1.3
Policy
1.0.3
4 inferred permission indicators
  • network access — automatically inferred
  • filesystem read — automatically inferred
  • filesystem write — automatically inferred
  • credential access — automatically inferred
6 dependency and API indicators
  • api: cdn.example.com
  • api: clawhub.ai
  • api: crates.io
  • api: github.com
  • api: schema.tauri.app
  • api: www.apple.com
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/16/2026, 9:03:28 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:840e94f467103235e50988712f4b3815a600303d2bc637cb8f0e72b38b5b882a
Show up to 19 recorded paths
  • references/anti-patterns.md
  • references/folder-layout.md
  • references/good-patterns.md
  • references/templates/build-rs.md
  • references/templates/capabilities.md
  • references/templates/cargo-toml.md
  • references/templates/ci-workflow.md
  • references/templates/encryption-mod.md
  • references/templates/error-mod.md
  • references/templates/lib-rs.md
  • references/templates/macos-plist.md
  • references/templates/main-rs.md
  • references/templates/platform-traits.md
  • references/templates/storage-mod.md
  • references/templates/tauri-conf.md
  • references/templates/use-tauri-command.md
  • references/templates/vite-and-tsconfig.md
  • skill-card.md
  • SKILL.md

Source changelog

Initial release — production-grade Tauri 2 app scaffolding and extension. - Scaffold a new Tauri 2 app with a Rust backend and TypeScript/React frontend following modular, secure, and scalable architecture patterns. - Three core operations: full project scaffold, add a Tauri command (Rust + typed frontend hook), or add a Rust module (with state/storage/test). - Codifies robust patterns (modular Rust, trait-based platform abstractions, encrypted secrets, single-instance enforcement, updater, typed command hooks) and prevents common pitfalls found in Tauri codebases. - Version management: auto-detects and resolves latest stable Rust/npm package versions at runtime—never hardcoding versions. - Responds to user requests to create, expand, or add features to Tauri 2 apps, enforcing best practices throughout.