blx0102/create-dsh-content-plugin0

create-dsh-content

Scaffold a content-automation DSH plugin in seconds — content publishing adapters (Dev.to / Bluesky / Mastodon / GitHub), credential management, cross-platform formatting, and built-in release pipeline.

包名
create-dsh-content
版本
0.1.0
许可证
MIT
最近更新
2026年8月26日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

create-dsh-content

Scaffold a content-automation DeepSeek Harness (DSH) plugin in seconds. 一键生成面向「内容自动化」的 DeepSeek Harness 插件。

Zero dependencies, pure ESM, Node ^22.19 || >=24. Dual mode: non-interactive flags or an interactive wizard (bilingual prompts).

Built on the conventions proven by create-dsh-plugin — same next-tag version pinning, same --verify smoke test — and extended with a content-publishing domain layer: platform adapters, credential management (BYOK), cross-platform formatting, and a release pipeline that gets your plugin indexed by the ecosystem.


Quick Start

# Non-interactive
npx create-dsh-content my-crosspost --platforms devto,bluesky

# Interactive wizard
npx create-dsh-content

Options

FlagDescription
-t, --template Template variant (default content)
`-n, --name
`npm package name (derived from dir)
--plugin-id cordis patch row id + plugin name export
--tool-name Tool name (default derived from package name)
--platforms Comma-separated platforms: devto,bluesky,mastodon,github
-y, --yesSkip prompts, use defaults
--verifyAfter generation: build + install into temp profile + dump-config
--skip-installSkip pnpm install inside the generated project
--with-ciInclude GitHub Actions release pipeline (default: on)
-h, --helpShow help
-v, --versionPrint version

What you get

Every generated project ships with:

  • Platform adapter layerPlatformAdapter interface + stubs for Dev.to / Bluesky / Mastodon / GitHub (BYOK, no platform approval needed from the plugin author)
  • Credential management — typed credential service with validation (missing / invalid / disabled states)
  • Cross-platform formatters — Markdown normalization, auto-split for long posts, result card rendering
  • Version pinning@deepseek-ai/dsh-tools pinned to the next-tag version (npm latest is a stale 0.0.1-rc.1)
  • Release pipeline — GitHub Actions: lint → build → publish → topic-tag → awesome/dsh-index submission template
  • Pitfall guardrails — the 10 real-world pitfalls from the verified spike, baked into the generated README

Why a domain scaffold?

create-dsh-plugin gives you a standard empty kitchen — appliances work, but you cook from scratch. create-dsh-content gives you a ready-to-run content operation kitchen: adapters wired, credential drawers labeled, format rules in place, plating pre-designed. You focus on what makes your plugin unique.

Read the full design rationale in docs/DESIGN.md.

Development

node src/cli.js --help
node --test test/

License

MIT