Agent skill
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-system
SKILL.md
System Control (m-cli)
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
Guidelines
mrequires no auth for most commands; some need sudo- Always confirm before
m restart,m shutdown, orm trash clean - Use
m wifiinstead of rawnetworksetupcommands - Use
m volumeinstead ofosascriptfor volume control
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
c-slack
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
c-timer
Timers, alarms, and pomodoro — set countdowns with native notifications.
c-telegram
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
c-tracking
Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.
c-network
DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
c-video
Download videos, extract audio, convert formats, and clip segments using `yt-dlp` and `ffmpeg`. Supports YouTube, Vimeo, and hundreds of other sites.
Didn't find tool you were looking for?