用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/SanthoshReddy352/Friday_Linux --skill system-control命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | system_control |
| description | File management, screenshots, system volume, and desktop control |
| plugin_module | modules/system_control |
| capabilities | [{"name":"open_file","description":"Open a file with its default application","aliases":["open the file","launch file"]},{"name":"read_file","description":"Read and display the contents of a text file","aliases":["read the file","show file contents","cat the file"]},{"name":"write_file","description":"Write text content to a file","aliases":["write to file","save to file","create file with content"]},{"name":"take_screenshot","description":"Take a screenshot of the current screen","aliases":["screenshot","capture screen","take a picture of the screen"]},{"name":"set_volume","description":"Set the system audio volume to a percentage","aliases":["change volume","adjust volume","volume up","volume down"]}] |
Provides file I/O, screenshot capture, and system-level desktop control.
Screenshot (Wayland): requires python3-gi + xdg-desktop-portal-gnome + grim.
sudo apt install python3-gi gir1.2-glib-2.0 xdg-desktop-portal-gnome grim
You say: "Friday, take a screenshot"
Expected: File saved to ~/Pictures/FRIDAY_Screenshots/
Wrong behaviour: "Screenshot requires python3-gi" — install the deps above.
You say: "Friday, read ~/Documents/notes.txt" Expected: File contents read aloud / displayed.