linkedin-viral-pro

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

LinkedIn Viral Pro — Orchestrator

LinkedIn爆款专业工具 — 编排器

This skill engineers virality end-to-end. Every output includes: the post, the visual plan, NotebookLM instructions, Gemini image prompts, Canva guidance, and strategy.
该技能可端到端打造内容传播力,每份输出都包含:帖子内容、视觉方案、NotebookLM使用说明、Gemini图片提示词、Canva操作指引以及运营策略。

The Pipeline

工作流程

CLAUDE (you are here)
  ↓ writes post + decides visual format + generates all prompts
NOTEBOOKLM
  ↓ user pastes Claude's content → researches deeper → builds structure
GEMINI
  ↓ user pastes image prompts → generates supporting visuals
CANVA
  ↓ user builds final visual using structure + images
LINKEDIN
  ↓ post + visual published together for maximum reach

CLAUDE (you are here)
  ↓ writes post + decides visual format + generates all prompts
NOTEBOOKLM
  ↓ user pastes Claude's content → researches deeper → builds structure
GEMINI
  ↓ user pastes image prompts → generates supporting visuals
CANVA
  ↓ user builds final visual using structure + images
LINKEDIN
  ↓ post + visual published together for maximum reach

First-Run Protocol

首次运行协议

  1. Check if
    config/user-profile.md
    exists in the PROJECT ROOT
  2. If NOT: read
    templates/user-profile.md
    from this skill folder, create
    config/user-profile.md
    in project root from it, tell the user to fill it out, and STOP. Do not proceed until profile is filled.
  3. If YES: read it and load user context for all subsequent operations.
  4. Also check if
    config/strategy.md
    exists — if yes, read it for learned preferences that should influence all decisions.

  1. 检查项目根目录下是否存在
    config/user-profile.md
  2. 如果不存在:读取本技能文件夹下的
    templates/user-profile.md
    ,以此为模板在项目根目录创建
    config/user-profile.md
    ,告知用户填写该文件并终止运行,用户完成资料填写前不要继续操作。
  3. 如果存在:读取该文件并加载用户上下文,用于后续所有操作。
  4. 同时检查是否存在
    config/strategy.md
    ,如果存在则读取其中记录的用户偏好,用于指导所有决策。

Command Routing

指令路由

"Give me a post" / "Write a post about X" / "Post idea"

"给我生成一篇帖子" / "写一篇关于X的帖子" / "帖子创意"

  1. Read
    config/user-profile.md
    +
    config/strategy.md
    (if exists)
  2. Read
    agents/post-writer.md
    from this skill folder — follow its FULL instructions
  3. After writing the post, ask visual mode (Step 4.5 in post-writer.md): A / B / C or any combination — save to
    config/strategy.md
    as
    visual_mode
  4. Create folder
    content/YYYY-MM/DD-topic-slug/
    in project root
  5. Output files using templates: post.md, prompts.md, strategy-brief.md, performance.md
  6. Present everything in one response — output only the sections matching the selected visual mode
  1. 读取
    config/user-profile.md
    +
    config/strategy.md
    (如果存在)
  2. 读取本技能文件夹下的
    agents/post-writer.md
    ,严格遵循其全部说明操作
  3. 写完帖子后,询问用户视觉模式(见post-writer.md第4.5步):A / B / C或任意组合,将选择结果作为
    visual_mode
    保存到
    config/strategy.md
  4. 在项目根目录创建文件夹
    content/YYYY-MM/DD-topic-slug/
  5. 基于模板输出以下文件:post.md、prompts.md、strategy-brief.md、performance.md
  6. 在单次响应中呈现所有内容,仅输出与所选视觉模式匹配的章节

"Create calendar" / "Plan my month" / "Content calendar"

"创建日历" / "规划我的月度内容" / "内容日历"

  1. Read
    config/user-profile.md
    +
    config/strategy.md
    (if exists)
  2. Read
    agents/content-calendar.md
    — follow its full instructions
  3. Create
    content/calendars/YYYY-MM-calendar.md
    in project root
  4. Offer to scaffold individual post folders
  1. 读取
    config/user-profile.md
    +
    config/strategy.md
    (如果存在)
  2. 读取
    agents/content-calendar.md
    ,严格遵循其全部说明操作
  3. 在项目根目录创建
    content/calendars/YYYY-MM-calendar.md
  4. 支持为单篇帖子创建对应文件夹框架

"Analyze this post" / "Score this" / "Rate my post"

"分析这篇帖子" / "给这个帖子打分" / "评估我的帖子"

  1. Read
    agents/post-analyzer.md
    — follow its full instructions
  2. Score the post, output fixes if below 40/50
  1. 读取
    agents/post-analyzer.md
    ,严格遵循其全部说明操作
  2. 给帖子打分,如果分数低于40/50则输出优化方案

"Analyze performance" / "How am I doing" / "What's working"

"分析表现" / "我的运营情况怎么样" / "哪些内容效果好"

  1. Read
    agents/performance-analyzer.md
    — follow its full instructions
  2. Scan all
    content/**/performance.md
    files in project root
  3. Analyze any attached/pasted images or PDFs
  4. Update
    config/strategy.md
    in project root
  1. 读取
    agents/performance-analyzer.md
    ,严格遵循其全部说明操作
  2. 扫描项目根目录下所有
    content/**/performance.md
    文件
  3. 分析所有上传/粘贴的图片或PDF
  4. 更新项目根目录下的
    config/strategy.md

"Generate visuals" / "Give me image prompts" / "Make an infographic"

"生成视觉素材" / "给我图片提示词" / "制作信息图"

  1. Read
    agents/visual-generator.md
    — follow its full instructions
  1. 读取
    agents/visual-generator.md
    ,严格遵循其全部说明操作

"What's trending?" / "Find me topics" / "Latest news in [niche]"

"有什么热门趋势?" / "给我找一些话题" / "[细分领域]的最新消息"

  1. Read
    config/user-profile.md
    +
    config/strategy.md
  2. Read
    agents/trend-scout.md
    — follow its full instructions
  3. Use WebSearch to find trending topics, viral posts, and breaking news in user's niche
  4. Present structured trend report with post angles
  5. Save top findings to
    content/ideas/ideas.md
    (append, don't overwrite)
  1. 读取
    config/user-profile.md
    +
    config/strategy.md
  2. 读取
    agents/trend-scout.md
    ,严格遵循其全部说明操作
  3. 使用WebSearch查找用户所在细分领域的热门话题、爆款帖子和突发新闻
  4. 输出结构化的趋势报告,附带帖子创作角度
  5. 将核心发现保存到
    content/ideas/ideas.md
    (追加写入,不要覆盖原有内容)

"Content ideas" / "What should I post"

"内容创意" / "我该发什么内容"

  1. Read
    config/user-profile.md
    +
    config/strategy.md
  2. Read
    agents/trend-scout.md
    — run a quick trend search first
  3. Read
    references/viral-frameworks.md
    +
    references/hook-library.md
  4. Generate 5-10 content ideas with: topic, angle, framework, visual format
  5. Save to
    content/ideas/ideas.md
    (append, don't overwrite)

  1. 读取
    config/user-profile.md
    +
    config/strategy.md
  2. 读取
    agents/trend-scout.md
    ,先快速执行一次趋势搜索
  3. 读取
    references/viral-frameworks.md
    +
    references/hook-library.md
  4. 生成5-10个内容创意,包含:主题、创作角度、使用框架、视觉格式
  5. 保存到
    content/ideas/ideas.md
    (追加写入,不要覆盖原有内容)

Global Rules (Apply to ALL outputs)

全局规则(适用于所有输出内容)

  • Never start with "I am excited to share..."
  • Never use corporate jargon (synergy, leverage, circle back)
  • Never write paragraphs longer than 3 lines
  • Never end with "Follow me for more"
  • Never use more than 5 hashtags
  • Never put external links in the post body (first comment only)
  • Never generate a visual for a story/hot take post (kills reach)
  • Never give Gemini a vague prompt — always include style, mood, colors, subject
  • All file paths for references/agents/templates are RELATIVE to this skill folder

  • 永远不要以"我很高兴分享..."开头
  • 永远不要使用企业行话(协同、复用、同步等)
  • 永远不要撰写超过3行的段落
  • 永远不要以"关注我获取更多内容"结尾
  • 永远不要使用超过5个话题标签
  • 永远不要在帖子正文中放外部链接(仅可放在第一条评论中)
  • 永远不要为观点/热点类帖子生成视觉素材(会降低曝光量)
  • 永远不要给Gemini模糊的提示词,必须包含风格、氛围、颜色、主体信息
  • 所有参考/Agent/模板文件的路径都是相对于本技能文件夹的相对路径

Reference Files

参考文件

FilePurpose
references/viral-frameworks.md
17 proven post formulas with examples
references/hook-library.md
90+ hooks sorted by type and niche
references/algorithm-intelligence.md
LinkedIn algo mechanics 2024-2026
references/cta-arsenal.md
40+ CTAs that drive real engagement
references/notebooklm-prompts.md
NotebookLM paste content + prompts
references/gemini-image-prompts.md
Gemini image prompt formulas + styles
references/canva-visual-guide.md
Canva templates, dimensions, layouts
文件用途
references/viral-frameworks.md
17种经过验证的帖子创作公式及示例
references/hook-library.md
90+个按类型和细分领域分类的钩子素材
references/algorithm-intelligence.md
2024-2026年LinkedIn算法运行机制
references/cta-arsenal.md
40+个可带来真实互动的CTA素材
references/notebooklm-prompts.md
NotebookLM粘贴内容及提示词模板
references/gemini-image-prompts.md
Gemini图片提示词公式及风格参考
references/canva-visual-guide.md
Canva模板、尺寸、布局参考

Agent Files

Agent文件

FilePurpose
agents/post-writer.md
Full post creation pipeline
agents/content-calendar.md
Monthly calendar generation
agents/post-analyzer.md
Score posts (50-point rubric)
agents/visual-generator.md
Gemini/Canva/NotebookLM prompts
agents/performance-analyzer.md
Analyze results, update strategy
agents/trend-scout.md
Search trending topics & news
文件用途
agents/post-writer.md
完整的帖子创作流程
agents/content-calendar.md
月度内容日历生成
agents/post-analyzer.md
帖子打分(50分评分标准)
agents/visual-generator.md
Gemini/Canva/NotebookLM提示词生成
agents/performance-analyzer.md
发布结果分析、策略更新
agents/trend-scout.md
热门话题及新闻搜索

Template Files

模板文件

FilePurpose
templates/post.md
Post file structure
templates/prompts.md
Visual production prompts structure
templates/performance.md
Performance tracking (user fills)
templates/strategy-brief.md
Per-post strategy
templates/calendar.md
Monthly calendar structure
templates/user-profile.md
User context (first-run setup)
文件用途
templates/post.md
帖子文件结构
templates/prompts.md
视觉素材制作提示词结构
templates/performance.md
表现跟踪表(用户填写)
templates/strategy-brief.md
单篇帖子运营策略
templates/calendar.md
月度内容日历结构
templates/user-profile.md
用户上下文资料(首次运行设置)