Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

linkedin-signal-detectorlinkedin 信号检测器

Agent Skill

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

总安装

1,979

周安装

85

GitHub Stars

公开资料未说明

下载量

694
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:linkedin-signal-detector(linkedin 信号检测器)
来源仓库:https://github.com/nicemaths123/linkedin-signal-detector
安装命令:
openclaw skills install linkedin-signal-detector
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install linkedin-signal-detector

简介

检测 LinkedIn 招聘和增长信号,以识别和评分准备购买的公司,然后生成人工智能制作的个性化外展消息。

SKILL.md

🎯 LinkedIn B2B Buying Signal Detector

Slug: linkedin-buying-signal-detector Category: Sales Intelligence / Lead Generation Powered by: Apify + Claude AI

Detect who is ready to buy RIGHT NOW by analyzing LinkedIn job postings, company growth signals, tech stack changes, and hiring patterns — then auto-generate hyper-personalized outreach messages.

💡 Why This Skill Dominates

Most lead gen tools find *who* to contact. This skill tells you *when* to contact them — at the exact moment they have budget, urgency, and intent. No SaaS equivalent under $2,000/month.

Buying signals detected:

  • 🚀 Company hiring Sales/Marketing roles → scaling, has budget
  • 🔧 Hiring DevOps/Cloud Engineers → infrastructure investment incoming
  • 📈 Headcount growth > 20% in 90 days → expansion phase
  • 💼 New C-level hire (CMO, CTO, VP Sales) → new budget owner, new priorities
  • 📣 Job descriptions mentioning competitor tools → switching signal
  • 🏆 Recent funding round mention in job posts → fresh cash to spend

🛠️ Apify Actors Used

Get your Apify API key here: https://www.apify.com?fpr=dx06p
ActorIDPurpose
LinkedIn Jobs Scrapercurious_coder/linkedin-jobs-scraperScrape job postings by company/keyword
LinkedIn Company Scraperanchor/linkedin-company-scraperExtract headcount, growth, funding info
Google News Scraperapify/google-news-scraperDetect funding rounds, press releases
LinkedIn Profile Scraperdev_fusion/linkedin-profile-scraperFind decision-makers + contact info

⚙️ Workflow

INPUT: Target niche + location + ICP criteria
        ↓
STEP 1 — Scrape LinkedIn Jobs (last 30 days)
  └─ Filter by: hiring roles = buying signals
        ↓
STEP 2 — Scrape Company Profiles
  └─ Extract: headcount, growth %, tech stack, funding
        ↓
STEP 3 — Score each company (0–100 intent score)
  └─ Weighted signals → Hot / Warm / Cold
        ↓
STEP 4 — Find Decision Makers
  └─ CEO / VP Sales / CMO / CTO profiles + emails
        ↓
STEP 5 — Claude AI generates personalized outreach
  └─ Email + LinkedIn message referencing the exact signal
        ↓
OUTPUT: Scored lead list + ready-to-send messages (CSV / JSON / Notion / CRM)

📥 Inputs

{
  "niche": "SaaS companies",
  "location": "France",
  "hiring_signals": ["Sales Manager", "Growth Hacker", "DevOps Engineer"],
  "min_employees": 10,
  "max_employees": 500,
  "days_lookback": 30,
  "max_companies": 50,
  "apify_token": "YOUR_APIFY_TOKEN",
  "output_format": "csv"
}

📤 Output Example

{
  "companies": [
    {
      "name": "ScaleUp SAS",
      "website": "scaleup.fr",
      "linkedin_url": "linkedin.com/company/scaleup-sas",
      "headcount": 87,
      "growth_90d": "+34%",
      "intent_score": 91,
      "intent_label": "🔥 HOT",
      "signals_detected": [
        "Hiring VP Sales (posted 3 days ago)",
        "Hiring 4 SDRs simultaneously",
        "Job post mentions switching from HubSpot to Salesforce"
      ],
      "decision_makers": [
        {
          "name": "Marie Dupont",
          "title": "CEO",
          "linkedin": "linkedin.com/in/marie-dupont",
          "email": "m.dupont@scaleup.fr"
        }
      ],
      "ai_outreach": {
        "email_subject": "ScaleUp × [Votre outil] — timing parfait ?",
        "email_body": "Bonjour Marie, j'ai remarqué que ScaleUp recrute activement un VP Sales et 4 SDRs en ce moment...",
        "linkedin_message": "Marie, votre croissance de 34% en 90 jours est impressionnante..."
      }
    }
  ],
  "summary": {
    "total_companies_analyzed": 50,
    "hot_leads": 8,
    "warm_leads": 19,
    "cold_leads": 23,
    "run_date": "2025-02-28"
  }
}

🧠 Claude AI Prompt (Scoring + Outreach)

You are a B2B sales intelligence expert. 

Given this company data:
- Company: {{company_name}}
- Recent job postings: {{job_titles}}
- Headcount growth: {{growth_pct}}% in 90 days
- Signals detected: {{signals}}
- Target decision maker: {{dm_name}}, {{dm_title}}

1. Calculate an intent score from 0-100 based on the signals.
2. Label as: 🔥 HOT (80+), ⚡ WARM (50-79), ❄️ COLD (<50)
3. Write a personalized cold email (subject + 5 lines max) referencing 
   the MOST compelling signal.
4. Write a LinkedIn message (300 chars max) that feels human, not spammy.

Return valid JSON only.

💰 Cost Estimate (Apify Compute Units)

VolumeEstimated CUApify Cost
10 companies~15 CU~$0.15
50 companies~60 CU~$0.60
200 companies~220 CU~$2.20
1,000 companies~1,000 CU~$10
💡 Start free: Apify offers $5 free credits/month — enough to test 500 companies. 👉 Create your free Apify account here

🚀 Setup Instructions

1. Get Your Apify API Token

  1. Sign up at https://www.apify.com?fpr=dx06p
  2. Go to Settings → Integrations → API Token
  3. Copy your token

2. Configure the Skill

Paste your Apify token in the apify_token field when running the skill.

3. Define Your ICP

Specify your Ideal Customer Profile:

  • Industry / niche
  • Company size range
  • Location
  • Hiring roles that signal buying intent for YOUR product

4. Run & Export

Results are exported as CSV, JSON, or pushed directly to Notion / Airtable / your CRM.


🔗 Integrations

PlatformAction
SlackAlert when 🔥 HOT lead detected
NotionAuto-populate leads database
AirtableCRM-ready structured output
HubSpot / PipedriveDirect lead import via webhook
EmailWeekly digest of top signals

📊 Competitive Advantage vs Existing Skills

FeatureB2B Lead Gen (yours)Google Maps (yours)This Skill
Finds contact info
Scores buying intent
Detects timing signals
AI-personalized outreach
Tracks competitor mentions
Monitors headcount growth

⚠️ Limitations & Best Practices

  • LinkedIn may rate-limit heavy scraping → recommended max 200 companies/run
  • Email accuracy: ~70-80% (cross-reference with Hunter.io for best results)
  • Re-run weekly on the same target list to catch new signals
  • GDPR: Only use publicly available LinkedIn data, personalize responsibly

🏷️ Tags

lead-generation sales-intelligence linkedin buying-signals b2b outreach apify intent-data prospecting crm-enrichment


*Powered by Apify — The Web Scraping & Automation Platform*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

OpenClaw

83.61%
按下载量换算580

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills