Agent skill

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.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
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.

Facts
Files in the skill folder: 3
SKILL.md size: 6 KB
Bundled scripts: yes
Path: skills/ads/capabilities/newsletter-sponsorship-finder/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Quick Start
  2. Inputs
  3. Cost
  4. Dependencies
  5. Process
  6. Phase 1: Define Target
  7. Phase 2: Discovery (run searches in parallel)
  8. Phase 3: Enrich Each Newsletter
  9. Phase 4: Score & Rank
  10. Phase 5: Output
  11. Tips
Ships with 2 files
  • scripts/search_newsletters.py
  • skill.meta.json
Commands it runs
python3 skills/newsletter-sponsorship-finder/scripts/search_newsletters.py --keywords "cloud,AWS,DevOps" --output json
More from goose-skills
All skills →
About this skill
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.

Keep going