ワンクリックで
c-display
Control display brightness and safely move files to trash instead of permanently deleting with rm.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Control display brightness and safely move files to trash instead of permanently deleting with rm.
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-display |
| description | Control display brightness and safely move files to trash instead of permanently deleting with rm. |
| tags | ["display","brightness","trash","safety"] |
# 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
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
trash instead of rm when the user might want to recover filesrm only for temporary/generated files where recovery isn't neededbrightness -l lists all displays when multiple monitors connected