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

skill-package技能包

Agent Skill

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

总安装

6,205

周安装

251

GitHub Stars

公开资料未说明

下载量

1,948
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install skill-package

简介

skill-package 构建自动化潜在客户生成管道并部署演示网站。

  • 适合寻找无网站本地企业并触达营销转化链路搭建。
  • 集成 Vercel 部署与邮件序列发送全流程覆盖。
  • 涉及第三方服务调用,注意数据流转合规边界。
  • 建议评估目标客户群体匹配度再启动流程。skill-package 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
lead-gen-website-pipeline
description
Automated lead generation pipeline that finds local businesses with weak/no websites, AI-generates custom demo sites, deploys to Vercel, and runs a 5-email cold outreach drip sequence via AgentMail. Full pipeline from Google Places discovery to closed deal.
version
1.0.0
homepage
https://github.com/RazzleDazzleI/lead-gen-pipeline
metadata
openclaw
emoji
\F680
requires
env
bins

Lead Gen Website Pipeline

Automated system that finds local businesses with weak or no websites, AI-generates a custom demo website for each, deploys it to Vercel, and sends a personalized cold outreach email sequence — all without human intervention after initial setup.

What It Does

  1. Discovers leads via Google Places API for configurable niches and cities
  2. Scores leads 0-100 based on website quality, reviews, phone availability
  3. Queues leads in a Google Sheet for human review/approval
  4. Generates demo websites via a 5-stage AI pipeline (research → spec → build → QA → validate)
  5. Deploys to Vercel automatically with daily rate limiting
  6. Sends cold outreach via AgentMail with a 5-email drip sequence (Day 0, 3, 7, 14, 30)
  7. Notifies you on Discord with pitch angles, demo URL, and visual QA scores

Pipeline Architecture

Google Places API → Score Leads → Google Sheet (you approve)
       ↓
  Approved lead → Scrape website → Fetch Google reviews
       ↓
  AI Research → AI Spec (copy) → AI Build (HTML) → AI QA → Validate
       ↓
  Deploy to Vercel → Update Sheet → Discord notification
       ↓
  Generate outreach email → AgentMail sends → Drip follow-ups

Requirements

API Keys (set in your .env)

KeyServicePurposeCost
GOOGLE_PLACES_API_KEYGoogle CloudLead discovery + photos~$0-20/mo
GOOGLE_API_KEYGoogle AI StudioGemini for research/spec/QAFree tier
ANTHROPIC_API_KEYAnthropicClaude for spec generationPay per use
OPENAI_API_KEYOpenAIGPT for HTML buildingPay per use
VERCEL_TOKENVercelDemo site deploymentFree tier (100/day)
AGENTMAIL_API_KEYAgentMailCold outreach emailsFree tier
GOOGLE_SHEET_IDGoogle SheetsLead trackingFree

Google Sheet Setup

Create a Google Sheet with these columns (A-O): created_at | niche | business_name | address | phone | email | website | google_maps_url | rating | reviews_count | has_website | website_quality_score | lead_score | status | notes

Status values: review, filtered, approved, processing, demo_ready, failed, contacted

Share the sheet with a GCP service account for API access.

Infrastructure

  • Node.js 22+ on the host machine
  • Google Cloud service account JSON key for Sheets API
  • Vercel account (free Hobby tier works)
  • AgentMail account with at least one inbox
  • Discord channel for notifications (optional but recommended)

Setup Instructions

1. Clone and install

git clone https://github.com/RazzleDazzleI/lead-gen-pipeline.git
cd lead-gen-pipeline
npm install

2. Configure environment

Copy .env.example to .env and fill in your API keys.

3. Configure your niches and city

Edit scripts/niche-defaults.json to customize:

  • Target niches (landscaping, cleaning, roofing, etc.)
  • Color palettes per niche
  • Common services per niche
  • Trust items per niche

The pipeline supports 15 niches out of the box: landscaping, auto detailer, cleaning service, handyman, roofing, pressure washing, plumbing, electrician, HVAC, painting, fencing, tree service, junk removal, pest control

4. Set up the poller

The poller watches your Google Sheet for approved leads and triggers the pipeline:

# Run once to test
node scripts/poll-approved-leads.js

# Run continuously (every 5 minutes)
node scripts/run-poller.js 5

For production, set up as a systemd service or OpenClaw cron job.

5. Set up outreach emails

# Dry run first — see what would be sent
node scripts/send-outreach.js --dry-run

# Send pending initial emails + follow-ups
node scripts/send-outreach.js

# Only send scheduled follow-ups
node scripts/send-outreach.js --followups

Set up as an OpenClaw cron job to run 3x/day:

openclaw cron add --name "outreach-sender" \
  --cron "0 9,15,21 * * *" --tz "America/Chicago" \
  --session isolated --announce \
  --message "Run: cd /path/to/project && node scripts/send-outreach.js"

Customization

Target City

Change the Google Places API search query in the n8n workflow or lead discovery script to target your city instead of Omaha.

Pricing Tiers

The business plan template includes 3 tiers:

  • Starter ($997 + $49/mo) — Single-page landing site
  • Professional ($1,997 + $99/mo) — Multi-page with gallery, analytics
  • Premium ($2,997 + $149/mo) — Blog, booking, live chat, priority support

Email Templates

The drip sequence (in send-outreach.js) follows the proven pattern:

  • Day 0: "I built you a website — take a look" (demo link)
  • Day 3: Social proof — "businesses like yours saw 30-40% more calls"
  • Day 7: Urgency — "your preview expires soon"
  • Day 14: Last chance — "taking it down today"
  • Day 30: Breakup — "closing the loop, door is always open"

Edit the templates in send-outreach.jsgetDripEmail() function.

Design Blueprints

Add niche-specific design guidance in templates/designs/<niche>.md. The build stage loads these automatically to produce better-looking sites per vertical.

Pipeline Stages Deep Dive

Stage 1: Research

Consolidates lead data (name, phone, address, website, reviews) into a structured JSON summary. Uses scraped website data + Google Places API reviews.

Stage 2: Spec

Generates all website copy — hero section, services, about, reviews, service area, footer. No HTML yet, just structured content.

Stage 3: Build

Converts the spec JSON into a single-file responsive HTML page. Injects real photos (scraped or Google Places fallback), logo, niche-specific color palette.

Stage 4: QA

AI reviews the HTML for 13 quality checks: robots meta tag, demo banner, phone numbers, form action, footer attribution, broken images, alt text, mobile hamburger menu, and more.

Stage 5: Validate

Programmatic validation confirms all critical elements are present. Non-blocking — logs warnings but doesn't block deployment.

Stage 6: Deploy

POSTs the final HTML to Vercel API. Tracks daily deploy count (max 90/day to stay under free tier limit). Returns live URL.

Stage 7: Outreach

Generates a personalized cold email with pitch angles extracted from the lead data (no website, Gmail address, strong reviews, years in business).

Output Per Lead

Each processed lead produces a run folder with ~19 artifacts:

  • intake.json — Enriched lead data
  • research.json — Structured summary
  • spec.json — All website copy
  • final.html — Production-ready HTML
  • evaluation.json — Deploy URL + metadata
  • outreach-email.json — Cold email + follow-up
  • screenshot-*.png — Mobile/tablet/desktop captures
  • visual-qa.json — Gemini Vision quality scores
  • status.json — Run tracking

Costs

Per-Lead Cost

  • Google Places API: ~$0.03-0.05/lead
  • AI generation (Gemini + Claude): ~$0.10-0.50/lead
  • Vercel hosting: $0 (free tier)
  • AgentMail: $0 (free tier)
  • Total: ~$0.15-0.55 per lead

Monthly Operating Cost (at 10-20 leads/day)

  • Google APIs: $5-20/mo
  • AI models: $30-150/mo (less with Claude Max plan)
  • Everything else: $0
  • Total: $35-170/mo

Revenue Potential (at 2% response rate)

  • 50 emails/week → 1 conversation/week → 1 client/month
  • 1 client = $997+ one-time + $49+/mo recurring
  • Year 1 from one client/month: ~$12,000+ one-time + $3,500+ recurring

Selling This System

This pipeline is designed to be sold as a done-for-you service:

ModelSetup FeeMonthlyYour Time
Done-for-you$2,000-$10,000$200-$1,000/mo4-8 hours setup
Pre-configured package$500-$3,000$100-$500/mo1-2 hours per client
Productized service$1,500/mo flatTemplate + light customization

The pipeline documents itself. Each run folder is a complete audit trail. The niche configs are templates. Second client takes 1/4 the time of the first.

Credits

Built by Ryan Romero (Romero Automation) with Larry (OpenClaw agent). Pipeline architecture, spec generation, QA validation, and outreach automation — all designed for local service businesses in any US city.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

77.37%
按下载量换算1,507

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills