Agent skill
c-apps
Install, update, and search Mac App Store apps from the command line using mas.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-apps
SKILL.md
Mac App Store (mas)
# Search for apps
mas search Xcode
mas search "Bear Notes"
# Install by app ID
mas install 497799835 # Xcode
# List installed apps
mas list
# Check for outdated apps
mas outdated
# Upgrade all outdated apps
mas upgrade
# Upgrade specific app
mas upgrade 497799835
# Show app info
mas info 497799835
# Open app page in App Store
mas open 497799835
Guidelines
- User must be signed into the Mac App Store
- On macOS 15+, install/upgrade requires admin password
- Use
mas searchto find app IDs before installing mas upgradeupdates all apps — confirm with user first- Free and paid apps both work (paid requires prior purchase)
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-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
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.
Didn't find tool you were looking for?