← 返回 Skills 市场
gaelbuenobarthe

LinkedIn Lead Gen Outreach

作者 GaelBuenoBarthe · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
184
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkedin-lead-gen-outreach
功能描述
Lightweight LinkedIn prospecting and outreach workflow for researching qualified leads, applying simple prioritization, drafting concise personalized message...
使用说明 (SKILL.md)

LinkedIn Lead Gen Outreach

Run a clean, review-first LinkedIn prospecting workflow focused on lead quality, concise messaging, and simple export-ready sales operations.

Keep every output structured, evidence-based, and easy to review before outreach.

Workflow

Use this sequence for complete requests:

  1. define targeting
  2. collect prospect data
  3. apply simple lead scoring
  4. draft short personalized outreach
  5. export structured lead data
  6. summarize campaign metrics

1. Define targeting

Capture the search brief before producing leads.

Minimum inputs:

  • keywords
  • target job titles
  • seniority
  • industry or company type
  • location
  • exclusions
  • business objective

If the request is underspecified, convert it into a concise ICP before generating leads.

2. Collect prospect data

Use visible LinkedIn information, user-provided data, or manually reviewed search results.

Capture these fields whenever possible:

  • full name
  • LinkedIn URL
  • title
  • company
  • location
  • search match
  • business potential note
  • personalization signal
  • source list or query

Useful personalization signals include:

  • recent post theme
  • recent promotion or job change
  • hiring activity
  • company growth signal

Do not invent facts. If evidence is weak, mark it clearly and keep the message more general.

3. Apply simple lead scoring

Use a lightweight and explainable scoring model.

Default scoring dimensions:

  • role relevance: 0-5
  • company fit: 0-5
  • likely need: 0-5
  • timing signal: 0-5
  • personalization depth: 0-5

Total score bands:

  • 20-25: high priority
  • 12-19: medium priority
  • 0-11: low priority

Always include a one-line explanation.

4. Draft personalized messages

Write opening messages that are:

  • professional
  • concise
  • 2-3 lines max
  • easy to review and edit
  • grounded in real signals

Recommended structure:

  1. relevant opener
  2. business relevance
  3. soft CTA

Rules:

  • keep messages short and polished
  • avoid hype, pressure, or artificial urgency
  • avoid unsupported claims
  • if personalization is weak, prefer a role-based message over forced specificity

5. Use message templates

Adapt one of the templates in references/templates.md.

Prefer:

  • signal-based messages when evidence is strong
  • role-based messages when evidence is moderate
  • executive-tone messages for senior stakeholders

6. Export format

Prefer a flat CSV structure that also imports cleanly into Google Sheets.

Recommended columns:

  • first_name
  • last_name
  • full_name
  • linkedin_url
  • title
  • company
  • location
  • keyword_match
  • business_potential_note
  • personalization_note
  • score_total
  • priority
  • score_reason
  • message_v1
  • campaign_name
  • owner
  • source
  • status
  • next_action

Suggested status values:

  • to_review
  • approved
  • ready_for_outreach
  • contacted
  • replied
  • disqualified

7. Dashboard and statistics

When the user asks for a dashboard, produce a lightweight summary that can live in Markdown, CSV-derived calculations, or Google Sheets.

Include these default metrics:

  • total leads
  • high / medium / low priority counts
  • leads by title
  • leads by geography
  • personalization coverage
  • leads ready for outreach

Keep it simple and executive-friendly.

Google Sheets guidance

When preparing a sheet:

  • freeze the top row
  • apply filters to all headers
  • use data validation for priority, status, and next_action
  • add a summary section above or in a second tab
  • preserve the original raw data columns

Compliance standard

Operate in a LinkedIn-compliant, review-first manner.

Use this skill to support:

  • profile research
  • qualification
  • message drafting
  • structured exports
  • reporting

Do not rely on deceptive automation, hidden sending loops, or behavior intended to bypass platform safeguards.

Deliverable order

For a complete request, produce outputs in this order:

  1. targeting summary
  2. scoring rubric
  3. lead table or CSV-ready rows
  4. message variants
  5. dashboard summary
  6. Google Sheets notes

Quality bar

A strong result is:

  • clean and business-ready
  • grounded in visible evidence
  • concise enough for sales execution
  • easy to export or review
  • compliant and professional

Community edition note

This edition focuses on lightweight prospect research, simple prioritization, concise outreach drafting, and clean CSV or Sheets-ready exports.

Resources

Use bundled resources when useful:

  • references/templates.md for ICP, scoring, and message templates
  • scripts/csv_builder.py to convert JSON leads into CSV
  • scripts/sheets_prep.py to normalize CSV fields for Google Sheets workflows
  • scripts/dashboard_stats.py to compute simple campaign metrics from a CSV file
安全使用建议
This skill appears internally coherent and the scripts are simple CSV/sheet utilities without network calls or secret access. Before installing, (1) confirm you are comfortable granting the agent permission to run bundled Python scripts and that a Python runtime is available, (2) inspect the scripts locally (they are short and easy to review), and (3) follow LinkedIn's terms of service and privacy rules — do not automate messaging or scraping that violates platform policies. If you plan to allow autonomous invocation, be mindful that the agent could run these scripts without further prompts; require a human review step before sending outreach.
功能分析
Type: OpenClaw Skill Name: linkedin-lead-gen-outreach Version: 1.0.0 The skill bundle provides a standard and transparent workflow for LinkedIn lead generation, scoring, and data export. The included Python scripts (csv_builder.py, dashboard_stats.py, and sheets_prep.py) are simple data processing utilities that rely exclusively on the Python standard library and contain no network calls, shell execution, or obfuscated code. The instructions in SKILL.md are well-aligned with the stated purpose and explicitly emphasize platform compliance and manual review.
能力评估
Purpose & Capability
Name and description describe prospect research, scoring, messaging, and exports; included Python scripts implement CSV building, sheet normalization, and simple dashboard stats which directly support those claims.
Instruction Scope
SKILL.md confines actions to visible LinkedIn data, user-provided information, manual review, scoring, message drafting, and exporting. It explicitly warns not to invent facts and not to bypass platform safeguards. It does not instruct reading system secrets or contacting external endpoints.
Install Mechanism
There is no install spec (lowest risk) and the bundled Python scripts are small, local utilities with no network behavior. One minor mismatch: the skill declares no required binaries, yet the scripts are Python executables (shebangs) and assume a Python runtime is available; this is expected but worth noting.
Credentials
The skill requests no environment variables or credentials, and the scripts do not access secrets or external services. The requested scope is proportional to its functionality.
Persistence & Privilege
always is false, the skill does not request persistent system privileges, and it does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkedin-lead-gen-outreach
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkedin-lead-gen-outreach 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release of a lightweight, review-first LinkedIn lead generation workflow. - Enables compliant LinkedIn prospect research, lead scoring, message drafting, and CSV/Google Sheets export. - Focus on evidence-based qualification, concise personalized messaging, and simple prioritization. - Provides step-by-step process: targeting definition, prospect collection, lead scoring, outreach drafting, export, and summary. - Includes recommended export structure, message templates, and dashboard/reporting guidance. - Ensures all workflows are review-friendly and compatible with standard sales operations.
元数据
Slug linkedin-lead-gen-outreach
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

LinkedIn Lead Gen Outreach 是什么?

Lightweight LinkedIn prospecting and outreach workflow for researching qualified leads, applying simple prioritization, drafting concise personalized message... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 184 次。

如何安装 LinkedIn Lead Gen Outreach?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkedin-lead-gen-outreach」即可一键安装,无需额外配置。

LinkedIn Lead Gen Outreach 是免费的吗?

是的,LinkedIn Lead Gen Outreach 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

LinkedIn Lead Gen Outreach 支持哪些平台?

LinkedIn Lead Gen Outreach 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 LinkedIn Lead Gen Outreach?

由 GaelBuenoBarthe(@gaelbuenobarthe)开发并维护,当前版本 v1.0.0。

💬 留言讨论