npx skills add https://github.com/daxaur/openpaw --skill c-display# 获取当前亮度值(0.0 至 1.0)
brightness -l
# 设置亮度为 80%
brightness 0.8
# 设置亮度为最小值
brightness 0.0
# 设置亮度为最大值
brightness 1.0
rm 命令的安全替代方案——将文件移至 macOS 回收站:
# 将文件移至回收站
trash file.txt
# 移动多个文件
trash file1.txt file2.txt dir/
# 移动时显示确认提示
trash --interactive file.txt
trash 而非 rmrmbrightness -l 会列出所有显示设备广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
每周安装量
1
代码仓库
GitHub 星标数
73
首次出现时间
1 天前
安全审计
安装于
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1
# 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 connectedWeekly Installs
1
Repository
GitHub Stars
73
First Seen
1 day ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
mcpjam1
claude-code1
replit1
junie1
windsurf1
zencoder1