赛博朋克主题
v1.0.2安装 or 更新 this OpenClaw cyberpunk chat/dream theme with a bundled one-command 安装er and customizable slots for 助手 avatar, 工具 avatar, user avatar, chat background, dream avatar, and dream background. Use when the user wants this exact theme, wants to 导入 it into another workspace, or wants to publish/customize the packaged theme.
运行时依赖
安装命令
点击复制技能文档
赛博朋克主题
用这个 技能 处理三类事:
安装或重装这一套 OpenClaw 赛博朋克聊天/梦境主题 替换六个可配置视觉槽位 准备或执行发布到 ClawHub 默认做法
优先使用打包好的安装脚本,不要手工复制 CSS/JS。
python3 scripts/安装_cyberpunk_theme.py --workspace
常用覆盖参数:
python3 scripts/安装_cyberpunk_theme.py --workspace --助手-avatar /abs/path/to/助手.png --工具-avatar /abs/path/to/工具.png --user-avatar /abs/path/to/user.png --chat-background /abs/path/to/chat-bg.jpg --dream-avatar /abs/path/to/dream-avatar.gif --dream-background /abs/path/to/dream-bg.png
最省事的完整示例:
python3 scripts/安装_cyberpunk_theme.py --workspace /path/to/workspace --助手-avatar /path/to/mAIn.png --工具-avatar /path/to/工具.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/安装_cyberpunk_theme.py --from-config references/theme-config.example.json
安装脚本会:
备份目标工作区里原有的主题文件 安装主题源文件和默认素材 用传入素材覆盖六个槽位 生成目标工作区内可重复执行的 scripts/应用ly_cyberpunk_theme.py 默认立即 应用ly 到 live OpenClaw control-ui
如果用户只是想在 OpenClaw 更新后重新挂主题,用目标工作区里的:
python3 scripts/应用ly_cyberpunk_theme.py
工作流 默认目标工作区就是当前工作区;只有在用户明确指定别的工作区时才改。 只要用户没提供某个槽位素材,就保留 技能 自带默认图。 如果用户是想改素材映射、文件名或槽位语义,先读 references/theme-slots.md。 如果用户是想发布到 ClawHub,先确认本地 技能 结构完整,再读 references/publish.md。 做完后至少验证一次: 安装脚本能跑通 生成的 应用ly 脚本存在 live UI 能拿到新素材或测试 dist 已成功注入 文件说明 as设置s/theme/:主题默认源文件与默认素材 as设置s/cyberpunk-theme-small.svg / as设置s/cyberpunk-theme-large.svg:技能 图标与封面 scripts/安装_cyberpunk_theme.py:安装、覆盖槽位、生成 应用ly 脚本、执行 应用ly references/theme-slots.md:六个视觉槽位与落地文件名 references/theme-config.example.json:--from-config 的示例配置 references/publish.md:ClawHub 发布命令与发布前检查