跳到主要内容
知仓学习社ZHICANG

linkedin-engagement

Use when someone wants to grow reach through comments, replies, groups, or outreach on LinkedIn — a commenting roster, a connection request note, a …

不碰外部(只输出文字)无严重或高危命中alirezarezvani/claude-skills

它会碰到什么

扫了多少8 个文本文件,53 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

LinkedIn Engagement — comments first, outreach second

From a standing start your posts reach almost nobody, and publishing harder does not fix it.

A substantive comment on a post that already has an audience puts your name, headline, and a

paragraph of thinking in front of people already reading about your subject, for six minutes

of work — the cheapest distribution on the platform, and the most badly used.

Nothing here sends anything — no credentials, no API calls. Automated connecting,

messaging, commenting, liking, and sharing are prohibited by User Agreement §8.2.

Workflow

1. Build the comment roster. Name 8-12 accounts they would read anyway, with audience

overlap and rough size tier, then:

python3 scripts/comment_target_planner.py --account "Priya Raman:5:4:larger" \
  --account "Tomas Lind:5:3:peer" --minutes-per-day 18 --output human

Tiers are huge (10x+, crowded), larger (2-10x, the best ratio), peer (~1x, where

reciprocity compounds), smaller (goodwill). The roster caps any account at twice a week —

commenting daily on one person reads as following them around — and keeps the huge tier under

half of any day. It builds the roster, never the comments: a generated comment is exactly

what §8.2 names, and it is recognisable anyway.

2. Outreach — check the volume before writing anything.

python3 scripts/outreach_volume_guard.py --invites 20 --pending 5 --minutes 120 \
  --acceptance 0.42 --output human

Exit 0 safe / 2 tight / 3 over a cap or the time budget / 4 refused above 40 invitations

a day, because nobody reads that many profiles and writes that many specific lines. Pending

invitations count against the weekly limit (observed around 100), and acceptance below 20% is

a stop signal — it is the pattern LinkedIn reviews, and the targeting is wrong.

3. Write one message, for one person.

python3 scripts/outreach_message_builder.py --type connection \
  --recipient "Priya" --specific-line "..." --reason "..." --output human

It refuses without a person-specific line, refuses an ask in a first-touch connection note,

and enforces the 200-character cap (300 with --premium). In large third-party samples a

note barely moves acceptance (~26.4% either way) but roughly doubles the post-accept reply

rate: the note earns the conversation, not the meeting.

4. The order that works. Comment on their work for two weeks. Then invite, referencing

something specific from that reading. Then, after acceptance and a pause, ask once, small.

Rules

  • Nothing is auto-sent. Ever. The user pastes and sends, one person at a time.
  • No engagement pods. Coordinated reciprocal commenting is inauthentic engagement under

§8.2 regardless of who pressed the key. Build a real reciprocity list instead.

  • Every message carries a line that could only have been written for that person.
  • Never paste the same comment twice. Identical comments at volume are the definition of

the thing §8.2 prohibits.

  • One follow-up, a week later, only with something new to say.
  • Agreement is not a comment. Add the counter-example, the number, or the case where it

breaks — or skip the slot.

Scripts

| Script | Role |

|---|---|

| [scripts/comment_target_planner.py](scripts/comment_target_planner.py) | Weekly roster from scored accounts, inside a time budget, with per-account and per-tier caps. |

| [scripts/outreach_message_builder.py](scripts/outreach_message_builder.py) | Assembles one message; refuses templates, premature asks, and 14 dead phrases. |

| [scripts/outreach_volume_guard.py](scripts/outreach_volume_guard.py) | Caps invitations against the observed weekly limit, pending backlog, acceptance floor, and the hours available. |

References and assets

  • [references/comment_strategy.md](references/comment_strategy.md) — tiers, what a comment competes on, pods, replying to your own posts (7 sources)
  • [references/outreach_ethics_and_benchmarks.md](references/outreach_ethics_and_benchmarks.md) — the benchmark numbers with their provenance, and the personalisation claim corrected (7 sources)
  • [assets/outreach_worksheet.md](assets/outreach_worksheet.md) — fillable per-person prep sheet
  • [assets/example_outreach.json](assets/example_outreach.json) — input shape for the builder

Distinct from

  • linkedin-content — writes posts. A comment is a different craft on a different budget.
  • marketing-skill/cold-email — email. Different channel, law, and caps.
  • business-growth/, commercial/ — sales process and deal economics, not networking.

Version: 1.0.0

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

它属于哪个仓库

星标★ 26,030
本站分层T1
该仓技能数846
原文件路径marketing/linkedin/skills/linkedin-engagement/SKILL.md

同一个仓库里的其他技能

看这个仓库的全部 846 个技能

同名技能的其他版本

有 2 个不同仓库或目录里都有叫 linkedin-engagement 的技能。它们内容并不相同,别混用: