‹ 首页

brainstorm-linkedin

@techwolf-ai · 收录于 1 周前

Generate LinkedIn post ideas from external sources (files, URLs, research). Use when the user provides source material (PDFs, URLs, articles) to brainstorm topics. NOT for writing or developing drafts - use write-linkedin-post instead.

适合你,如果你需要从文件或链接中提炼领英发帖灵感

/ 下载安装
brainstorm-linkedin.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add techwolf-ai/ai-first-toolkit/brainstorm-linkedin
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- techwolf-ai/ai-first-toolkit/brainstorm-linkedin
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify techwolf-ai/ai-first-toolkit/brainstorm-linkedin
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
90GitHub stars
~478上下文体积 · 单文件
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · 8b3107b

Brainstorm LinkedIn Posts from Source Material

Generate LinkedIn post ideas based on external context provided by the user.

Process
  1. Read ALL published posts (MANDATORY - to avoid topic/angle overlap): ```bash ./scripts/print-published.sh linkedin-post ``` This prints all published posts with full content in one call. Note:
  2. Core insights already covered
  3. Data points already used
  4. Angles already explored

Do not suggest ideas that repeat existing coverage.

  1. Read the style guide:
  2. guidelines/linkedin.md
  3. references/professional-profile.md
  1. Process the provided context (user will provide one or more of):
  2. Files (PDFs, documents, research papers)
  3. URLs (articles, blog posts, announcements)
  4. Raw text or ideas
  1. Identify 2-4 promising angles by considering:
  2. What's the unique insight for a professional audience?
  3. How does this connect to the author's expertise?
  4. What's the hook that works in the first 210 characters?
  5. Is there a personal angle or company connection?
  1. Present ideas with for each:
  2. Proposed title
  3. Core insight (1 sentence)
  4. Hook approach (personal anecdote, company experience, surprising outcome, or news)
  5. Why it fits the author's voice
  1. Ask user to choose:
  2. Which idea(s) to develop
  3. Whether to create as idea (01-ideas) or draft (02-drafts)
Evaluation Criteria

Strong LinkedIn post ideas have:

  • A concrete hook in the first 210 characters
  • A clear insight that provides value
  • Connection to the author's expertise areas
  • Room for a personal or company angle
  • Appropriate scope for the target word count
Creating Files

After user selection, get timestamp:

date -u +"%Y%m%d-%H%M%S"  # For slug
date -u +"%Y-%m-%dT%H:%M:%S.000Z"  # For created/lastUpdated

Create file at: content/posts/linkedin-post/{slug}-{slugified-title}.yaml

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。