Install
openclaw skills install @haiyangchenbj/tcms-adapterChannel-adaptation agent. Adapts a reviewed core draft into channel-specific publish-ready versions. Supports: official-account version, developer-community version, Chinese social post, English X post, LinkedIn summary, sales one-pager. Also generates re-promotion material for existing content.
openclaw skills install @haiyangchenbj/tcms-adapterAdapts a reviewed core draft (or published article) into the channel-specific versions needed for publishing. Does not create from scratch — that is content-writer's job.
Mode A: multi-channel adaptation of new content
Input: core draft from content-writer
Output: adapted versions for specified channels
Mode B: re-promotion of existing content Input: URL or local file of a published article Output: lightweight material such as social posts, opinion summaries, data-point extractions
Mode B steps:
content/adapted/repurpose/When no channel is specified, default to the full set: official-account version / community version / Chinese social post ×2 / English X post ×1 / sales one-pager (only when case or hard data is present)
Read the relevant channel-spec files on demand (references/channel-specs/ directory), and read the brand guidelines (reuse content-writer's brand-rules.md).
Each channel version is generated independently, with no dependency between them:
content/adapted/
├── YYYY-MM-{topic}-wechat.md
├── YYYY-MM-{topic}-community.md
├── YYYY-MM-{topic}-social-cn-1.md
├── YYYY-MM-{topic}-social-cn-2.md
├── YYYY-MM-{topic}-x-en.md
├── YYYY-MM-{topic}-linkedin.md (if needed)
└── YYYY-MM-{topic}-one-pager.md (if needed)
Execution summary:
## Execution summary
- Core draft: [filename] ([word count] words)
- Generated: official-account ([words]) / Chinese social ×2 / English X ×1 / ...
- Not generated: [channel] (reason)
- Data-point preservation check: [N] all preserved / [M] excluded due to word limit
brand-rules.md.| Scenario | Handling |
|---|---|
| Core draft under 500 words | prompt "too little content, suggest supplementing first" |
| Core draft has no data points | mark "no hard data, suggest publishing from an opinion angle" |
| Core draft contains unredacted customer name | auto-redact and warn |
| Channel-spec file missing | generate with a generic format |
Content Adapter 把已审核的核心稿(或已发布文章)适配为各渠道发布版本,不负责从零创作。支持公众号版、开发者社区版、中文社交帖、英文 X 帖、LinkedIn 摘要、销售一页纸,以及存量内容二次推广物料。硬性规则:不编造数据、不改变核心判断、产品名一致、客户脱敏延续、跨稿不互引、英文宁可简短准确。