# tauri-app-notification > Guidance for Tauri v2 notification plugin with permission flow and click handling. - Author: wandl-6A72h - Repository: partme-ai/tauri-skills - Version: 20260206195346 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/partme-ai/tauri-skills - Web: https://mule.run/skillshub/@@partme-ai/tauri-skills~tauri-app-notification:20260206195346 --- --- name: tauri-app-notification description: Guidance for Tauri v2 notification plugin with permission flow and click handling. license: Complete terms in LICENSE.txt --- ## When to use this skill **ALWAYS use this skill when the user mentions:** - System notifications / 系统通知 - Notification permissions or callbacks / 通知权限或回调 - Deep-linking from notifications / 通知触发深链 **Trigger phrases include:** - "notification", "system alerts", "permission", "callback" - "通知", "系统提醒", "权限", "回调" ## How to use this skill 1. Define notification types and user flows 2. Configure notification plugin capabilities 3. Handle permission requests and click callbacks 4. Map notification clicks to app routes safely ## Outputs - Notification flow plan / 通知流程方案 - Permission and click handling checklist / 权限与点击处理清单 ## Scope - Boundary: Notification plugin usage only - Key points: Permissions and click handling ## References - https://v2.tauri.app/plugin/notification/ - https://v2.tauri.app/zh-cn/plugin/notification/ ## Keywords tauri notification, system alerts, permissions, callbacks