Agent skill
c-display
Control display brightness and safely move files to trash instead of permanently deleting with rm.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-display
SKILL.md
Display & Safety
brightness
# Get current brightness (0.0 to 1.0)
brightness -l
# Set brightness to 80%
brightness 0.8
# Set brightness to minimum
brightness 0.0
# Set brightness to maximum
brightness 1.0
trash (macos-trash)
Safe alternative to rm — moves files to macOS Trash:
# Move file to trash
trash file.txt
# Move multiple files
trash file1.txt file2.txt dir/
# Move with confirmation prompt
trash --interactive file.txt
Guidelines
- Use
trashinstead ofrmwhen the user might want to recover files - Use
rmonly for temporary/generated files where recovery isn't needed - Brightness value is 0.0 (off) to 1.0 (max)
brightness -llists all displays when multiple monitors connected
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?