Overview
- Skill Key
- catafal/lead-gen-factory
- Author
- catafal
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/catafal/lead-gen-factory
- Latest Commit SHA
- 8f74ddc41759189791ed325b46b35ce0b16f6ca1
Run B2B lead research with lgf (Lead Gen Factory). Use when asked to find leads, prospect companies, research ICPs, find decision makers, or generate a lead list for any B2B target profile.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 lgf 技能。 若已安装,则直接安装 lgf 技能。
# lgf — Lead Gen Factory
A CLI pipeline that takes a free-text ICP (Ideal Customer Profile) and returns
a scored, deduplicated list of B2B leads as both CSV and structured JSON.
## Prerequisites
Install lgf once (requires Python 3.12+):
```bash
# From the repo root
pip install -e .
# Or via pipx for isolated install
pipx install git+https://github.com/Catafal/lead-gen-factory.git
```
Verify installation:
```bash
lgf doctor
```
Required API keys (set in `~/.lgf/.env`):
- `TAVILY_API_KEY` — web search
- `OPENROUTER_API_KEY` — LLM scoring + extraction
---
## Core Command
```bash
lgf research --icp-text "<your ICP>" --json 2>/dev/null
```
The `--json` flag outputs a structured JSON envelope to stdout — perfect for
AI agents to capture and process without touching the filesystem.
All human-facing progress output goes to stderr (suppressed with `2>/dev/null`).
---
## Usage Patterns
### 1. Quick inline ICP (most common)
```bash
lgf research --icp-text "HR Directors at SaaS companies in Spain, 50-500 employees" --json 2>/dev/null
```
### 2. ICP from file (for complex profiles)
```bash
lgf research --icp icp_examples/skillia_spain.md --json 2>/dev/null
```
### 3. Narrow with a focus constraint
```bash
lgf research --icp-text "Tech companies in Madrid" --focus "only companies hiring L&D managers" --json 2>/dev/null
```
### 4. Filter by minimum ICP score
```bash
lgf research --icp-text "..." --min-score 8 --json 2>/dev/null
```
### 5. Dry-run — see search queries only (no crawling, no LLM calls)
```bash
lgf research --icp-text "..." --dry-run
```
### 6. Check current config
```bash
lgf config
```
---
## JSON Output Schema
When `--json` is used, the envelope printed to stdout has this structure:
```json
{
"leads": [
{
"business": "Acme Corp",
"first": "Ana",
"last": "García",
"email": "ana.garcia@acme.com",
"linkedin": "https://linkedin.com/in/anagarcia",
"website": "https://acme.com",
"phone": null,...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.