terminal
星标13
分支4
更新时间2026年4月10日 03:05
Guidance for terminal command execution, PTY sessions, and environment detection.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
Guidance for terminal command execution, PTY sessions, and environment detection.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Guidance for safe file reading, writing, search, and directory navigation.
Guidance for browser automation using Playwright CLI.
Guidance for understanding YouTube videos with the watch_youtube_video tool.
Guidance for web searching, page fetching, and source evaluation.
Guidance for Google Calendar: checking availability, creating events, and managing schedules.
Guidance for Gmail operations: searching, reading, composing, and labeling emails.
基于 SOC 职业分类
| name | terminal |
| description | Guidance for terminal command execution, PTY sessions, and environment detection. |
| trigger-servers | terminal |
glob_files and grep_files for file discovery and file-content search.run_command for find, grep, rg, ag, or shell globbing unless the task genuinely needs shell-only behavior the filesystem tools cannot provide.shell="powershell" when you need PowerShell syntax and shell="bash" / shell="sh" when you need POSIX shell syntax. Leave it as auto only for straightforward native-shell commands.Invoke-Expression, eval, or download-to-shell pipelines are blocked.