
lhmd/dsh-promotion-toolkit
80Last commit Aug 13, 2026
dsh-promotion-toolkit DSH plugin
DSH Promotion Toolkit is a DeepSeek Harness plugin that extracts core ideas, evidence, and risk flags from input, then generates platform-native drafts for 17 platforms like Xiaohongshu, Zhihu, WeChat, LinkedIn, and more. It ensures each piece adapts to the platform's native structure without copying the same text everywhere.
How to install the dsh-promotion-toolkit DSH plugin
dsh plugin --profile web add /absolute/path/to/dsh-promotion-toolkitCopying does not run this command. Review the repository and version before installing the dsh-promotion-toolkit DSH plugin.
dsh-promotion-toolkit DSH plugin data source
dsh-promotion-toolkit DSH plugin snapshot date: Aug 16, 2026
discovered
What the dsh-promotion-toolkit DSH plugin can do
- Extract thesis, evidence, risk flags, and canonical URL from any input (README, article, product description, etc.).
- Generate platform-native drafts for 17 platforms: Xiaohongshu, Zhihu, WeChat, WeChat Moments, Weibo, Bilibili, Douyin, Kuaishou, X, Threads, LinkedIn, Reddit, TikTok, YouTube, Medium, Facebook, and Instagram.
- Output structured JSON containing core idea, evidence, shareability signals, title angles, platform drafts, and risk reminders.
- Support both CLI (directly via node scripts/viral-kit.mjs) and DSH plugin integration.
Where the dsh-promotion-toolkit DSH plugin fits
- Turn a GitHub README into a Xiaohongshu note, a Zhihu article, and a WeChat Moments post for promotion.
- Generate multi-platform promotional copy for a new online course, tailoring each draft to the platform's audience.
- Adapt a personal opinion or blog post into versions for Twitter (X), LinkedIn, and Reddit with appropriate tone and structure.
- Create video scripts with shot-by-shot descriptions, voiceover, and subtitles for Bilibili, Douyin, and YouTube from a single product idea.
Who the dsh-promotion-toolkit DSH plugin is for
- Independent developers and open-source project maintainers who need to promote their projects across multiple platforms.
- Content creators and marketers who want to repurpose a single source into platform-native posts without manual rewriting.
dsh-promotion-toolkit DSH plugin limitations
- Requires a DeepSeek Harness environment and Node.js; not a standalone SaaS service.
- The model may generate details not present in the original input; users must verify facts, quotes, and numbers before publishing.
- No built-in analytics or tracking for promotion effectiveness.
dsh-promotion-toolkit DSH plugin: from the repository README
Quoted from the lhmd/dsh-promotion-toolkit README, the upstream source of the dsh-promotion-toolkit DSH plugin. Copyright remains with the original authors.
> 把你的任何想法,变成每个平台原生的宣发内容。 [](https://github.com/deepseek-ai/deepseek-harness) [](examples/live-demos.json) [](LICENSE)  ## 它解决什么问题 DSH Promotion Toolkit 是一个 DeepSeek Harness 原生插件:把产品、开源项目、文章、课程、活动、个人观点,甚至一段还没整理好的想法,变成可以直接发布的多平台宣发内容。 它先抽取核心观点、可引用证据、需要核验的风险和原始链接,再为每个平台改变阅读入口。不是把一段话缩短 17 次,而是让同一个事实在不同平台用不同的原生结构被读懂: ```text 任何想法 / 原文 / README | v 核心观点 + 证据 + 风险边界 + 原始链接 | v 17 个平台的原生长文、帖子、视频脚本与 CTA ``` ## 平台会真正区分 | 平台 | 输出方式 | | --- | --- | | 小红书 | 痛点开场、可保存清单、适量 emoji、话题标签和明确 CTA | | 知乎 | Markdown 科普文:结论、背景、方法、限制、原始链接 | | 公众号 | 保留完整叙事的长文:标题、导语、章节、案例和结尾 | | 朋友圈 | 像朋友分享的短文,有个人语气,不写成硬广告 | | B 站 / 抖音 / 快手 | 镜头、时间点、口播、字幕、封面标题和 CTA | | 微博 / X / Threads | 更短、更快、有观点的不同开场和互动问题 | | LinkedIn | 职业语境、产品背景、经验总结和讨论式 CTA | | Reddit | 社区语境、问题标题、背景说明和克制的自荐 | | TikTok / YouTube | 短视频脚本、画面动作、旁白、字幕和结尾引导 | | Medium | 英文长文结构、章节标题、上下文和来源链接 | | Facebook / Instagram | 社区分享或视觉化短句、emoji、标签与链接 | 目前覆盖 17
Read the full READMERepository license: MIT
dsh-promotion-toolkit DSH plugin questions
How do I install DSH Promotion Toolkit?
First, install DeepSeek Harness globally with 'npm install -g @deepseek-ai/dsh'. Then, clone or download this repository, and run 'dsh plugin --profile web add /absolute/path/to/dsh-promotion-toolkit' followed by 'dsh web'. You can also use the CLI directly with 'node scripts/viral-kit.mjs'.
Which platforms are supported?
The plugin supports 17 platforms: Xiaohongshu, Zhihu, WeChat, WeChat Moments, Weibo, Bilibili, Douyin, Kuaishou, X (Twitter), Threads, LinkedIn, Reddit, TikTok, YouTube, Medium, Facebook, and Instagram. Each platform gets a draft tailored to its native content style.
What format does the output come in?
The output is a structured JSON containing coreIdea, evidence, shareability score and signals, title angles, platformDrafts (one per platform), and riskFlags. The platform drafts are plain text or Markdown, ready to be copied and posted.
Do I need a DeepSeek API key to use this?
The README does not mention any API key requirement. The plugin runs within DeepSeek Harness, which may require its own setup. For the CLI mode, it uses a local model or the DSH environment. Check the DeepSeek Harness documentation for details.
Can I customize the generated content for a specific platform?
The plugin automatically adapts the content to each platform's native structure. You can influence the output by providing a clear source text and using the '--language' and '--platform' options. However, the README does not describe a customization API beyond the basic parameters.