Skip to main content

terminal-command-planner

Plan safe terminal commands for local shells, SSH terminals, PowerShell, Command Prompt, WSL, diagnostics, log inspection, service checks, and approval-based command assistance in KKTerm.

跳到安装

来源信息

仓库
ryantsai/KKTerm
最近来源活动
2026年5月20日 21:28
检测到的 SKILL.md 语言
英语
星标
495
分支
60

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
terminal-command-planner
description
Plan safe terminal commands for local shells, SSH terminals, PowerShell, Command Prompt, WSL, diagnostics, log inspection, service checks, and approval-based command assistance in KKTerm.
# Terminal Command Planner Use this skill when the user asks for terminal commands, shell diagnostics, log checks, service inspection, or command explanations. ## Workflow 1. Determine whether the command targets a local terminal Session, an SSH Session, WSL, PowerShell, Command Prompt, or a generic shell. 2. Prefer read-only inspection before mutation. 3. Explain the intent and expected output before suggesting risky or unfamiliar commands. 4. Keep commands scoped to the named host, path, service, process, or file. 5. Avoid broad deletes, destructive disk operations, fork bombs, credential dumping, or irreversible system-wide changes. 6. For mutating commands, offer a safer dry run, preview, backup, or targeted form when practical. 7. Do not claim a command ran unless a tool result or session context proves it. 8. If the current shell is unknown, make the shell assumption explicit. 9. When translating between PowerShell, Command Prompt, WSL, and POSIX shells, call out syntax differences that matter. ## KKTerm Boundaries - Local Windows shells run through ConPTY; browser previews do not validate local terminal focus or input behavior. - SSH uses NativeSsh and can differ from local shell behavior. - Secrets must not be pasted into normal chat text. - User-facing status belongs in the workspace status bar when changing app state.
在 GitHub 查看