返回 Skills 列表
💼

LinkedIn Writer

写出像真人的 LinkedIn 帖子。

社区

📦安装

在终端中运行以下命令安装此 Skill:

clawhub install publora-linkedin

✨ 主要特性

  • 专业的 LinkedIn 内容风格
  • 职业故事和案例编写
  • 行业洞察生成
  • Engagement 优化
  • 个人品牌建设建议
  • Hashtag 和提及优化

📖 使用指南

创建 LinkedIn 帖子

生成专业且吸引人的 LinkedIn 内容

import { LinkedInWriter } from "@ima-claw/linkedin-writer"

const writer = new LinkedInWriter()
const post = await writer.create({
  topic: "远程工作的挑战与机遇",
  format: "story",
  length: "medium",
  includeCallToAction: true
})

文章创作

创作长篇 LinkedIn 文章

const article = await writer.writeArticle({
  title: "2024年技术趋势预测",
  sections: 5,
  industry: "technology",
  addInfographic: true
})

💡 示例代码

个人品牌内容

打造个人品牌的内容系列

const brandSeries = await writer.createBrandSeries({
  expertise: "AI产品管理",
  postsPerWeek: 3,
  duration: 4,
  focus: ["insights", "tips", "stories"]
})

评论生成

为他人帖子生成有价值的评论

const comment = await writer.generateComment({
  postContent: "原始帖子内容...",
  perspective: "expert",
  addValue: true,
  length: "concise"
})

🔧 故障排除

  • LinkedIn 内容建议控制在 1300 字符内
  • 使用相关行业标签提高可见度
  • 定期发布保持账号活跃度
  • 避免过度营销保持专业性