| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
通过 ESP32 LED 灯光显示 Claude Code / Codex CLI 的工作状态
# 使用 pip 或 pipx, 需要Python版本大于3.8
pip install cclight
# pipx install cclight# 国内
claude plugin marketplace add git@gitee.com:shxsun/cclight.git
claude plugin install cclight@cclight-marketplace
# 国外
claude plugin marketplace add codeskyblue/cclight
claude plugin install cclight@cclight-marketplace# 国内
codex plugin marketplace add git@gitee.com:shxsun/cclight.git
codex plugin add cclight-codex@cclight-marketplace
# 国外
codex plugin marketplace add codeskyblue/cclight
codex plugin add cclight-codex@cclight-marketplace
# 或者从本地仓库安装
codex plugin marketplace add .
codex plugin add cclight-codex@cclight-marketplaceCodex 这里不能直接用 codex plugin add ./plugins/... 安装本地目录;要先把仓库作为 marketplace 加进去,再按 插件名@marketplace名 安装。
安装后 cclight 命令即可使用:
# 启动 daemon(首次使用会自动启动)
cclight state working
cclight state idle
cclight state input
# 手动管理 daemon
cclight daemon start
cclight daemon stop
cclight daemon status开发调试? 查看 DEVELOP.md 了解本地开发和调试方法。
| Back | FazBrowse Home | New Git URL |