dsh-we-wallpaper-sync
Reusable skill: browse/search/download Wallpaper Engine (Steam 431960) workshop wallpapers and wire them into the DSH skin center, bypassing the Steam HTTP block and region-mismatch sign-in block.
- Stars
- 0
- Language
- Shell
- Created
- Aug 26, 2026
- Updated
- Aug 26, 2026
Introduction
dsh-we-wallpaper-sync
把 Wallpaper Engine(小红车/小红书壁纸,Steam 应用 431960)创意工坊壁纸批量浏览、搜索、下载并接入 DSH 皮肤中心的可复用技能。
它能做什么
- 用 Steam Web API Key 搜索/浏览 WE 创意工坊(按订阅数、趋势、最新、关键词),抓标题/订阅/预览图并拼成编号网格供用户挑选。
- 用
steamcmd+ Docker 批量下载作品(免装 Steam/32 位库、无需 root)。 - 绕过国内对 Steam HTTP 的封锁与**「账号常住地与登录 IP 不符」的异地登录拦截**:让 steamcmd 也走一个出口 IP 与账号常住地一致的代理。
- 落盘到
~/Steam/steamapps,把库根目录写进~/.dsh/settings.yaml的skin-wallpaper.weLibraryDirs,皮肤中心 WE 桥即可扫到并应用为 GUI 背景。
主要坑(技能里有完整清单)
- 国内封 Steam 的 HTTP 域名,但
steamcmd走 Steam CM 网络(不看 HTTP),直连往往能通。 - Steam 会对比登录 IP 与账号常住地;不匹配会直接拦截登录(
Steam has blocked this sign in)——用出口 IP 与账号一致的代理走steam.cfg的SocksProxy解决。 - 容器内 steamcmd 目录是
/root/.local/share/Steam/steamcmd,别用空目录挂载覆盖(会steamcmd.sh not found);用+force_install_dir落盘。 - 免登录第三方下载站(steamworkshopdownloader.io)后端常 500,别依赖。
- 皮肤中心 WE 桥扫
<库根>/steamapps/workshop/content/431960。
使用
安装后调用技能 dsh-we-wallpaper-sync,按其步骤执行;也可直接读取 SKILL.md 里的命令。
⚠️ 技能内用
<账号>/<KEY>/<密码>占位,勿硬编码 Steam API Key 或密码。 ⚠️cordis.patch.yml里的customSkillDirs路径需按安装后的实际绝对路径调整(见该文件注释),或由维护者/DSH 技能提供方接线。
市场条目
PR 到 awesome-dsh-plugin/awesome-dsh-plugin,新增 data/plugins/<owner>__dsh-we-wallpaper-sync.yml(分类 skill),见仓库内生成好的该文件。