ClawForge mac_dark_mode

mac_dark_mode - 深色模式

install
source · Clone the upstream repo
git clone https://github.com/leionion/ClawForge
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leionion/ClawForge "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/05-Interaction/mac_dark_mode" ~/.claude/skills/leionion-clawforge-mac-dark-mode && rm -rf "$T"
manifest: skills/05-Interaction/mac_dark_mode/SKILL.md
source content

mac_dark_mode - 深色模式

功能: 切换Mac深色/浅色模式

用法:

  • 切换:
    python3 mac_dark_mode.py
  • 开:
    python3 mac_dark_mode.py on
  • 关:
    python3 mac_dark_mode.py off