dsh-story
One prompt to cinematic story. AI-powered script-to-video pipeline for DeepSeek Harness.
- Stars
- 0
- Language
- —
- Created
- Aug 21, 2026
- Updated
- Aug 23, 2026
Introduction
dsh-story · 软文故事生成器
DeepSeek Harness 插件(Skill):输入 产品 + 核心卖点,多 agent 评审精选 top 3,产出 3 篇能吸引人的多平台通用软文故事。
它做什么
给一句话,出 3 篇故事:
产品:量子U盘
卖点:保密
→
1. 头脑风暴 8~10 个叙事 idea
2. 2 个独立评审 agent 按评分卡(吸引力/真实可信/卖点贴合/合规/传播性)打分,取 top 3
3. 每篇成稿:3 个备选标题 + 钩子开头 + 正文 + CTA + 话题标签
4. 广告法违禁词自动扫描,零违禁词交付
5. 对话输出 + 自动保存 story-output/YYYY-MM-DD-产品名.md
安装
把 skills/soft-ad-story/ 放入 DSH 的任一技能扫描目录:
| 位置 | 路径 | 优先级 |
|---|---|---|
| 项目级 | <项目根>/.dsh/skills/ | 最高 |
| 项目级 | <项目根>/.agents/skills/ | 高 |
| 用户级 | <dshHome>/skills/ | 中 |
本仓库已自带 .dsh/skills/soft-ad-story/ 副本(生成产物,不入库),克隆后在项目根使用 DSH 即可直接发现技能。
用法
在对话中给出产品与核心卖点即可触发,例如:
帮我写软文:产品是量子U盘,卖点是保密。
可追加可选参数:目标人群 / 禁用词红线 / 投放平台偏好 / 风格偏好。
目录结构
dsh-story/
├── skills/
│ └── soft-ad-story/
│ ├── SKILL.md # 五阶段工作流指令
│ └── references/
│ ├── scoring-rubric.md # 评分卡(5 维 × 1-5 分)
│ ├── story-template.md # 故事结构与写作规范
│ └── banned-words.md # 广告法违禁词表 + 替换清单
├── .dsh/skills/soft-ad-story/ # 本地加载副本(自动同步)
├── story-output/ # 生成结果
└── docs/superpowers/ # 设计文档与实现计划
发布
- GitHub topic:
dsh-plugin、deepseek-harness - 可提交收录:awesome-dsh-plugin、dsh-plugin-marketplace 等目录
- 包元数据见
package.json(keywords 已含 dsh-plugin)