create-image-fal
Generate or edit an image via any FAL image model (nano-banana edit, gpt-image, flux, ...), ROUTED THROUGH THE fal-proxy so it bills the Ads agent. image_urls…
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
$ npx -y skills add gooseworks-ai/goose-skills --skill newsletter-sponsorship-finder --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/newsletter-sponsorship-finderContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: newsletter-sponsorship-finder description: > 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.
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.
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.
Free — all discovery is WebSearch-based. No API keys required.
pip3 install requests
Optional helper script for Substack directory search:
python3 skills/newsletter-sponsorship-finder/scripts/search_newsletters.py --keywords "cloud,AWS,DevOps" --output json
Accept from user:
Run these searches:
Search Swapstack/Paved/SparkLoop for relevant newsletters:
For each discovered newsletter, use WebFetch to visit the newsletter page and try to find:
1. **Name** — Newsletter name 2. **Author/Organization** — Who runs it 3. **URL** — Signup page or archive 4. **Estimated audience** — subscriber count (often mentioned on sponsorship pages or About pages) 5. **Topic focus** — What it covers 6. **Frequency** — Daily, weekly, monthly 7. **Sponsorship info** — Rates, format (dedicated send, banner, classified), contact 8. **Audience quality** — Is the audience primarily decision-makers or junior folks? 9. **Social proof** — Notable sponsors, testimonials
Score each newsletter (0-10):
Save results to the specified output path as markdown:
# Newsletter Sponsorship Opportunities **Target audience:** [description] **Industry:** [keywords] **Date:** YYYY-MM-DD ## Tier 1: Must-Sponsor (Score 8+) | Newsletter | Author | Est. Audience | Frequency | Sponsorship Rate | Contact | Score | |-----------|--------|--------------|-----------|-----------------|---------|-------| ## Tier 2: Strong Fit (Score 5-7) | Newsletter | Author | Est. Audience | Frequency | Sponsorship Rate | Contact | Score | |-----------|--------|--------------|-----------|-----------------|---------|-------| ## Tier 3: Worth Exploring (Score 3-4) | Newsletter | Author | Est. Audience | Frequency | Sponsorship Rate | Contact | Score | |-----------|--------|--------------|-----------|-----------------|---------|-------| ## Competitor Sponsorship Intel | Competitor | Newsletters They Sponsor | Notes | |-----------|------------------------|-------| ## Next Steps 1. Reach out to Tier 1 newsletters for rate cards 2. Request media kits from Tier 2 newsletters 3. Set calendar reminder to refresh this list quarterly 4. Monitor competitor sponsorships monthly
Put your AI agent on the growth team. Research customers and competitors, analyze what is working, create the next campaign, and learn from the result.
Repo: gooseworks-ai/goose-skills
Generate or edit an image via any FAL image model (nano-banana edit, gpt-image, flux, ...), ROUTED THROUGH THE fal-proxy so it bills the Ads agent. image_urls…
Generate a single photoreal or designed image with OpenAI gpt-image via fal.ai. Supports gpt-image-1 (default, fixed sizes — the FAL fallback for Higgsfield's…
Generate an instrumental music bed via ElevenLabs Music, ROUTED THROUGH THE elevenlabs-proxy so it bills the Ads agent. Trims any sparse intro, loudnorm, fades…
Image-to-video (or text-to-video) via any FAL video model (Kling, Seedance, Veo), ROUTED THROUGH THE GooseWorks fal-proxy so the call bills the Ads agent. The…
Generate a voiceover (VO) clip via ElevenLabs text-to-speech, ROUTED THROUGH THE elevenlabs-proxy so it bills the Ads agent. Voice id + script text come from…
Scrape competitor ads from Google Ads by domain. Returns ad creatives, formats, and campaign details. Use for competitive ad research and messaging analysis.