원클릭으로
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Lock In Mode — orchestrate distraction blocking, environment setup, and session tracking.
OpenPaw coordinator — routes requests to skills, manages memory, knows what's installed. Use /c for any task.
System clipboard — copy, paste, transform content between clipboard and files.
macOS Contacts — search, list, and look up contact details via AppleScript.
Timers, alarms, and pomodoro — set countdowns with native notifications.
Weather forecasts and conditions — current, hourly, multi-day. No API key needed.
| name | c-system |
| description | macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli. |
| tags | ["macos","system","volume","wifi","battery"] |
Swiss Army Knife for macOS. Run m followed by a category:
# Volume
m volume 50 # Set volume to 50%
m volume mute # Mute
m volume unmute # Unmute
# WiFi
m wifi status # Show WiFi status
m wifi scan # Scan available networks
m wifi connect SSID PASSWORD
m wifi off # Turn WiFi off
m wifi on # Turn WiFi on
# Battery
m battery status # Battery percentage and state
m battery cycle # Battery cycle count
# Display
m display status # Display info
m display up # Increase brightness
m display down # Decrease brightness
# Dock
m dock addblank # Add blank space to dock
m dock autohide YES # Enable auto-hide
m dock magnification YES
# Trash
m trash clean # Empty trash
m trash status # Show trash size
# Bluetooth
m bluetooth status
m bluetooth on
m bluetooth off
# Network
m network ls # List network interfaces
m network location # Show current location
# Power
m nosleep # Prevent sleep (until Ctrl+C)
m restart # Restart Mac
m shutdown # Shut down Mac
m screensaver # Start screensaver
m lock # Lock screen
# Finder
m finder showpath YES # Show full path in title
m finder showhidden YES # Show hidden files
# Firewall
m firewall status
m firewall enable
m requires no auth for most commands; some need sudom restart, m shutdown, or m trash cleanm wifi instead of raw networksetup commandsm volume instead of osascript for volume control