DeepSeek Harness plugin

dsh-video-creator

视频号创作助手:内置主流短视频创作模板,调用中国境内大模型一键生成内容包,适配抖音/视频号/B站/快手/小红书/微博/西瓜视频快速发布

Jump to install

Source facts

Repository
uckkk/dsh-video-creator
Latest update
Aug 19, 2026
Category
Development & Runtime
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/uckkk/dsh-video-creator
Plugin: dsh-video-creator
Author: uckkk

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-video-creator · 视频号创作助手

内置主流短视频创作模板,调用中国境内大模型(OpenAI 兼容)一键生成完整内容包,并为 抖音 / 视频号 / B站 / 快手 / 小红书 / 微博 / 西瓜视频 生成可发布文案与分步发布方案。用户只需填自己的 API Key,最少输入、最少折腾。

核心能力

1. 内置创作模板:口播观点、带货种草、教程教学、科普讲解、剧情短剧、Vlog 日常、新闻快讯、采访访谈、测评开箱、励志治愈。 2. 一键生成内容包:主标题 + 备选标题 + 开头钩子 + 分镜脚本 + 发布简介 + 话题标签 + 封面文案 + 字幕全文。 3. 可选 AI 视频生成:调用视频模型(如硅基流动)把提示词生成视频。 4. 平台适配发布:按各平台规范生成标题/简介/标签/封面文案,并给出分步发布指引。

第一步:填 API(只需一次)

dsh plugin add dsh-video-creator

安装后在 profile 的 package.jsondsh.profile.bundles 中加入 "dsh-video-creator"

然后在对话里对 Agent 说:

帮我配置视频号创作助手:
textApiBase=https://api.deepseek.com
textApiKey=你的DeepSeek密钥
textModel=deepseek-chat

Agent 会调用 configure 工具保存配置(保存在 ~/.dsh/storages/video-creator/config.json)。

支持的中国境内模型(OpenAI 兼容,填你自己的 Key 即可)

提供商textApiBasetextModel 示例
DeepSeek 官方https://api.deepseek.comdeepseek-chat
硅基流动https://api.siliconflow.cn/v1deepseek-ai/DeepSeek-V3
通义千问https://dashscope.aliyuncs.com/compatible-mode/v1qwen-plus
智谱 GLMhttps://open.bigmodel.cn/api/paas/v4glm-4-flash
字节豆包https://ark.cn-beijing.volces.com/api/v3doubao-1-5-pro-32k-250115
Kimihttps://api.moonshot.cn/v1moonshot-v1-8k
腾讯混元https://api.hunyuan.cloud.tencent.com/v1hunyuan-turbos-latest
MiniMaxhttps://api.minimax.chat/v1MiniMax-Text-01

使用示例

帮我写一个「职场新人如何拒绝无效加班」的口播脚本,发抖音,60 秒
→ script_generate(topic="职场新人如何拒绝无效加班", template="opinion", platform="douyin", duration=60)

把上面内容打包成发布文件,发抖音和 B站
→ publish_package(content=<上一步结果>, platforms=["douyin","bilibili"])

帮我生成发布方案(B站)
→ publish(content=<内容包>, platform="bilibili")

说明

  • 发布机制:抖音、视频号、快手、小红书、微博、西瓜视频的个人发布接口不开放,插件会为你生成「待复制文案 + 分步步骤」,复制粘贴到对应创作者后台即可(省去 90% 手工填写);B站后续支持账号凭证一键上传。
  • AI 视频生成为可选能力,需另配 videoApiBase/videoApiKey/videoModel(如硅基流动视频模型)。
  • 生成的视频内容请遵守各平台内容规范与相关法律法规。

安装

dsh plugin add github:uckkk/dsh-video-creator

> 安装即在本机运行第三方代码,请自行审阅源码。

安装

dsh plugin add github:uckkk/dsh-video-creator

使用

安装后在会话中调用该插件注册的工具即可。

许可

MIT

> 安装即在本机运行第三方代码,请自行审阅源码。