Adding Tauri System Tray
This skill adds a Tauri system tray icon to your application, providing convenient access to notifications and settings from the taskbar.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add adding-tauri-system-tray npx -- -y @trustedskills/adding-tauri-system-tray
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"adding-tauri-system-tray": {
"command": "npx",
"args": [
"-y",
"@trustedskills/adding-tauri-system-tray"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables Tauri-based applications to integrate a native system tray icon, allowing the app to remain visible in the taskbar even when minimized or running in the background. It provides essential lifecycle management for the tray icon, including commands to show, hide, and quit the application.
When to use it
- Desktop Background Services: Keep long-running utilities like file converters or download managers accessible without occupying a full window.
- System Integration: Ensure your desktop app appears consistently in the operating system's notification area for quick access.
- Resource Efficiency: Minimize memory and CPU usage by hiding the main application window while maintaining functionality via the tray.
- User Convenience: Allow users to easily launch, pause, or exit the application with a single click on the tray icon.
Key capabilities
- Adds a native system tray icon to Tauri applications.
- Implements commands to show and hide the application window.
- Provides functionality to quit the application directly from the tray.
- Ensures the app remains responsive in the background.
Example prompts
- "Add a system tray icon to my Tauri app that shows when I minimize the main window."
- "Update the tray menu to include options for pausing and resuming the download process."
- "Configure the application to quit automatically when the user right-clicks the tray icon."
Tips & gotchas
Ensure your Tauri project is properly configured with the necessary permissions to access the system tray, as this varies by operating system. Test the tray functionality on both desktop and mobile platforms, as system tray support may differ or be unavailable on some devices.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.