Content workshop tools for DSH — topic, title, post and content-calendar generation through the built-in LLM.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:hanyi7867069-create/dsh-content-lab
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
This plugin publishes its README in Chinese only.
给 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 能力)
Links
More in this category
superdesigndev/treg★ 460
Tool catalog for agents: search ~2,600 external endpoints (SEO and SERP, backlinks, social, people and company enrichment, ad libraries, scraping) by the task you want done, read each one's parameters and per-call price, then call it with the credential injected server-side. Ships the skill plus an MCP row that stays disabled until TREG_TOKEN is set.
zhaoolee/notes★ 146
Export DSH conversations as Smartisan Notes-style PNGs, or create and update Markdown notes in a configured account-scoped workspace.
taxueseek/argo★ 100
Search built for agents: multilingual coverage across web, academic, code, shopping, finance, news, and encyclopedias.
omdsh-dev/dsh-data-agent★ 52
Let the AI connect to databases and write SQL for you.
heartleo/hn-cli#hacker-news★ 50
Hacker News tools for feeds, discussion threads, search, and user profiles.
geml-spec/geml#integrations/dsh-plugin★ 24
Block-addressed document editing: an MCP server exposing geml_get / geml_set / geml_check and friends, so an agent reads or rewrites one addressed block of a Markdown or GEML document instead of the whole file. Ships the GEML authoring skill and a code-graph skill that builds and navigates a project call graph as GEML codemaps.