/cs:linkedin-outreach — Build a weekly commenting roster inside a real time budget, and write one outreach message at a time that refuses to be a template. Caps
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-skills-5b82158d00e2 ,按照其中的说明把「cs-linkedin-outreach」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Command: /cs:linkedin-outreach [who, and how much time]
Nothing here is sent. No credentials, no API calls. Automated connecting, messaging, commenting, liking, and sharing are prohibited by LinkedIn's User Agreement §8.2.
# 1. Roster (tiers: huge | larger | peer | smaller)
python3 ../skills/linkedin-engagement/scripts/comment_target_planner.py \
--account "Priya Raman:5:4:larger" --account "Tomas Lind:5:3:peer" \
--minutes-per-day 18 --output human
# 2. Volume check BEFORE writing anything
python3 ../skills/linkedin-engagement/scripts/outreach_volume_guard.py \
--invites 20 --pending 5 --minutes 120 --acceptance 0.42 --output human
# exit 4 = refused as an automation plan. Do not build a smaller version of it silently.
# 3. One message, for one person
python3 ../skills/linkedin-engagement/scripts/outreach_message_builder.py \
--type connection --recipient "Priya" --specific-line "..." --reason "..." --output human
linkedin-engagementoutreach_worksheet.md