Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Build native OS notifications with actions, images, and progress indicators across platforms
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -26% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -77% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -31% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -44% | 0% |
Build native OS notifications with actions, images, and progress indicators across Windows, macOS, and Linux platforms.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "framework": { "enum": ["electron", "native", "tauri"] }, "features": { "type": "array", "items": { "enum": ["actions", "images", "progress", "sounds"] } } }, "required": ["projectPath"] }
javascriptconst { Notification } = require('electron'); const notification = new Notification({ title: 'Download Complete', body: 'Your file has been downloaded.', icon: '/path/to/icon.png', actions: [ { type: 'button', text: 'Open' }, { type: 'button', text: 'Show in Folder' } ] }); notification.on('action', (event, index) => { if (index === 0) openFile(); else showInFolder(); }); notification.show();
electron-tray-menu-buildersystem-services-integration processOther measured skills in the registry, with their headline benchmark lift.