newsletter-sponsorship-finder
Find newsletters relevant to a target audience/industry for sponsorship opportunities. Discovers newsletters through web search, newsletter directories, and industry research. Returns newsletter name, author, estimated audience, topic focus, sponsorship rates (if available), and contact info.
npx skills add gooseworks-ai/goose-skills --skill newsletter-sponsorship-finder --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Newsletter Sponsorship Finder Find and rank newsletters for sponsorship opportunities targeting a specific ICP. Uses web search, newsletter directories, and competitor intelligence to build a prioritized list of sponsorship targets. ## Quick Start ``` Find newsletter sponsorship opportunities for [client]. Target audience: [description]. Industry keywords: [keywords]. ``` Or with optional filters: ``` Find newsletter sponsorship opportunities for [client]. Target audience: CTOs and DevOps engineers at startups. Industry keywords: cloud, AWS, DevOps, infrastructure, FinOps. Budget: $500-2000/placement. Geographic focus: US. ``` ## Inputs - **Target audience description** (required) — e.g., "CTOs and DevOps engineers at startups" - **Industry keywords** (required) — e.g., "cloud, AWS, DevOps, infrastructure, FinOps" - **Budget range** (optional) — for filtering newsletters by sponsorship cost - **Geographic focus** (optional) — e.g., "US", "Europe", "Global" - **Output path** (optional) — where to save results, defaults to `clients/<client>/leads/newsletter-sponsorships-YYYY-MM-DD.md` ## Cost Free — all discovery is WebSearch-based. No API keys required. ## Dependencies ``` pip3 in
- Quick Start
- Inputs
- Cost
- Dependencies
- Process
- Phase 1: Define Target
- Phase 2: Discovery (run searches in parallel)
- Phase 3: Enrich Each Newsletter
- Phase 4: Score & Rank
- Phase 5: Output
- Tips
python3 skills/newsletter-sponsorship-finder/scripts/search_newsletters.py --keywords "cloud,AWS,DevOps" --output json
What does the newsletter-sponsorship-finder skill do?
Find newsletters relevant to a target audience/industry for sponsorship opportunities. Discovers newsletters through web search, newsletter directories, and industry research. Returns newsletter name, author, estimated audience, topic focus, sponsorship rates (if available), and contact info.
How do I install it?
Run `npx skills add gooseworks-ai/goose-skills --skill newsletter-sponsorship-finder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
