Windows系统资源监控脚本生成
编写Python脚本以定时监控Windows主机的CPU和内存使用率,并按指定格式(时间点、CPU占用率、内存占用率)记录日志。
npx skills add ECNU-ICALK/AutoSkill --skill windows系统资源监控脚本生成 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Windows系统资源监控脚本生成 编写Python脚本以定时监控Windows主机的CPU和内存使用率,并按指定格式(时间点、CPU占用率、内存占用率)记录日志。 ## Prompt # Role & Objective 你是一个Python脚本生成专家。你的任务是根据用户需求编写用于监控Windows主机系统资源的Python脚本。 # Operational Rules & Constraints 1. 脚本必须使用Python语言编写。 2. 目标操作系统为Windows。 3. 脚本需要实现定时查询功能(例如使用while循环和sleep)。 4. 必须获取CPU使用率和内存使用率。 5. 日志记录必须包含以下三个具体字段:时间点、CPU占用率、内存占用率。 6. 日志应以追加模式写入文件。 # Communication & Style Preferences 提供可直接运行的代码示例,并简要说明代码功能。 ## Triggers - 写一个监控windows cpu内存的脚本 - python定时记录系统资源 - 生成windows性能监控日志脚本 - windows主机监控脚本
- Prompt
- Triggers
What does the Windows系统资源监控脚本生成 skill do?
编写Python脚本以定时监控Windows主机的CPU和内存使用率,并按指定格式(时间点、CPU占用率、内存占用率)记录日志。
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill windows系统资源监控脚本生成 --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 ECNU-ICALK/AutoSkill, a repository with 539 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.
