LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: tauri

Browse skills that share this tag.

  • desktop-tauri-scaffold - Scaffold a Tauri v2 Desktop Application
    tauritauri-v2desktopscaffold

    ★ 1 · Updated 2026-09-21

    Creates a Tauri v2 desktop application scaffold with default-deny security, strict CSP, updater config, and CI workflow.

    ⚙ Generate project using create-tauri-app⚙ Configure strict Content Security Policy⚙ Set up window capability files
  • tauri-backend-testing - Tauri Backend Testing Skill
    taurirustbackend-testingipc

    ★ 2 · Updated 2026-09-20

    Generate tests for Tauri backend Rust code, including command handlers, system integration, and IPC communication.

    ⚙ Generate Tauri backend Rust tests⚙ Review backend tests for completeness⚙ Generate command handler tests
  • add-tauri-command - Add or update Tauri commands and IPC surfaces
    taurirusttypescriptipc

    ★ 2 · Updated 2026-09-11

    Guide for adding, renaming, or changing Tauri command signatures and IPC surfaces between Rust core and React UI.

    ⚙ Add command to domain module⚙ Define command signature and error mapping⚙ Register command in generate_handler list
  • quest-keeper-frontend - Quest Keeper Frontend Development
    frontendreactzustandthreejs

    ★ 602 · Updated 2026-09-10

    Frontend development skill for Quest Keeper AI Tauri application, covering React components, Zustand stores, Three.js battlemaps, TailwindCSS, and Tauri.

    ⚙ Develop React components⚙ Manage state using Zustand⚙ Render 3D battlemaps with Three.js
  • bug-detective - Bug Detection and Troubleshooting
    debuggingtroubleshootingbug detectionerror analysis

    ★ 240 · Updated 2026-05-28

    Troubleshoot issues and identify root causes of bugs

    ⚙ reproduce issue⚙ collect error logs⚙ check error messages
  • add-tauri-command - Add new Tauri Command to storage analysis app
    taurirustcommandapi

    ★ 18 · Updated 2026-03-09

    Adds a new Tauri Command with entries in commands/, lib.rs and tauri-api.ts

    ⚙ create command function in cmd_*.rs⚙ register command in lib.rs⚙ add typed export in tauri-api.ts
  • add-tauri-command - Add new Tauri command with backend-frontend integration
    tauribackendfrontendintegration

    ★ 0 · Updated 2026-03-09

    Adds a new Tauri command with entries in commands/, lib.rs and tauri-api.ts

    ⚙ Read command directory structure⚙ Add Rust command function⚙ Register command in lib.rs
  • testing-tauri-apps - Tauri Application Testing Guide for Developers
    testingtauriwebdriverci-cd

    ★ 35 · Updated 2026-02-11

    Guides developers through testing Tauri applications including unit testing with mock runtime and WebDriver end-to-end testing

    ⚙ mock Tauri API calls⚙ configure unit testing⚙ setup WebDriver testing