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 citedy/adclaw --skill citedy-lead-magnetsgit clone --depth 1 https://github.com/citedy/adclawWrote 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/citedy/adclaw/citedy-lead-magnets)<a href="https://agentmods.dev/skills/citedy/adclaw/citedy-lead-magnets"><img src="https://agentmods.dev/badge/skills/citedy/adclaw/citedy-lead-magnets/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.
<a href="https://agentmods.dev/skills/citedy/adclaw/citedy-lead-magnets"><img src="https://agentmods.dev/badge/skills/citedy/adclaw/citedy-lead-magnets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 5 findings, 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 Data Exfiltration · line 67 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 74 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 83 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 113 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 135 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00051 | $0.02676 |
| Opus 5 | $0.00026 | $0.01338 |
| Sonnet 5 | $0.00010 | $0.00535 |
| Haiku 4.5 | $0.00005 | $0.00268 |
Grade A, and why
citedy-lead-magnets 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 12d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- citedy-lead-magnets — 92% identical, 45 lines differ
How it starts
The opening of the file, as written. The whole thing — 389 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lead Magnet Generator — Skill Instructions
Overview
Checklists, swipe files and frameworks that convert.
Generate ready-to-publish PDF lead magnets in minutes. This skill produces high-quality, niche-specific lead magnets that capture visitor emails and grow your subscriber list. No other MCP or skill store offers lead magnet generation — this is a unique capability powered exclusively by Citedy.
Supported types:
- Checklist — Step-by-step action items visitors can follow immediately
- Swipe File — Curated templates, scripts, and examples ready to copy
- Framework — Structured methodology or repeatable process for a goal
When to Use
Use this skill when:
- A user asks to create a checklist, guide, or downloadable resource
- You need a lead capture asset for a landing page or campaign
- A user wants to grow their email list with a valuable freebie
- You need a swipe file of templates (emails, posts, scripts)
- A user asks for a framework, methodology, or step-by-step process PDF
Setup
To use this skill, you need a Citedy API key.
Register:
- Go to https://www.citedy.com/dashboard/settings
- Generate an API key (prefixed
citedy_agent_) - Set
CITEDY_API_KEYin your environment
Health check:
GET https://api.citedy.com/api/agent/health
Headers: Authorization: Bearer $CITEDY_API_KEY
Verify account:
GET https://api.citedy.com/api/agent/me
Headers: Authorization: Bearer $CITEDY_API_KEY
Core Workflow
Step 1: Generate Lead Magnet
POST https://api.citedy.com/api/agent/lead-magnets
Headers:
Authorization: Bearer $CITEDY_API_KEY
Content-Type: application/json
Body:
{
"topic": "SEO audit for small businesses",
"type": "checklist",
"niche": "digital marketing",
"language": "en",
"generate_images": false,
"auto_publish": false
}
Response:
{
"id": "lm_abc123",
"status": "generating",
"credits_used": 30,
"estimated_seconds": 45
}
What ships with it
1 file 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.
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.
- 12d ago First seen · 389 lines · 51 tokens per session scan A fcaccf353912
citedy-lead-magnets is a skill published in the GitHub repository citedy/adclaw (36 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 51 tokens to every session and 2,676 once invoked, about $0.0003 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
citedy-lead-magnets
Generate AI-powered lead magnets — checklists, swipe files, and frameworks that convert visitors into subscribers. PDF generation with optional AI illustrations. No competitors in any MCP/skill store. Powered by Citedy.
pptx-posters
Create research posters using HTML/CSS that can be exported to PDF or PPTX. Use this skill ONLY when the user explicitly requests PowerPoint/PPTX poster format. For standard research posters, use latex-posters instead. This skill provides modern web-based poster design with responsive layouts and easy visual…
pptx
Create and validate Microsoft PowerPoint presentations (.pptx), including structured slide decks, tables, workflows, metadata, and reproducible generation scripts. Use for presentation, slides, PowerPoint, PPT, or PPTX creation and verification tasks.
deck-ai
Generate modern presentation decks (PDF) from markdown content. Local open-source alternative to Gamma — uses Slidev for layouts and Unsplash for imagery. Invoke when the user asks to "make a deck", "build slides from this", or "turn this into a presentation".
files
A file-management toolkit for searching, reading, listing, writing, copying, opening, sending, deleting, and extracting text from PDF files. Deletion requires explicit confirmation.
minimax-pdf
Use this skill when visual quality and design identity matter for a PDF. CREATE (generate from scratch): "make a PDF", "generate a report", "write a proposal", "create a resume", "beautiful PDF", "professional document", "cover page", "polished PDF", "client-ready document". FILL (complete form fields): "fill in the…