remote
Installation
SKILL.md
Remote 技能
概述
用于远程访问 Linux 服务器,并在本地状态目录维护 setup 状态与服务器信息。remote 只识别执行环境,不识别 code agent;执行环境统一按 references/setup.md 判定为 windows-msys、linux-wsl、linux-native、macos-native。
密码传递机制:
- Windows(
windows-msys):使用SSH_ASKPASS环境变量机制(OpenSSH 原生支持,无需额外安装) - Linux/macOS/WSL:使用
sshpass
何时使用
- 需要连接 Linux 服务器执行只读查询
- 需要对同一台服务器并行采集多条命令输出
- 需要复用之前保存过的服务器地址、端口、用户名和密码
- 第一次访问某台服务器,或旧记录登录失败后需要重新确认连接信息
- 不适用于批量写操作、重启、删文件、改配置等高风险运维动作
核心流程
Related skills
More from karthrand/karthrand-ai-public
search-web
当需要网络搜索获取最新资料时使用。搜索技术文档、API 参考、代码示例、npm 包用法、框架指南、GitHub 仓库(README、源码、目录结构)。
15mindmap
当用户要求把内容生成思维导图、流程图、结构图,或明确提到使用 mindmap 或 markmap 做可视化时触发。
7plan-mode
Create and maintain implementation plans only. Use when the user wants requirement clarification, codebase-aware planning, technical research, phased breakdown, plan updates, or sub-plans before any coding. Read the project, verify external technical facts, and write plan documents under the project root `.plan/` directory. Do not execute plans or modify source code.
4tinyfish
当需要网络搜索获取结构化结果、抓取网页正文、对网页执行浏览器自动化或批量操作、创建远程浏览器会话时使用。
1