with one click
remote-access
远程访问工作流。首次访问远端、SSH、跳板机、上传下载或远程部署时,先发现并注册可复用节点,再执行和验证远端操作。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
远程访问工作流。首次访问远端、SSH、跳板机、上传下载或远程部署时,先发现并注册可复用节点,再执行和验证远端操作。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | remote-access |
| description | 远程访问工作流。首次访问远端、SSH、跳板机、上传下载或远程部署时,先发现并注册可复用节点,再执行和验证远端操作。 |
| context | inline |
把一次性 SSH 命令转换为可复用的远端节点能力。节点注册保存连接方式与认证引用;后续任务只使用 alias。
remote_list_nodes(),按 alias、description 和 tags 查找适合当前目标的节点。remote_import_nodes(manifest_path)。remote_register_node(...)。remote_command(node, command) 验证连通性和目标身份。remote_command;文件上传下载使用 remote_transfer。remote_kubectl。remote_pod_exec、remote_pod_logs。remote_tunnel 建立端口转发;用完后 stop。不要为某个项目硬编码 alias。优先使用有意义的 description 和 tags,让后续任务可以重新发现节点。
{
"version": 1,
"nodes": {
"prod-api": {
"description": "production API node",
"tags": ["prod", "api"],
"host": "prod-api",
"backend": "openssh",
"config_file": "./ssh/config",
"kubectl_path": "kubectl",
"kubeconfig_path": "/etc/kubernetes/admin.conf",
"kube_context": "production",
"kube_namespace": "default"
}
}
}
Manifest 中的 config_file、identity_file 和 auth_env_file 相对路径以 Manifest 所在目录为基准。导入后会转成稳定引用。
常见 OpenSSH profile:
remote_register_node(
alias="prod-api",
host="prod-api",
description="production API node",
tags=["prod", "api"],
config_file="/path/to/ssh/config"
)
带密码环境引用的 Paramiko profile:
remote_register_node(
alias="legacy-node",
host="gateway.example",
port=22022,
user="root",
backend="paramiko",
auth_env_file="/path/to/auth.env",
auth_env_allowlist=["RELAY_SSH_PASSWORD"],
password_env_key="RELAY_SSH_PASSWORD"
)
开展深度研究,支持多轮迭代搜索、交叉验证、结构化报告输出。适用于需要进行全面分析(需包含 10 个以上来源)、验证论断或比较不同方法的情况。触发条件包括“深度研究”、“全面分析”、“研究报告”、“比较 X 与 Y”或“分析趋势”。请勿用于简单的查找、调试或只需 1-2 次搜索即可解答的问题。
快速代码库探索专家,用于通过模式查找文件、搜索代码关键字,以及回答有关代码库结构的问题。适用于快速定位文件、理解代码组织或探索陌生代码库。触发条件:分析项目、意图识别、代码流程分析、调用栈分析、时序分析。
深度分析与规划专家。输出 RCA 报告、设计文档、执行计划(含伪代码级修改指引)。当需要分析问题根因、制定实施方案或生成结构化文档时使用。
根据经过批准的 pptx-craft 计划生成高质量 HTML 幻灯片、运行转换与布局 QA,并交付 pages.pptx。必须在 pptx-craft workflow 的 designer 阶段调用。
为 pptx-craft 生成严格可验收的内容大纲、页面描述、页面类型和布局意图。只能输出 UTF-8 的 ppt_plan.md;当由 pptx-craft 调用时作为 planner 阶段执行。
PPT 主流程技能,通过多 Agent 协作完成研究、规划、生成全流程。