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.
适合你,如果你需要从文件或链接中提炼领英发帖灵感
/ 下载安装
用别的 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
Brainstorm LinkedIn Posts from Source Material
Generate LinkedIn post ideas based on external context provided by the user.
Process
- 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:
- Core insights already covered
- Data points already used
- Angles already explored
Do not suggest ideas that repeat existing coverage.
- Read the style guide:
guidelines/linkedin.mdreferences/professional-profile.md
- Process the provided context (user will provide one or more of):
- Files (PDFs, documents, research papers)
- URLs (articles, blog posts, announcements)
- Raw text or ideas
- Identify 2-4 promising angles by considering:
- What's the unique insight for a professional audience?
- How does this connect to the author's expertise?
- What's the hook that works in the first 210 characters?
- Is there a personal angle or company connection?
- Present ideas with for each:
- Proposed title
- Core insight (1 sentence)
- Hook approach (personal anecdote, company experience, surprising outcome, or news)
- Why it fits the author's voice
- Ask user to choose:
- Which idea(s) to develop
- 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 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…