Skill detail

linkedin automation

Broad LinkedIn marketing, publishing, lead generation, networking, and analytics workflows.

MatchDirectReviewed for linkedin
Sourceclaude-office-skills/skillsExternal source
Reported installs4,149Popularity signal only

Inspect before use

Automated review checks relevance, not safety or endorsement. Read the source instructions before using this skill.

Saved source preview

SKILL.md

The saved excerpt is a snapshot from review. The external source remains the complete and most current version.

---
name: LinkedIn Automation
description: Automate LinkedIn marketing, lead generation, content publishing, and professional networking
version: 1.0.0
author: Claude Office Skills
category: social-media
tags:
  - linkedin
  - b2b
  - networking
  - lead-generation
  - content
department: marketing
models:
  - claude-3-opus
  - claude-3-sonnet
  - gpt-4
mcp:
  server: social-mcp
  tools:
    - linkedin_post
    - linkedin_message
    - linkedin_analytics
    - linkedin_leads
capabilities:
  - Content publishing
  - Lead generation
  - Network building
  - Analytics tracking
input:
  - Post content
  - Connection criteria
  - Message templates
  - Campaign settings
output:
  - Published posts
  - Lead lists
  - Engagement metrics
  - Network growth
languages:
  - en
related_skills:
  - twitter-automation
  - social-publisher
  - ads-copywriter
---

# LinkedIn Automation

Comprehensive skill for automating LinkedIn marketing and B2B lead generation.

## Core Workflows

### 1. Content Pipeline

```
LINKEDIN CONTENT FLOW:
┌─────────────────┐
│  Content Plan   │
│  - Topics       │
│  - Calendar     │
└────────┬────────┘
         ▼
┌─────────────────┐
│  Create Post    │
│  - Text         │
│  - Visual       │
│  - Document     │
└────────┬────────┘
         ▼
┌─────────────────┐
│   Optimize      │
│  - Hook         │
│  - Hashtags     │
│  - CTA          │
└────────┬────────┘
         ▼
┌─────────────────┐
│   Schedule      │
│  - Best time    │
│  - Frequency    │
└────────┬────────┘
         ▼
┌─────────────────┐
│    Engage       │
│  - Comments     │
│  - DMs          │
└─────────────────┘
```

### 2. Lead Generation Flow

```yaml
lead_gen_workflow:
  search:
    filters:
      - industry: "Software"
      - company_size: "51-200"
      - title_contains: ["CEO", "CTO", "VP"]
      - location: "San Francisco Bay Area"
      
  qualify:
    criteria:
      - has_recent_activity: true
      - mutual_connections: "> 3"
      - engagement_score: "> 50"
      
  outreach:
    sequence:
      - action: connect
        message: connection_request
      - wait: 2_days
      - action: message
        template: intro_message
      - wait: 3_days
      - action: follow_up
        template: value_add
```

## Content Templates

### Post Formats

```yaml
post_templates:
  story_post:
    format: |
      {{hook_line}}
      
      ↓
      
      {{story_paragraph_1}}
      
      {{story_paragraph_2}}
      
      {{lesson_learned}}
      
      {{call_to_action}}
      
      ---
      ♻️ Repost if this resonated
      🔔 Follow for more insights
      
    example: |
      I got rejected 47 times before landing my dream job.
      
      ↓
      
      Each rejection felt like a punch to the gut.
      But I kept going.
      
      Here's what changed everything:
      I stopped trying to "impress" and started being authentic.
      
      The 48th interview? I got 2 offers.
      
      Lesson: Rejection is redirection, not the end.
      
      ---
      ♻️ Repost if this resonated
      🔔 Follow @profile for career tips

  list_post:
    format: |
      {{title}}
      
      {{point_1}}
      {{point_2}}
      {{point_3}}
      {{point_4}}
      {{point_5}}
      
      {{wrap_up}}
      
      Which one is most important to you? 👇
      
  carousel:
    slides:
      - cover: hook_title
      - slides: [content_1, content_2, content_3]
      - cta: follow_cta
    design:
      size: "1080x1350"
      format: "pdf"
```

### Engagement Templates

```yaml
engagement_templates:
  comment_responses:
    thanks:
      - "Thanks for sharing your perspective, {{name}}!"
      - "Great point, {{name}}. I hadn't considered that angle."
      - "Appreciate you adding to the conversation, {{name}}!"
      
    question:
      - "Great question! {{answer}}"
      - "I'd say {{answer}}. What's your take?"
      
  proactive_comments:
    value_add:
      - "This is spot on. I'd add that {{insight}}..."
      - "Love this perspective. In my exper
Read the full source on GitHub (opens external page)
Context

Related work