什麼是 clean-component-removal?
徹底刪除 TTS 和 Telegram 同步組件。觸發器 - 卸載 tts、刪除 telegram 機器人、卸載 kokoro、清理 tts、拆解、組件刪除。 來源:terrylica/cc-skills。
徹底刪除 TTS 和 Telegram 同步組件。觸發器 - 卸載 tts、刪除 telegram 機器人、卸載 kokoro、清理 tts、拆解、組件刪除。
透過命令列快速安裝 clean-component-removal AI 技能到你的開發環境
來源:terrylica/cc-skills。
Orderly teardown of TTS and Telegram bot components with proper sequencing to avoid orphaned processes and stale state.
The removal sequence matters. Components must be torn down in this order to avoid orphaned processes or lock contention.
| 1 | Bot process | pkill -f 'bun.src/main.ts' | Yes (restart bot) | | 2 | Kokoro venv | kokoro-install.sh --uninstall | Yes (reinstall) | | 3 | Shell symlinks | rm -f /.local/bin/tts.sh | Yes (re-symlink) | | 4 | Temp files | rm -f /tmp/kokoro-tts-.wav /tmp/kokoro-tts.lock | N/A |
徹底刪除 TTS 和 Telegram 同步組件。觸發器 - 卸載 tts、刪除 telegram 機器人、卸載 kokoro、清理 tts、拆解、組件刪除。 來源:terrylica/cc-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/terrylica/cc-skills --skill clean-component-removal徹底刪除 TTS 和 Telegram 同步組件。觸發器 - 卸載 tts、刪除 telegram 機器人、卸載 kokoro、清理 tts、拆解、組件刪除。 來源:terrylica/cc-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/terrylica/cc-skills --skill clean-component-removal 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/terrylica/cc-skills