Claude Skill Tom
Description
電腦發燙診斷 — Claude Code skill,輸入 /tom 幾秒知道為什麼燙
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
/tom — 電腦發燙診斷
tom = 燙。電腦燙了,就叫 tom。
一個 [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skill,讓你在終端機裡輸入 `/tom`,幾秒內知道電腦為什麼發燙、該關掉什麼。
緣起
不懂電腦規格,但電腦常常燙到不行。每次都在 Claude Code 裡問同一個問題:「我的電腦好燙該怎麼辦?」
問了幾次之後想——這不就是重複對話嗎?乾脆做成一個 skill,一個指令搞定。
它做了什麼
`/tom` 會同時跑三個系統診斷指令,然後直接告訴你:
- 哪些程序在吃 CPU
- 記憶體夠不夠
- 系統有沒有散熱警告
- 具體該關掉什麼、重啟什麼
不會丟一堆數據給你看,只給結論和行動建議。
安裝
把 `SKILL.md` 放到 Claude Code 的 skills 目錄:
# 全域安裝(所有專案都能用)
mkdir -p ~/.claude/skills/tom
curl -o ~/.claude/skills/tom/SKILL.md \
https://raw.githubusercontent.com/ViviChen-nocode/claude-skill-tom/main/SKILL.md
使用
在 Claude Code 裡輸入:
/tom
就這樣。
適用環境
- macOS(使用
ps、top、pmset指令) - 需要 Claude Code CLI
貢獻
歡迎提交 Issue 或 Pull Request!
授權
本專案採用 [MIT 授權](LICENSE)。
作者
Vivi Chen(大師姐)
- Facebook: @vivichen.sister
- Instagram: @thevividai.vi
- 個人網站: vivichen.ai
如有問題歡迎透過 [GitHub Issues](https://github.com/ViviChen-nocode/claude-skill-tom/issues) 聯繫。
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development