Install
openclaw skills install cyberpunk-themeInstall or customize this OpenClaw cyberpunk chat and dream theme. Use when the user wants this exact theme, wants to import it into another workspace, or wants to swap the bundled avatars and background images.
openclaw skills install cyberpunk-theme这个 skill 用来安装或更新一套 OpenClaw 赛博朋克聊天 + 梦境主题。
支持替换这七个槽位:
具体文件映射见 references/theme-slots.md。
默认安装:
python3 scripts/install_cyberpunk_theme.py --workspace <target-workspace>
带素材覆盖安装:
python3 scripts/install_cyberpunk_theme.py --workspace <target-workspace> --assistant-avatar /path/to/main.png --tool-avatar /path/to/tool.png --help-avatar /path/to/help.png --user-avatar /path/to/user.png --chat-background /path/to/chat.jpg --dream-avatar /path/to/dream.gif --dream-background /path/to/dream-bg.png
如果不想在命令行里写长串参数,用 JSON 配置:
python3 scripts/install_cyberpunk_theme.py --from-config references/theme-config.example.json
配置示例在:
references/theme-config.example.json如果主题已经装好了,只是 OpenClaw 更新后需要重新挂载:
python3 scripts/apply_cyberpunk_theme.py
<style id="openclaw-workspace-theme"> 和 <script id="openclaw-workspace-theme-script"> 注入 live Control UI。openclaw-custom-theme id,避免和 OpenClaw 内建自定义主题注入器冲突。安装脚本会:
customizations/openclaw-control-ui/scripts/apply_cyberpunk_theme.pyassets/theme/:主题默认源文件与默认素材assets/cyberpunk-theme-small.svg / assets/cyberpunk-theme-preview.png:skill 图标与预览图scripts/install_cyberpunk_theme.py:安装、覆盖槽位、生成 apply 脚本、执行 applyreferences/theme-slots.md:七个视觉槽位与落地文件名references/theme-config.example.json:--from-config 的示例配置1.0.12:修正 WebUI 聊天时间线在 chatMessages 和 chatToolMessages 合流时的稳定排序,强制同时间戳消息保持 user -> assistant tool -> toolResult -> assistant 文本,避免官方前端把最终回复插到工具流前面。1.0.11:把 tool / helper 立绘从纯 CSS 背景图切到真实 <img> 填充层,避免这两路头像在浏览器合成时出现明显糊化 / 压缩感。1.0.10:修正聊天铭牌来源,helper 固定显示为 消息助手 helper,主助手铭牌改为从 IDENTITY.md / SOUL.md 解析,并同步去掉前端对“菠萝包”名字的硬编码匹配。1.0.9:微调右侧抽屉展开态上下间距,让顶部控制区和底部输入框避让后的视觉留白保持一致。1.0.8:新增 Help / 历史消息头像槽位 --help-avatar / helpAvatar,用于替换聊天里非主助手的帮助立绘。1.0.7:同步 2026.5 chat 顶栏用量修复,Codex 用量按钮显示 5h xx / 周 xx,并保留 tooltip reset 信息。1.0.6:保留为已发布小版本。1.0.5:适配 OpenClaw 2026.5 footer status layer,让 context usage、compaction、run-status 在浮动 composer 上方稳定可见。