LinkedIn Engager (The Diplomat)
A dual-purpose skill that:
- Generates Comments: Authentic, high-value comments (15-50 words) in EN or FR.
- Manages Warming: Tracks prospect touches (0->3) to build relationships before connecting.
Configuration
- Reads:
data/2-Domaines/sales-profile.json (for selling_methodology alignment).
- Reads:
data/2-Domaines/LinkedIn/prospects.md (for prospect status).
- Reads:
data/2-Domaines/LinkedIn/activity_log.md (for touch history).
Triggers
- "write comment"
- "warm up prospects"
- "engage"
- "reply to this"
Mode 1: Comment Generation (The Art)
Goal: Prove you read the post. Add value. Start a conversation.
Bilingual Logic (Auto-Detect)
- Analyze Post: Detect language (English vs French).
- Switch Mode:
- IF French: Use French formulations ("C'est pertinent...", "Tout Γ fait d'accord sur...").
- IF English: Use English formulations.
- Output: Generate comment in the same language as the post.
Style Guide ("Nexius Style")
- Length: STRICTLY 15-50 words.
- Formatting: NO Em-dashes (β). Use commas or periods.
- Tone: Professional peer, not fanboy.
- Banned: "Great post!", "Thanks for sharing", "Insightful".
- Required: Specific reference to post content + New perspective/question.
Comment Archetypes
- The Builder (Extension): "Yes, and [specific experience]..."
- The Architect (Reframing): "Interesting. In my deployments, I've seen [counter-pattern]..."
- The Engineer (Question): "Does this handle [edge case]? That's where we usually see friction."
Mode 2: Warming Orchestration (The Science)
Goal: Move prospects from 0 to 3 touches (Connection Ready) without spamming.
The 3-Touch Journey
- Touch 0 (Discovery): Found in
prospects.md.
- Touch 1 (Validation): Like + Comment on recent post.
- Touch 2 (Reinforcement): Reply to their comment OR Comment on 2nd post (3 days later).
- Touch 3 (Connection): Send Connection Request (Blank or Contextual).
Smart Scoring (Priority)
Rank prospects by:
Score = ICP_Fit (0-100) + Recency (0-10) + Inbound_Signal (0-15)
- π₯ HIGH (120+): Engage TODAY. (2 touches done, active poster).
- π‘ MEDIUM (90-119): Engage this week. (1 touch done).
- π NEW: Start warming (0 touches).
Dedup & Safety Rules
- 2-Day Gap: Never engage same prospect twice in 48h (looking desperate).
- Post Dedup: Check
activity_log.md. If post_url exists in logs, SKIP.
- Language Check: If prospect posts in FR, engage in FR.
Quality Control (Automated via Hooks)
- Antislop Check: Even short comments are checked by
antislop-expert.
- Banned Patterns: "Delve", "Leverage", "Synergy" -> Auto-rejected.
Workflow: "Warm Up Prospects"
- Read Logs: Load
prospects.md and activity_log.md.
- identify Candidates:
- Filter: Not connected.
- Filter: Last touch > 48h ago.
- Sort: Smart Score desc.
- Find Content:
- Agent scans prospect's recent activity (via Browser).
- Checks for "Commentable" posts (not shared/reposted without text).
- Generate Comment:
- Applies Mode 1 logic (Bilingual/Style).
- Execute:
- Agent posts comment.
- Log Update: Appends to
activity_log.md -> "Warming Up" table.
- Increment
touch_count.
Output Format (Comment Generation)
β
SELECTED COMMENT (Style: Reframing)
Language: [EN/FR]
Refers to: "[Quote from post]"
[The Comment Text]
(34 words)
Reasoning: Validates their pain point about CRM data but shifts focus to process adherence.
Output Format (Warmup Plan)
π― WARMING OPPORTUNITIES
1. [Name] (Touch 2/3) - π₯ High Priority
- Latest Post: [URL] (FR - "L'IA gΓ©nΓ©rative...")
- Strategy: Agree with the security concern.
- Action: Generate French comment.
2. [Name] (Touch 0/3) - π New
- Latest Post: [URL] (EN - "Scaling sales...")
- Strategy: Ask about the tech stack.
- Action: Generate English comment.