Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

linkedin-automation领英自动化

Agent Skill

linkedin-automation 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

26,129

周安装

679

GitHub Stars

89

下载量

8,780
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:linkedin-automation(领英自动化)
来源仓库:https://github.com/claude-office-skills/skills
仓库路径:skills/linkedin-automation
安装命令:
npx skills add https://github.com/claude-office-skills/skills --skill 'LinkedIn Automation'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/claude-office-skills/skills --skill 'LinkedIn Automation'

简介

用于 LinkedIn 内容规划与 B2B 线索自动化运营,提升社交影响力。

  • 包含发帖调度、评论互动与私信模板管理等功能模块。
  • 基于最佳发布时间与 engagement 规律优化传播效果。
  • 使用前应熟悉平台规则,避免高频操作触发风控限制。
  • 自动化行为需设置人工复核阈值保障品牌形象安全。linkedin-automation 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

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

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

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

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 experience, {{experience}}..."
      - "Couldn't agree more. The key is {{key_point}}..."

Outreach Automation

Connection Requests

connection_templates:
  mutual_connection:
    message: |
      Hi {{first_name}},

      I noticed we're both connected to {{mutual}}.
      I'm impressed by your work at {{company}}.

      Would love to connect and learn more about
      what you're building.

      Best,
      {{my_name}}

  shared_interest:
    message: |
      Hi {{first_name}},

      I came across your post about {{topic}} and
      found it really insightful.

      I'm also passionate about {{topic}} and would
      love to connect.

      Looking forward to learning from you!

Message Sequences

outreach_sequence:
  - step: 1
    type: connection_request
    template: mutual_connection

  - step: 2
    trigger: connection_accepted
    delay: 2_days
    type: message
    template: |
      Thanks for connecting, {{first_name}}!

      I'm curious - what's the biggest challenge
      you're facing with {{pain_point}} right now?

  - step: 3
    trigger: no_response
    delay: 5_days
    type: message
    template: |
      Hi {{first_name}},

      Just wanted to share this {{resource_type}}
      on {{topic}} - thought you might find it useful:

      {{resource_link}}

      No strings attached, just thought of you!

  - step: 4
    trigger: response_received
    type: personalized
    action: manual_follow_up

Company Page Management

Page Content Strategy

company_page:
  content_pillars:
    - thought_leadership: 40%
    - company_culture: 25%
    - product_updates: 20%
    - industry_news: 15%

  posting_schedule:
    frequency: 5_per_week
    best_times:
      - "08:00"
      - "12:00"
      - "17:30"
    best_days:
      - tuesday
      - wednesday
      - thursday

  employee_advocacy:
    enabled: true
    suggested_posts: weekly
    gamification: true

Showcase Pages

showcase_pages:
  - name: "{{Product}} Solutions"
    focus: product_specific_content
    audience: target_buyers

  - name: "{{Company}} Careers"
    focus: employer_branding
    audience: potential_candidates

LinkedIn Ads

Campaign Types

ad_campaigns:
  sponsored_content:
    objective: lead_generation
    format: single_image
    targeting:
      job_titles: ["Marketing Manager", "CMO"]
      company_size: ["51-200", "201-500"]
      industries: ["Software", "SaaS"]
    budget: 100_per_day

  message_ads:
    objective: conversions
    sender: sales_rep
    template: |
      Hi {{first_name}},

      I noticed {{company}} is growing rapidly.
      Many similar companies are using {{product}}
      to {{benefit}}.

      Would you be open to a quick chat?

      {{cta_button}}

  lead_gen_forms:
    fields:
      - first_name
      - last_name
      - email
      - company
      - job_title
    offer: "Download our free guide"

Analytics Dashboard

LINKEDIN ANALYTICS - LAST 30 DAYS
═══════════════════════════════════════

PROFILE:
Views:        2,450 (+18%)
Connections:  +156
Search Appearances: 892

POST PERFORMANCE:
┌────────────────────────────────────────┬────────┬────────┐
│ Post                                    │ Impr.  │ Eng.   │
├────────────────────────────────────────┼────────┼────────┤
│ "The hiring mistake I made..."         │ 45,230 │ 8.2%   │
│ "5 lessons from 10 years..."           │ 32,450 │ 6.8%   │
│ Product announcement                    │ 12,340 │ 3.2%   │
└────────────────────────────────────────┴────────┴────────┘

ENGAGEMENT:
Likes:        1,234
Comments:     456
Shares:       89
Saves:        234

AUDIENCE GROWTH:
Week 1: +45  ████████████░░░░
Week 2: +52  ██████████████░░
Week 3: +38  ██████████░░░░░░
Week 4: +21  █████░░░░░░░░░░░

COMPANY PAGE:
Followers:    8,450 (+320)
Page Views:   4,230
Post Reach:   125,000

Lead Management

Lead Scoring

lead_scoring:
  criteria:
    profile_completeness:
      photo: 5
      headline: 5
      summary: 10

    engagement:
      liked_post: 5
      commented: 15
      shared: 20
      dm_response: 25

    fit:
      title_match: 20
      company_size_match: 15
      industry_match: 10

  tiers:
    hot: "> 75"
    warm: "50-75"
    cold: "< 50"

CRM Integration

crm_sync:
  triggers:
    - new_connection
    - message_received
    - lead_form_submitted

  mapping:
    linkedin_url: crm_linkedin_field
    company: crm_company
    title: crm_job_title

  actions:
    create_contact: true
    add_to_sequence: true
    notify_owner: true

Best Practices

  1. Consistency: Post 3-5 times per week
  2. Value First: Give before you ask
  3. Engage Authentically: Real comments, not generic
  4. Optimize Profile: Photo, headline, summary
  5. Use Hooks: First line must grab attention
  6. Storytelling: Personal stories perform best
  7. Hashtags: 3-5 relevant hashtags
  8. Respond Quickly: Engage in first hour

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.32%
按下载量换算3,189

Claude

27.72%
按下载量换算2,434

Cursor

19.16%
按下载量换算1,682

Gemini CLI

10.31%
按下载量换算905

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills