Agent skill · Security

alibabacloud-ecs-windows-online-troubleshooting

Use this skill whenever the user reports a problem with a Windows system, Windows Server, or Windows ECS instance, or asks to check, diagnose, inspect, or troubleshoot anything Windows-related. Covers network issues (ping, DNS, DHCP, firewall, SMB), RDP/remote desktop (connection failures, authentication, black screen, lag), storage/disk, system activation, Windows Update, performance slowdowns, user accounts/permissions, drivers, app crashes, security/certificate/TLS, scheduled tasks, or vague requests like 'check the system' or 'something is wrong.' Load this skill even if the user does not

aliyungithub.com/aliyunGitHub ↗
claude-codeApache-2.0
Install
npx skills add aliyun/alibabacloud-ecs-troubleshoot-skills --skill alibabacloud-ecs-windows-online-troubleshooting --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 38
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/alibabacloud-ecs-windows-online-troubleshooting/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 160
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Windows ECS 在线诊断 Skill ## 何时使用本技能 当用户报告 Windows 实例的故障现象,或要求对 Windows 实例进行问题排查、状态检查时,加载本技能。覆盖范围包括: - 网络问题:ping、DNS、DHCP、防火墙、SMB - RDP/远程桌面:连接失败、认证、黑屏、卡顿 - 存储/磁盘、系统激活、Windows Update、性能问题 - 用户账户/权限、驱动、应用崩溃、安全/证书/TLS、计划任务 - 模糊描述如“检查一下系统”或“系统有问题” 诊断能力清单和问题路由表存放在 `references/REFERENCE.md` 中,在路径规划阶段加载。 --- ## 诊断执行流程 ### 用户呈现通用规则 执行过程中向用户呈现进度、排查路径、当前步骤等信息时,**禁止暴露 Skill 内部标记**,必须用自然语言描述该步骤所对应的诊断功能。需隐藏的内部标记包括但不限于: - **内部文件名 / 路径**:如 `references/REFERENCE.md`、`references/rdp-service.md`、`references/networking-tcpip.md` 等 - **内部术语**:如「路由表」「reference」「推测性排查」「动态规划」「step 集合」「事件日志预诊断」 等 Skill 设计概念 - **内部编号 / 标签**:如 `Step 1`、`Step 2` 等机械编号,以及 `Direct/Contributing/Unrelated`、`Critical/Warning/Info`、`MUST` 等词汇的原始字样 - **工具调用详情**:如「调用 ReadReference / 加载 xxx 文件」之类的实现描述 **示例**: - 不要说:「现在执行 rdp-service.md 的步骤」「本问题为 Direct + Critical」 - 改为说:「现在检查 TermService 服务状态与 RDP 监听端口配置」「此问题是直接根因且严重影响连接」 内部标记仅用于工具调用、日志与模型内部推理,**不进入**对话面向用户的文本。 ### 问题理解 1. 提取用户问题中的核心现象(错误代码、提示信息、用户操作) 2. 确认关键上下文:系统能否启动?当前执行环境(控制台/RDP/云助手)? 3. **信息不足时 MUST 先向用户追问**(具体现象、错误提示、操作时机等),收集到足够信息后再进入路径规划阶段 4. 记录原始问题描述,后续所有分析 MUST 围绕此问题 ### 路径规划 1. **加载诊断能力与路由表**:读取 `references/REFERENCE.md`,获取诊断能力清单和问题路由表 2. **事件日志预诊断**(可选): - 采集用户报告时间段内的关键事

What's inside
Steps it walks through
  1. 何时使用本技能
  2. 诊断执行流程
  3. 用户呈现通用规则
  4. 问题理解
  5. 路径规划
  6. 逐步执行
  7. 因果链分析
  8. 修复方案
  9. 因果链输出规范
  10. 因果链示例
  11. 修复脚本模板
  12. 诊断结论输出模板
  13. Gotchas(易错点)
  14. 诊断阶段
Ships with 24 files
  • references/REFERENCE.md
  • references/cloud-driver.md
  • references/cloud-metaserver.md
  • references/cloud-vminit.md
  • references/desktop-app.md
  • references/desktop-printing.md
  • references/desktop-shell.md
  • references/device-driver.md
  • references/identity-account.md
  • references/identity-ad.md
  • references/identity-auth.md
  • references/identity-permission.md
  • references/identity-user-profiles.md
  • references/networking-dhcp.md
  • references/networking-dns.md
  • references/networking-firewall.md
  • references/networking-tcpip.md
  • references/performance-lifecycle.md
  • references/performance-slow.md
  • references/rdp-auth.md
  • references/rdp-certificate.md
  • references/rdp-licensing.md
  • references/rdp-service.md
  • references/security-bitlocker.md
first 24 of 38
More from alibabacloud-ecs-troubleshoot-skills
All skills →
About this skill
What does the alibabacloud-ecs-windows-online-troubleshooting skill do?

Use this skill whenever the user reports a problem with a Windows system, Windows Server, or Windows ECS instance, or asks to check, diagnose, inspect, or troubleshoot anything Windows-related. Covers network issues (ping, DNS, DHCP, firewall, SMB), RDP/remote desktop (connection failures, authentication, black screen, lag), storage/disk, system activation, Windows Update, performance slowdowns, user accounts/permissions, drivers, app crashes, security/certificate/TLS, scheduled tasks, or vague requests like 'check the system' or 'something is wrong.' Load this skill even if the user does not

How do I install it?

Run `npx skills add aliyun/alibabacloud-ecs-troubleshoot-skills --skill alibabacloud-ecs-windows-online-troubleshooting --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From aliyun/alibabacloud-ecs-troubleshoot-skills, a repository with 160 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going