hanyi7867069-create/dsh-content-lab
内容工坊 — 面向DeepSeek Harness的主题、标题、帖子和内容日历生成工具。
项目介绍Project Overview
dsh-content-lab 是 DeepSeek Harness 的内容生产插件,提供选题生成、标题改写、平台文案撰写与排期表四个工具,覆盖选题到发布计划全流程,工具内直接调用 LLM,无外部 API 依赖。适合自媒体、AI 副业与内容营销场景。需注意模型偶尔输出脏 JSON,宽松解析失败时会原样返回文本。
dsh-content-lab is a DeepSeek Harness plugin that adds a content production pipeline: topic generation, title rewriting, platform-specific post writing (Xiaohongshu, WeChat, Douyin, Bilibili), and content calendars. Tools call the LLM directly with no external API dependencies, suited for self-media, AI side hustles, and content marketing. Note that models occasionally emit malformed JSON; if loose parsing fails, raw text is returned.
请帮我了解并安装插件:【dsh-content-lab】【https://github.com/hanyi7867069-create/dsh-content-lab】
把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.
或使用命令行安装(适合开发者)Or use CLI install (for developers)
命令行安装CLI Install
dsh plugin --profile web add dsh-content-lab
把 hanyi7867069-create/dsh-content-lab 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
dsh-content-lab · 内容工坊
给 DeepSeek Harness 装上"内容生产流水线":选题 → 标题 → 文案 → 排期。
面向做自媒体 / AI 副业 / 内容营销的人。全部工具在插件内直接调用 LLM,不依赖任何外部 API。
Tools
| 工具 | 作用 |
|---|---|
content_topic_generator |
按领域 × 平台生成爆款选题(含切入角度、钩子、理由) |
content_title_rewriter |
标题改写,支持悬念/数字/情绪/反差/疑问风格 |
content_post_writer |
按平台生成完整文案(小红书/公众号/抖音/B站) |
content_calendar |
生成 N 天内容排期表 |
Install
dsh plugin --profile web add dsh-content-lab
Configure
默认使用 deepseek-official provider 和 deepseek-v4-flash 模型。在 profile 的
cordis.patch.yml 里按 id: content-lab 覆盖:
- id: content-lab
name: dsh-content-lab
config:
provider: deepseek-official
model: deepseek-v4-flash
每个工具还接受可选的 model 参数做单次覆盖。
Design
- 零外部依赖:工具用原生 JSON-Schema 注册(
ctx.tools.register),LLM 调用用ctx.llm.stream()+ 手建消息,不需要解析任何@deepseek-ai/*包。 - 输出走"结构化 JSON 规范值 + 可读渲染",模型只负责生成,工具负责保证格式。
- 模型偶尔会吐脏 JSON,
parseJsonLoose会做宽松解析,失败时原样返回文本。
Roadmap
- v1:配图提示词生成 + AI 配图(接图像 API)
- v2:模板包(小红书美妆号 / 电商带货 / 知识付费等垂类模板)
- v3:定时批量出稿(配合 DSH schedule 能力)
nexu-io/open-design
freestylefly/awesome-gpt-image-2
anywhere-labs/dsh-desktop
walkinglabs/learn-harness-engineering
awesome-dsh-plugin/awesome-dsh-plugin
MemTensor/MemOS