oil-oil/dsh-oil-creator 预览 preview

oil-oil/dsh-oil-creator

桌面端Desktop ⭐ 100 MIT other

DeepSeek Harness 上的本地内容工作台。 从选题、脚本、录屏工程到字幕、封面和发布状态,一条片子始终对应一个本地文件夹。 > [!NOTE] > 当前兼容 Node.js 22.19+、DeepSeek Harness 0.1.0-rc.6 / 0.1.0-rc.7。核心片库可独立使用;Screen Studio、字幕、封面、公众号和发布能力均可按需安装。

catalog 简介 / catalog descriptioncatalog description:AI-assisted local creator workbench for DeepSeek Harness

编辑导读Editor's Brief

## 核心特性
- 该插件将每个视频作为一个本地文件夹进行管理,其中包含 topic.mdscript.md、成片视频、字幕、封面和发布包等文件。
- 工作台状态保存在 ~/.dsh-oil-creator/overlay.json 中,内容文件仍保留在所选本地目录中,不会被复制到封闭数据库。
- 本地资料库会扫描按日期和可读标题命名的文件夹,并显示阶段、成片视频、字幕、封面、文章和发布状态。
- AI 配置使用内置的 creator-workbench Skill 和只读的 oil_creator_setup 来发现目录、检查可选能力,并在保存前预览变更。
- 耗时较长的字幕、封面和字幕烧录任务会立即返回,并由工作台通过文件输出和任务状态进行跟踪。

## 使用场景
- 它支持选题和脚本准备,可创建标准化目录,并结合已保存的长期脚本规则编辑 topic.mdscript.md
- 它可协调 Screen Studio 项目绑定和导出等待,同时录制、时间线编辑和导出决策仍由用户完成。
- 它会准备字幕和三种比例封面,然后将本地素材交给 video-publisher 生成多平台草稿,最终发布仍由人工确认。
- 在用户完成登录和异常匹配后,它会通过 Ego Browser 同步已发布作品的播放量、点赞数、评论和链接。

## 技术细节
- README 说明其兼容 Node.js 22.19+ 以及 DeepSeek Harness 0.1.0-rc.60.1.0-rc.7
- 安装使用 DeepSeek Harness 插件命令 npx @deepseek-ai/dsh plugin --profile web add github:oil-oil/dsh-oil-creator,随后重启 web profile。
- API keys 通过 Harness 凭据服务存储,设置界面仅显示已配置或未配置状态,而不显示明文值。
- 高级 Cordis 配置保留 libraryRootdataDirsubtitleSkillDircoverSkillDir,用于自动发现无法覆盖的环境。

## 注意事项
- 字幕和封面功能需要外部 skills 和 API keys,并且根据可选能力表,Screen Studio 自动化或多平台发布仅限 macOS。
- 该插件不会自动上传内容;上传仅在显式调用发布 skill 后发生,并会在最终平台发布前停止。
- 目录创建、配置保存和批量重命名遵循先预览后确认的执行流程,缺少可选依赖只会禁用对应阶段。

## Core Features
- The plugin manages each video as a local folder containing files such as topic.md, script.md, final video, subtitles, covers, and publish package.
- Workbench state is stored in ~/.dsh-oil-creator/overlay.json, while content files remain in the selected local directory and are not copied into a closed database.
- The local library scans folders named by date and readable title and shows stage, final video, subtitle, cover, article, and publishing status.
- AI configuration uses the built-in creator-workbench Skill and read-only oil_creator_setup to discover directories, check optional capabilities, and preview changes before saving.
- Long-running subtitle, cover, and burn-in tasks return immediately and are tracked by the workbench through file outputs and task status.

## Use Cases
- It supports topic and script preparation by creating standardized directories and editing topic.md or script.md with saved long-term script rules.
- It coordinates Screen Studio project binding and export waiting while leaving recording, timeline editing, and export decisions to the user.
- It prepares subtitles and three aspect-ratio covers, then hands local materials to video-publisher for multi-platform drafts before human final publication.
- It synchronizes published work playback, likes, comments, and links through Ego Browser after login and exception matching are handled by the user.

## Technical Details
- The README states compatibility with Node.js 22.19+ and DeepSeek Harness 0.1.0-rc.6 or 0.1.0-rc.7.
- Installation uses the DeepSeek Harness plugin command npx @deepseek-ai/dsh plugin --profile web add github:oil-oil/dsh-oil-creator, followed by restarting the web profile.
- API keys are stored through the Harness credential service, and settings display only configured or unconfigured status rather than plaintext values.
- Advanced Cordis configuration retains libraryRoot, dataDir, subtitleSkillDir, and coverSkillDir for environments not covered by automatic discovery.

## Notes
- Subtitle and cover functions require external skills and API keys, and Screen Studio automation or multi-platform publishing are limited to macOS according to the optional capability table.
- The plugin does not automatically upload content; uploads occur only after an explicit publish skill invocation and stop before final platform publication.
- Directory creation, configuration saving, and batch renaming follow a preview-then-confirm execution flow, and missing optional dependencies disable only the corresponding stage.

安装Install

npx @deepseek-ai/dsh plugin --profile web add github:oil-oil/dsh-oil-creator

oil-oil/dsh-oil-creator 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

上一个 Prev dsh-data-agent 下一个 Next dsh-image-gen