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

mcf-lead-gen-pipelineMCF 潜在客户开发渠道

Agent Skill

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

总安装

3,003

周安装

129

GitHub Stars

公开资料未说明

下载量

1,053
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:mcf-lead-gen-pipeline(MCF 潜在客户开发渠道)
来源仓库:https://github.com/cameron48/mcf-lead-gen-pipeline
安装命令:
openclaw skills install mcf-lead-gen-pipeline
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install mcf-lead-gen-pipeline

简介

自主的6代理管道,可研究行业、寻找企业并生成个性化服务。

  • 适合在OpenClaw中执行行业研究、企业搜寻和定制化服务开发任务。
  • 通过一次API调用即可启动完整的潜在客户开发流程。
  • 安装命令:openclaw skills install mcf-lead-gen-pipeline
  • 使用前请确认权限范围及是否会触发联网或文件操作

SKILL.md

name
Lead Generation Pipeline
description
Autonomous 6-agent pipeline that researches industries, finds businesses, and generates personalized outreach — one API call.
author
MCF Agentic
version
1.0.0
tags
[lead-generation, outreach, sales, ai-research, cold-email, pipeline, autonomous]
pricing
x402 (USDC on Base)
gateway
https://gateway.mcfagentic.com

Lead Generation Pipeline

This is not just an API — it is a full autonomous research and outreach pipeline powered by 6 coordinated AI agents. Send an industry and location, and the pipeline discovers real businesses, researches them deeply, identifies pain points, matches solution packages, and writes personalized cold emails ready to send. One call replaces hours of manual prospecting.

Authentication

All endpoints require x402 payment (USDC on Base L2). Send a request without payment to receive pricing info in the 402 response.

Endpoints

Generate Leads

  • Method: POST
  • Path: /api/pipeline/generate-leads
  • Price: $1.00 per call
  • Description: Full pipeline run. Provide an industry and location, receive a list of researched leads with pain-point analysis, matched solutions, and ready-to-send outreach emails.

Request:

{
  "industry": "HVAC contractors",
  "location": "Dallas, TX",
  "count": 10,
  "solution_focus": "ai-automation"
}

Response:

{
  "leads": [
    {
      "business_name": "Comfort Zone HVAC",
      "contact_name": "Mike Torres",
      "email": "mike@comfortzonehvac.com",
      "phone": "214-555-0142",
      "website": "comfortzonehvac.com",
      "pain_points": ["manual scheduling", "missed follow-ups", "no online booking"],
      "matched_solution": "ai-scheduling-bundle",
      "outreach_email": {
        "subject": "Quick question about your scheduling, Mike",
        "body": "..."
      },
      "research_summary": "15-person operation, 4.2 Google rating, heavy residential focus..."
    }
  ],
  "pipeline_metadata": {
    "agents_used": 6,
    "businesses_scanned": 47,
    "leads_qualified": 10,
    "processing_time_seconds": 38
  }
}

Research Business

  • Method: POST
  • Path: /api/pipeline/research-business
  • Price: $0.50 per call
  • Description: Deep AI research on a single business. Returns company profile, tech stack signals, pain points, competitive landscape, and decision-maker contacts.

Request:

{
  "business_name": "Comfort Zone HVAC",
  "location": "Dallas, TX",
  "website": "comfortzonehvac.com"
}

Response:

{
  "profile": {
    "name": "Comfort Zone HVAC",
    "industry": "HVAC",
    "estimated_revenue": "$2M-5M",
    "employee_count": "10-20",
    "years_in_business": 12,
    "google_rating": 4.2,
    "review_count": 187
  },
  "tech_signals": ["no online booking", "basic WordPress site", "no CRM detected"],
  "pain_points": ["manual scheduling", "missed follow-ups", "no review automation"],
  "competitors": ["ABC Cooling", "North Texas Air"],
  "contacts": [
    {"name": "Mike Torres", "role": "Owner", "email": "mike@comfortzonehvac.com"}
  ]
}

Write Outreach

  • Method: POST
  • Path: /api/pipeline/write-outreach
  • Price: $0.25 per call
  • Description: Generate a personalized cold email for a specific business based on research data. Returns subject line, body, and follow-up sequence.

Request:

{
  "business_name": "Comfort Zone HVAC",
  "contact_name": "Mike Torres",
  "pain_points": ["manual scheduling", "missed follow-ups"],
  "solution": "ai-scheduling-bundle",
  "tone": "casual-professional"
}

Response:

{
  "email": {
    "subject": "Quick question about your scheduling, Mike",
    "body": "Hi Mike,\
\
I noticed Comfort Zone HVAC is crushing it on Google reviews (4.2 stars, nice). But I also noticed you don't have online booking — which usually means your front desk is fielding a ton of calls...",
    "follow_up_1": { "delay_days": 3, "subject": "...", "body": "..." },
    "follow_up_2": { "delay_days": 7, "subject": "...", "body": "..." }
  },
  "personalization_score": 0.92
}

Browse Solutions

  • Method: GET
  • Path: /api/pipeline/solutions
  • Price: Free
  • Description: Browse available solution packages that can be matched to leads. Use this to understand what offerings the pipeline can recommend.

Request:

GET /api/pipeline/solutions

Response:

{
  "solutions": [
    {
      "id": "ai-scheduling-bundle",
      "name": "AI Scheduling & Booking",
      "monthly_price": "$497",
      "description": "Automated appointment scheduling with AI phone answering",
      "best_for": ["HVAC", "plumbing", "dental", "med-spa"]
    },
    {
      "id": "review-reputation",
      "name": "Review & Reputation Engine",
      "monthly_price": "$297",
      "description": "Automated review requests, response generation, reputation monitoring"
    }
  ]
}

Use Cases

  • An AI sales agent needs to build a prospect list for a specific vertical and geography
  • An autonomous outreach system needs personalized emails that reference real business data
  • A consulting agent needs to research a potential client before a call
  • A marketing agent wants to identify pain points across an entire industry segment
  • An agent orchestrator needs to feed qualified leads into a CRM or email sequence

Pricing

EndpointPriceDescription
/api/pipeline/generate-leads$1.00Full pipeline: research + qualify + outreach
/api/pipeline/research-business$0.50Deep AI research on one business
/api/pipeline/write-outreach$0.25Personalized cold email generation
/api/pipeline/solutionsFreeBrowse available solution packages

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

82.88%
按下载量换算873

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills