skills/sales-reletter/SKILL.md
Reletter platform help — newsletter search engine indexing 7M+ publications with subscriber data, creator contacts, engagement metrics, keyword monitoring, Python SDK, CLI, MCP server, and REST API. Use when you need to find newsletters to sponsor but don't know where to start, want contact info for newsletter creators for PR or partnerships, need to monitor when your brand gets mentioned in newsletters, looking for newsletters in a specific niche with audience size data, want to build a target list of newsletters for sponsorship outreach, or need to search newsletters programmatically via API or MCP. Do NOT use for general newsletter monetization strategy (use /sales-newsletter) or newsletter sponsorship marketplace transactions (use /sales-paved).
npx skillsauth add sales-skills/sales sales-reletterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If references/learnings.md exists, read it first for accumulated platform knowledge.
What are you trying to do?
What's your current setup?
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| Problem domain | Route to |
|---|---|
| Newsletter monetization strategy (pricing tiers, paid subs vs ads, revenue models) | Run: /sales-newsletter {user's question} |
| Newsletter sponsorship marketplace (buying/selling placements, programmatic ads) | Run: /sales-paved {user's question} |
| Email marketing campaigns, automation, segmentation | Run: /sales-email-marketing {user's question} |
| Growing newsletter subscriber list | Run: /sales-audience-growth {user's question} |
| Social listening / brand monitoring across social media | Run: /sales-social-listening {user's question} |
When routing to another skill, provide the exact command.
Read references/platform-guide.md for the full platform reference — search capabilities, contact intelligence, list building, monitoring, pricing tiers, API endpoints, Python SDK, CLI, MCP server, and integration recipes.
Answer the user's question using only the relevant section. Don't dump the full reference.
You no longer need the platform guide — focus on the user's specific situation.
For sponsorship prospecting: Start with topic search + subscriber filter (5K+ minimum for most sponsors). Export to a list, enrich with contacts, then pitch directly or route through Paved for marketplace-mediated deals.
For PR/partnerships: Search by topic, filter by engagement, pull creator contacts. Cross-reference with the newsletter's content to personalize outreach.
For brand monitoring: Set up keyword alerts for your brand name, product names, and competitors. Review mentions to identify organic coverage opportunities.
For developers: Use the Python SDK or MCP server for bulk operations. The API is best for building newsletter discovery into your own tools or automating list building.
If you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.
https://mcp.reletter.com needs authentication. Set RELETTER_API_KEY before connecting. REST API auth uses the x-reletter-api-key header (not Authorization: Bearer), base URL https://api.reletter.com, paths under /api/..../sales-newsletter — Newsletter monetization strategy (paid subscriptions, sponsorships, pricing, premium tiers)/sales-paved — Paved platform help (newsletter sponsorship marketplace, Ad Network, Booker, Radar)/sales-sparkloop — SparkLoop platform help (referral programs, paid recommendations, partner programs)/sales-audience-growth — Growing your subscriber list/sales-email-marketing — Email marketing strategy (campaigns, automation, segmentation)/sales-media-relations — Media relations and PR outreach/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-doUser says: "I want to find AI newsletters with 10K+ subscribers to sponsor" Skill does: Guides through Reletter topic search with subscriber filters, explains how to evaluate engagement metrics, recommends building a shortlist of 10-15 newsletters, then exporting with contacts for direct outreach or routing to Paved for marketplace deals Result: User has a curated list of target newsletters with contact info and a sponsorship outreach plan
User says: "How do I use the Reletter API to search for fintech newsletters and pull their contact info?"
Skill does: Shows Python SDK setup (pip install reletter), demonstrates search.publications() with topic and subscriber filters, shows contacts.get() for pulling creator emails, explains pagination with iter_publications(), and covers error handling
Result: User has working Python code to programmatically discover and contact newsletter creators
User says: "I want to know every time my product gets mentioned in a newsletter" Skill does: Walks through Reletter's keyword alert setup, explains monitoring limits per plan tier, recommends setting alerts for brand name + product name + common misspellings, suggests reviewing mentions weekly for organic PR opportunities Result: User has newsletter brand monitoring configured with alerts
Symptom: Searching for a niche topic returns only a handful of newsletters Cause: Search query too specific, or niche genuinely underserved Solution: Broaden the search terms. Try related keywords. Use AI Search for semantic matching instead of exact keyword search. Check if the platform indexes the newsletter platform your targets use.
Symptom: Exported a list but many entries have no contact email Cause: Not all newsletter creators have publicly available email addresses Solution: Check the newsletter's publication page on Reletter for social media links as alternative contact methods. For high-priority targets, look up the creator on LinkedIn or their personal website.
Symptom: Python SDK raises RateLimitError during bulk operations
Cause: Exceeded the monthly API quota (5,000 req/mo on the $59 add-on, up to 50,000 on higher tiers) or hit the 2,000 requests/team/hour burst limit
Solution: The SDK has automatic retries with exponential backoff (default 2 retries, configurable via Reletter(max_retries=N)). For bulk operations, use iter_publications() which handles pagination automatically. Monitor usage with client.account.quota() (this call doesn't count against quota). Quota errors return HTTP 400 with code: api_quota_exceeded. If consistently hitting limits, upgrade to a higher monthly request tier.
tools
Wizlogo (wizlogo.com) platform help — a budget online logo maker (template/style-variation, marketed as "AI") plus a hub of FREE branding tools (business-name, blog-name and slogan generators, business-card maker, invoice generator, color converter, domain search). The pricing traps: the FREE logo is PERSONAL-USE-ONLY; the two cheap paid tiers are RASTER PNG/JPG only — Single (~€39.99 one-time) and Unlimited (~€3.99 per WEEK, recurring) — and VECTOR (SVG/PDF/EPS) is gated to the ~€299.99 Enterprise tier, which also bundles human designer edits and a social kit. Transparent PNG is on all paid plans. Use when making a Wizlogo logo, understanding free-vs-paid or personal-vs-commercial use, which tier unlocks vector/SVG for print, the weekly-subscription billing trap, its free name/slogan generators, or whether it has an API (UI-only — no public API, webhooks, Zapier or MCP). Do NOT use to just generate the business name (use /sales-namelix) or to compare/validate branding tools (use /sales-idea-validation).
tools
VistaPrint platform help (vistaprint.com, a Cimpress company) — the small-business design + print + digital-marketing platform: a free AI Logomaker (4 generations, 60 more after free sign-up) exporting SVG/PNG/PDF at 4000x4000 with no watermark, a free Brand Kit, business cards/flyers/signage/apparel/promo print, and a website builder. THE RIGHTS TRAP: VistaPrint states NO intellectual-property rights transfer on an AI-generated logo — you get usage rights but CANNOT register it for trademark or copyright; only its human designer service transfers full IP. Use when making a VistaPrint logo, asking if you own or can trademark it, running out of AI logo credits, printed colors not matching the screen, bleed/DPI/font file-prep rejections, or asking whether VistaPrint has an API (the consumer site does not — automation runs through the parent Cimpress Open partner-fulfilment API). Do NOT use for Vista Social scheduling (use /sales-vistasocial) or comparing logo tools market-wide (use /sales-idea-validation).
tools
Turbologo (turbologo.com) platform help — a budget AI/DIY logo maker: enter a business name + industry, pick icons and colors, and it proposes logo concepts you refine in an in-browser editor, then pay a one-time fee to download (designing is free, previews are watermarked, downloading is the paywall). Vector SVG/PDF is gated to the mid tier and up; the top tier adds a brand kit (business cards, letterheads, email signatures, social assets). Use when generating a logo in Turbologo, choosing which download tier to buy, vector SVG vs raster PNG, removing the free watermark, the time-limited edit-after-purchase window, pay-to-download pricing questions, whether an AI logo is yours to trademark, or whether Turbologo has an API to bulk-generate logos (it is UI-only — no public API, webhooks, Zapier, or MCP). Do NOT use to generate the business name (use /sales-namelix), compare or validate branding tools across the market (use /sales-idea-validation), or build wider marketing creative (use /sales-canva).
tools
Online Logo Maker (onlinelogomaker.com) platform help — a long-standing free/freemium DIY logo maker: build the mark yourself from icons, shapes, text, and fonts — MANUAL/template-based, NOT enter-a-name-get-AI-concepts. The free pack downloads a LOW-RES 300px PNG with a background; vector SVG, transparent PNG, and 2000px high-res are gated to a one-time lifetime Premium pack (not a subscription). The free tier's commercial-use rights are disputed by reviewers — clean ownership effectively needs Premium, and a shared-icon mark can be non-distinctive. Use for building/editing a logo here, free download vs Premium, vector SVG or transparent PNG, one-time pricing, commercial-use/trademark terms, near-namesake confusion (NOT LogoMaker.com / LogoMakr / Logomakerr.ai), or whether it has an API (UI-only — no API, webhooks, Zapier, MCP). Do NOT use to generate the business name (use /sales-namelix), compare branding tools across the market (use /sales-idea-validation), or build wider creative (use /sales-canva).