lead-to-payment

lead-to-payment is a skill for Claude Code, Codex from hewi333/Mom-n-Pop-Skills. It costs 103 tokens per session (2,828 once invoked), scanned A, original, MIT.

A workflow for moving a service-business lead from first contact to payment. It qualifies the lead, prepares an estimate, gets the owner's approval, creates a payment link, drafts an email, and tracks payment.

In plain words
What is it for?
Handling leads from email, Telegram, or a website form; pricing jobs; requesting approval; creating payment links or invoices; drafting customer emails; and tracking payments.
Why use it?
It reduces the manual work of preparing estimates and payments while keeping the owner in control of customer-facing decisions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Handling leads from email, Telegram, or a website form; pricing jobs; requesting approval; creating payment links or invoices; drafting customer emails; and tracking payments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hewi333/mom-n-pop-skills/lead-to-payment
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hewi333/Mom-n-Pop-Skills --skill lead-to-payment
Clone the repo
git clone --depth 1 https://github.com/hewi333/Mom-n-Pop-Skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lead-to-payment

README.md
[![agentmods](https://agentmods.dev/badge/skills/hewi333/mom-n-pop-skills/lead-to-payment/github.svg)](https://agentmods.dev/skills/hewi333/mom-n-pop-skills/lead-to-payment)
Your own site
<a href="https://agentmods.dev/skills/hewi333/mom-n-pop-skills/lead-to-payment"><img src="https://agentmods.dev/badge/skills/hewi333/mom-n-pop-skills/lead-to-payment/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lead-to-payment

Your own site · 80×15
<a href="https://agentmods.dev/skills/hewi333/mom-n-pop-skills/lead-to-payment"><img src="https://agentmods.dev/badge/skills/hewi333/mom-n-pop-skills/lead-to-payment.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,828 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Rogue Agent · line 3
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00103 $0.02828
Opus 5 $0.00051 $0.01414
Sonnet 5 $0.00021 $0.00566
Haiku 4.5 $0.00010 $0.00283

Measured today against content hash f172d5766aab, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

lead-to-payment scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/lead-to-payment/SKILL.md · 208 lines

How it starts

The opening of the file, as written. The whole thing — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Lead-to-Payment — Master Sales Flow

Overview

This is the end-to-end pipeline for a service business: a lead comes in, the agent turns it into a priced estimate, the owner approves it over Telegram, and the agent creates a payment link or invoice and tracks it to paid. The owner is never bypassed — the agent drafts and proposes, the human approves, then the agent executes. This mirrors how a small business owner actually wants to work: they stay in control, the agent removes the 30–60 min of manual work per estimate.

Environment assumptions

  • Model: zai-org/GLM-5.2 via Together AI, direct (no proxy).
  • Gateway: Telegram, running as a systemd service. Tool calling works in the gateway.
  • Secrets live in ~/.hermes/.env.
  • Email: GoDaddy Workspace Email via IMAP/SMTP (himalaya CLI, not Microsoft Graph). Config at ~/.config/himalaya/config.toml, password at ~/.config/himalaya/.email-pw. IMAP: imap.secureserver.net:993 TLS. SMTP: smtpout.secureserver.net:465 TLS. NOT M365 — outlook-graph skill is kept as a separate skill for businesses that use real M365. See references/godaddy-email-setup.md for full setup + verified commands.
  • Payments: Stripe test mode (STRIPE_SECRET_KEY in .env).
  • QuickBooks is not wired (post-hackathon P1). The flow degrades gracefully without it.

When to Use

  • A referral or customer inquiry arrives (e.g., 80% of leads are referral-based).
  • Owner forwards/pastes a lead to the agent in Telegram.
  • A website estimator form submission needs a real estimate + payment path.
  • A voicemail monitor (grasshopper-voicemail-monitor) logged a new lead and the owner says "price it."

The Flow (happy path)

1. Intake

Lead arrives one of three ways:

  • Email inbox (GoDaddy via himalaya): owner says "check the email" → agent runs himalaya envelope list to read the inbox, identifies leads vs spam/newsletters.
  • Telegram (always works): owner pastes "new lead: Jane Doe, 2,400 sqft home in [CITY], cigarette smoke, referral from [Referral Partner]."
  • Website form (automated, cron-based): the site's contact form emails the owner's inbox with subject New website lead: ... and a structured body. A no_agent=True cron job polls the inbox every 3 min, parses the fields, logs to CRM, and delivers a formatted summary to the owner's Telegram. v2.0: this is wired and running — see references/website-lead-intake.md for the polling architecture.

Read the full file on GitHub · 208 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · +15 lines f172d5766aab
  2. 12d ago First seen · 193 lines · 103 tokens per session scan A ff631f5802fe

Subscribe to this mod's changes

lead-to-payment is a skill published in the GitHub repository hewi333/Mom-n-Pop-Skills (120 stars, last pushed yesterday), licensed MIT. It adds 103 tokens to every session and 2,828 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

sector-rotation

An analysis framework for comparing industries in the Chinese A-share stock market, using business conditions, price momentum, valuation, and money flows. It produces rankings and higher- or lower-allocation suggestions.

HKUDS/Vibe-Trading · 39 tokens

strategy-pivot-designer

Detect backtest iteration stagnation and generate structurally different strategy pivot proposals when parameter tuning reaches a local optimum.

tradermonty/claude-trading-skills · 28 tokens

twitter-reader

Read Twitter/X for financial research using opencli (read-only). Use this skill whenever the user wants to read their Twitter feed, search for financial tweets, view bookmarks, look up user profiles, or gather market sentiment from Twitter/X. Triggers include: "check my feed", "search Twitter for", "show my…

himself65/finance-skills · 161 tokens

chenhao-limit-up

A framework for judging Chinese A-share stocks that have reached the daily price-rise limit, using market mood, sector leadership, and trading momentum.

questflowai/investorskills · 44 tokens

furusato

A Japanese hometown-tax donation manager for furusato nozei, a system where donations to municipalities can qualify for an income-tax or local-tax deduction. It reads donation receipts, stores donation records, and calculates deduction limits.

kazukinagata/shinkoku · 102 tokens

reading-receipt

An image-reading workflow for extracting structured information from receipts, invoices, and hometown-tax donation certificates. It can first extract text from PDFs and otherwise read their images.

kazukinagata/shinkoku · 64 tokens