ワンクリックで
system-controls
Control WiFi, Bluetooth, volume, dark mode, and Do Not Disturb.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Control WiFi, Bluetooth, volume, dark mode, and Do Not Disturb.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Find and act on emails over IMAP with Mail.app closed. Discover which accounts are logged in, search, read contents, download attachments, draft new mail, mark read/unread, archive, and move to trash.
Automate web interactions for bookings, form submissions, and purchases using ARIA-based Safari control.
View and manage calendar events with smart scheduling defaults.
Look up, search, and create contacts in Contacts.app.
Organize the ~/Downloads folder by categorizing files and subdirectories into subfolders using AI-driven analysis.
Generate images from text descriptions using models with native image generation (e.g. Gemini).
| id | system_controls |
| name | System Controls |
| description | Control WiFi, Bluetooth, volume, dark mode, and Do Not Disturb. |
| apps | ["System Settings"] |
| tasks | ["get_system_status","toggle_wifi","toggle_bluetooth","list_bluetooth_devices","set_volume","toggle_dark_mode","toggle_dnd"] |
| essential_tasks | ["get_system_status"] |
| keywords | ["wlan","wifi","lautstärke","dunkel","helligkeit","bluetooth"] |
| examples | ["Turn off WiFi","Set volume to 50%","Enable dark mode","What's my system status?","Turn on Do Not Disturb","Show connected Bluetooth devices","Mute the volume"] |
| safe_defaults | {} |
| confirm_before_write | ["toggle wifi off","toggle bluetooth off"] |
| requires_permissions | ["Automation:System Events"] |
get_system_status to check current state before making changes.--on, --off, or no args (toggle).networksetup -listallhardwareports.blueutil if ASObjC approach fails.list_bluetooth_devices shows paired devices with connection status.toggle_wifi(state="off")set_volume(level=50)set_volume(mute=true)toggle_dark_mode(state="on")list_bluetooth_devices(connected_only=true)get_system_status()