원클릭으로
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()