# tauri-app-os-info > Guidance for Tauri v2 os-info plugin with safe system diagnostics and reporting. - 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-os-info:20260206195346 --- --- name: tauri-app-os-info description: Guidance for Tauri v2 os-info plugin with safe system diagnostics and reporting. license: Complete terms in LICENSE.txt --- ## When to use this skill **ALWAYS use this skill when the user mentions:** - System version or architecture info / 系统版本或架构信息 - Safe diagnostics data collection / 安全诊断数据采集 - Platform compatibility checks / 平台兼容性检查 **Trigger phrases include:** - "os info", "system info", "diagnostics", "compatibility" - "系统信息", "诊断", "兼容性" ## How to use this skill 1. Define the minimum OS info required for diagnostics 2. Configure os-info plugin capabilities and scope 3. Implement data redaction and reporting policy 4. Validate behavior across platforms and locales ## Outputs - Diagnostics data plan / 诊断数据方案 - Redaction and reporting checklist / 脱敏与上报清单 ## Scope - Boundary: OS info plugin usage only - Key points: Data minimization and redaction ## References - https://v2.tauri.app/plugin/os-info/ - https://v2.tauri.app/zh-cn/plugin/os-info/ ## Keywords tauri os info, diagnostics, system info, privacy