citedy-lead-magnets

citedy-lead-magnets is a skill for Claude Code from citedy/citedy-seo-agent. It costs 51 tokens per session (2,673 once invoked), scanned A, a copy of citedy-lead-magnets, MIT.

A tool for creating downloadable PDF resources such as checklists, collections of ready-to-use templates, and repeatable methods. It is designed for collecting visitors’ email addresses.

In plain words
What is it for?
Use it to create niche-specific checklists, swipe files, frameworks, guides, and other free resources, with optional illustrations.
Why use it?
It removes the work of turning useful advice into a structured download for an email-signup campaign.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument; built for openclaw.

Part of the citedy-seo-agent plugin — 7 skills, 1 MCP server shipped together

Good fit Use it to create niche-specific checklists, swipe files, frameworks, guides, and other free resources, with optional illustrations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/citedy/citedy-seo-agent/citedy-lead-magnets
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 citedy/citedy-seo-agent --skill citedy-lead-magnets
Clone the repo
git clone --depth 1 https://github.com/citedy/citedy-seo-agent

Made for: Claude Code.

Or install citedy-seo-agent, the plugin that ships this one along with the rest of its 7 skills, 1 MCP server.

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 citedy-lead-magnets

README.md
[![agentmods](https://agentmods.dev/badge/skills/citedy/citedy-seo-agent/citedy-lead-magnets/github.svg)](https://agentmods.dev/skills/citedy/citedy-seo-agent/citedy-lead-magnets)
Your own site
<a href="https://agentmods.dev/skills/citedy/citedy-seo-agent/citedy-lead-magnets"><img src="https://agentmods.dev/badge/skills/citedy/citedy-seo-agent/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.

agentmods 80×15 button for citedy-lead-magnets

Your own site · 80×15
<a href="https://agentmods.dev/skills/citedy/citedy-seo-agent/citedy-lead-magnets"><img src="https://agentmods.dev/badge/skills/citedy/citedy-seo-agent/citedy-lead-magnets.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,673 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.
Origin 92% copy Near-identical to another mod 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.00051 $0.02673
Opus 5 $0.00026 $0.01337
Sonnet 5 $0.00010 $0.00535
Haiku 4.5 $0.00005 $0.00267

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

Security

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.

Origin

This is a copy

92% identical to citedy-lead-magnets — 45 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/citedy-lead-magnets/SKILL.md · 384 lines

How it starts

The opening of the file, as written. The whole thing — 384 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:

  1. Go to https://www.citedy.com/dashboard/settings
  2. Generate an API key (prefixed citedy_agent_)
  3. Set CITEDY_API_KEY in your environment

Health check:

GET https://www.citedy.com/api/agent/health
Headers: Authorization: Bearer $CITEDY_API_KEY

Verify account:

GET https://www.citedy.com/api/agent/me
Headers: Authorization: Bearer $CITEDY_API_KEY

Core Workflow

Step 1: Generate Lead Magnet

POST https://www.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
}

Read the full file on GitHub · 384 lines

Files

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.

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. 12d ago First seen · 384 lines · 51 tokens per session scan A d490f8be9a16

Subscribe to this mod's changes

citedy-lead-magnets is a skill published in the GitHub repository citedy/citedy-seo-agent (19 stars, last pushed 3mo ago), licensed MIT. It adds 51 tokens to every session and 2,673 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to citedy-lead-magnets, differing in 45 lines, and is treated as a copy.

Related

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.

citedy/adclaw · 51 tokens

pdf-report

Generate a branded, audience-structured marketing report — executive summary, campaign report, channel deep-dive, competitor report, or monthly/quarterly review — assembled via pdf-generator.py with brand colors, logo, and fonts, and previewed for adjustments before finalizing. Pulls data from campaign-tracker.py…

indranilbanerjee/digital-marketing-pro · 147 tokens

market-report-pdf

Generate a professional, visually polished PDF marketing report using the Python script scripts/generatepdfreport.py. This skill collects all available audit and analysis data, structures it into the expected JSON format, invokes the script, and produces a branded PDF with score gauges, bar charts, comparison tables…

tal7aouy/marketkit · 0 tokens

startup-marketing-playbook

Marketing playbook for bootstrapped startups with zero budget. Covers organic-only channels including SEO, community building, social media, and word-of-mouth tactics that cost nothing but time. Follow @WeiYipei on X.

Gingiris-1031/gingiris-skills · 51 tokens

marketing-expert

Build comprehensive marketing technology solutions including automation workflows, campaign management, analytics tracking, and multi-channel orchestration. Use when the user mentions marketing automation, campaign management, SEO, email or content marketing, attribution, or multi-channel orchestration.

personamanagmentlayer/pcl · 51 tokens

citedy-seo-agent

Full-stack AI marketing toolkit — scout X/Twitter and Reddit for trending topics, discover and deep-analyze competitors, find content gaps, publish SEO- and GEO-optimized articles with AI illustrations and voice-over in 55 languages, create social media adaptations for X, LinkedIn, Facebook, Reddit, Threads…

citedy/adclaw · 149 tokens