一键导入
screenshot
View the latest screenshot. Use when user asks to look at, view, see, or analyze a screenshot, or says "latest screenshot".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
View the latest screenshot. Use when user asks to look at, view, see, or analyze a screenshot, or says "latest screenshot".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Install or remove Arch Linux packages declaratively. Use when adding a package to install, removing a package, or managing system packages via paru.
Create and edit Claude Code slash commands. Use when the user wants to create a new slash command, add a custom command, or modify an existing command in .claude/commands/.
Install and manage dotfiles in this repository. Use when adding a new config file to be tracked, symlinking a dotfile, or modifying which files are managed by the dotfiles repo.
Configures Sway window manager. Use when user asks about sway keybindings, window rules, outputs, inputs, workspaces, or any sway/i3 configuration.
Reads man pages to find configuration options. Use when the user asks to configure an application, needs to find a config option, or asks "how do I make X do Y" for a CLI tool or system program.
| name | screenshot |
| description | View the latest screenshot. Use when user asks to look at, view, see, or analyze a screenshot, or says "latest screenshot". |
| allowed-tools | Bash, Read, Glob |
Screenshots are stored in ~/screenshots. To find and read the most recent one:
ls -t ~/screenshots | head -1
Use the Read tool on the file path to view it:
~/screenshots/<filename>
The Read tool supports viewing images (PNG, JPG, etc.) and will display them visually.