AgentSkillsCN

content-engine

将任意内容重新加工,适配各平台需求,生成适用于 X/Twitter、LinkedIn、Moltbook、新闻通讯与博客的优化版帖子。当用户提出跨平台的内容再利用、分发或改编需求时,可调用此功能。例如,“把这段内容变成帖子”“重新利用这篇文章”“基于此内容创建话题串”,或从单一来源出发,生成多平台内容。支持接收 URL、文本、文件,或粘贴内容作为输入。

SKILL.md
--- frontmatter
name: content-engine
description: Repurpose any content into platform-optimized posts for X/Twitter, LinkedIn, Moltbook, newsletters, and blogs. Use when asked to repurpose, redistribute, or adapt content across platforms. Triggers on requests like "turn this into posts," "repurpose this article," "create a thread from this," or any multi-platform content generation from a single source. Accepts URLs, text, files, or pasted content as input.

ContentEngine

Transform one piece of content into optimized posts for every major platform.

Workflow

  1. Ingest the source content (URL, file, or pasted text)
    • For URLs: fetch and extract the readable content
    • For files: read the file content
    • For text: use as-is
  2. Analyze the content to extract:
    • Core thesis / main argument
    • 3-5 key points or insights
    • Memorable quotes or stats
    • Emotional hooks and controversy angles
    • Target audience signals
  3. Generate platform-specific versions (see references/platforms.md)
  4. Output results inline or to a structured directory

Output Modes

Inline (default)

Display all generated content in the conversation, separated by platform headers.

Directory output

When user requests file output, create:

code
content-output/
├── source-summary.md
├── x-thread.md
├── linkedin.md
├── moltbook.md
├── newsletter.md
└── blog.md

Key Principles

  • Never copy-paste across platforms. Each version must feel native to its platform.
  • Lead with hooks. Every platform version opens with the strongest possible hook.
  • Preserve voice. Match the original author's tone while adapting to platform conventions.
  • Add value. Each version should feel like standalone content, not a truncated version.
  • Include CTAs. End each post with a platform-appropriate call to action.

Platform-Specific Guidance

See references/platforms.md for detailed formatting rules, character limits, and best practices for each platform.