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.
npx skills add crealwork/ai-marketing-kit --skill lead-magnetgit clone --depth 1 https://github.com/crealwork/ai-marketing-kitWrote 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.
[](https://agentmods.dev/skills/crealwork/ai-marketing-kit/lead-magnet)<a href="https://agentmods.dev/skills/crealwork/ai-marketing-kit/lead-magnet"><img src="https://agentmods.dev/badge/skills/crealwork/ai-marketing-kit/lead-magnet.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00122 | $0.01257 |
| Opus 5 | $0.00061 | $0.00629 |
| Sonnet 5 | $0.00024 | $0.00251 |
| Haiku 4.5 | $0.00012 | $0.00126 |
Grade A, and why
lead-magnet 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 8d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 78 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lead Magnet
리드마그넷을 아이디어 브레인스토밍 → 실물 제작 → 리드 DB(Google Sheets) 연동 까지 끝낸다. 산출물은 "리드마그넷 아이디어 목록"이 아니라 배포 가능한 실물 + 리드가 쌓이는 시트다.
G1 — 브레인스토밍 (질문 주고받기, 대화로)
한 번에 다 묻지 말고 라운드로 — 답이 다음 질문을 결정한다:
- 누구의 어떤 고통? 타깃 1문장 + 그들이 지금 검색/고민하는 문제 1개.
- 비즈니스 연결: 이 리드가 결국 뭘 사게 되나? (마그넷은 본상품으로 가는 첫 계단이어야 — 무관한 인기 자료는 쓰레기 리드만 모은다.)
- 약속 1개: "이거 받으면 10분 안에 ___할 수 있다"가 성립하는가.
- 포맷 제안 2–3개 (아래 기준으로) → 유저 선택.
좋은 마그넷 기준: 10분 내 소비 가능 · 즉시 실행 가능한 결과 1개 · 본상품의 필요성을 자연스럽게 증명 · 제목만 보고 가치를 아는 이름 ("체크리스트 12항목"처럼 구체 수치 포함).
포맷 옵션: 체크리스트(가장 빠름) / 실전 가이드 PDF / 템플릿·스와이프 파일 (복붙 가능한 것) / 미니 진단(점수+처방) / 계산기·시트.
G2 — 실물 제작
- 브랜드 토큰 적용 (DESIGN.md 있으면 그대로, 없으면 brand-guide 스킬로 최소 토큰부터). 카피는 humanizer 룰 통과.
- PDF형: HTML → PDF (표지 + 본문, 페이지당 아이디어 1개, 마지막 페이지 = 본상품 CTA + 연락처). 템플릿형: 복사 가능한 Google Docs/Sheets 링크로.
- 셀프 QA: 약속한 결과가 실제로 10분 안에 나오는가를 처음부터 따라해 본다. 안 나오면 내용 보강 — 얇은 마그넷은 이메일 주소보다 신뢰를 더 많이 태운다.
- 파일명/제목에 버전 넣지 않기 (
가이드_v3_최종.pdf금지).
G3 — 수집 동선
- 랜딩(또는 기존 페이지 섹션): 헤드라인 = 약속, 폼 필드는 이메일 (+이름)만 — 필드 하나 늘 때마다 전환이 떨어진다. 광고/PPC 랜딩이면 네비게이션 제거.
- 제출 직후 자동 전달 메일 (e-blast-newsletter): 감사 + 다운로드 링크. 이 메일의 hard bounce = 가짜 이메일 → 시트에서 즉시 표시/삭제 (진짜 사람만 남기기).
- UTM 태깅: 어떤 채널이 리드를 가져왔는지 폼 hidden 필드로 함께 수집.
G4 — 리드 DB: Google Sheets 연동
시트 스키마 (1행 고정): timestamp | email | name | source(utm) | magnet | status(new/delivered/bounced) | notes
연동 방법 (상황별):
- A. Google Forms (가장 빠름, 노코드): Forms → 응답 → Sheets 자동 연결. 폼을 랜딩에 임베드. 단점: 디자인 제약.
- B. 자체 폼 → Apps Script 웹훅 (커스텀 랜딩용): 시트에서 확장 프로그램 →
Apps Script →
doPost(e)로 append하는 스크립트 배포(웹 앱, 액세스: 모든 사용자) → 폼이 그 URL로 POST. 스크립트 뼈대:
function doPost(e) {
const p = JSON.parse(e.postData.contents);
SpreadsheetApp.openById("SHEET_ID").getSheetByName("leads")
.appendRow([new Date(), p.email, p.name || "", p.utm_source || "",
p.magnet || "", "new", ""]);
return ContentService.createTextOutput("ok");
}
- C. 폼 서비스 (Tally/Typeform 등): 서비스의 Google Sheets 네이티브 연동 사용.
- 어느 방법이든 VERIFY: 테스트 제출 1건 → 시트에 행이 붙고 전달 메일이 오는지 직접 확인.
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.
- 8d ago First seen · 78 lines · 122 tokens per session scan A b3fd19fe3b0e
lead-magnet is a skill published in the GitHub repository crealwork/ai-marketing-kit (18 stars, last pushed 1mo ago), licensed MIT. It adds 122 tokens to every session and 1,257 once invoked, about $0.0006 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.
Other skills, from other repositories
pydicom
Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.
foundry-hosted-agent-validation
Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.
pdf-extract-create-workflow
Complete PDF lifecycle: download, extract, and generate structured documents with reportlab.
document-direct-python
Use direct Python execution for reliable document creation including spreadsheets, PDFs, and structured reports.
pdf-text-extraction-fallback-85d5ca
Fallback workflow for extracting text from PDFs when readfile returns binary data.