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…
Scrape Product Hunt trending products using Apify. Use when you need to discover new product launches, track competitors on Product Hunt, or monitor the startup ecosystem for relevant launches.
$ npx -y skills add gooseworks-ai/goose-skills --skill product-hunt-scraper --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/product-hunt-scraperContext preview
The summary Claude sees to decide when to auto-load this skill.
Scrape Product Hunt trending products using Apify. Use when you need to discover new product launches, track competitors on Product Hunt, or monitor the startup ecosystem for relevant launches.
name: product-hunt-scraper description: > Scrape Product Hunt trending products using Apify. Use when you need to discover new product launches, track competitors on Product Hunt, or monitor the startup ecosystem for relevant launches.
Scrape trending products from Product Hunt using the Apify `maximedupre/product-hunt-scraper` actor.
**Output fields:** Each product has `name`, `tagline`, `description`, `url` (Product Hunt URL), and additional fields depending on the actor's output.
Requires `APIFY_API_TOKEN` env var (or `--token` flag).
# Today's top products python3 skills/product-hunt-scraper/scripts/scrape_producthunt.py \ --time-period daily --max-products 10 --output summary # This week's products filtered by keyword python3 skills/product-hunt-scraper/scripts/scrape_producthunt.py \ --time-period weekly --keywords "AI,marketing" --output summary # Monthly top products as JSON python3 skills/product-hunt-scraper/scripts/scrape_producthunt.py \ --time-period monthly --max-products 50
| Flag | Default | Description | |------|---------|-------------| | `--time-period` | weekly | `daily`, `weekly`, or `monthly` | | `--max-products` | 50 | Max products to scrape | | `--keywords` | none | Keywords to filter (comma-separated, OR logic) | | `--output` | json | Output format: `json` or `summary` | | `--token` | env var | Apify token (prefer `APIFY_API_TOKEN` env var) | | `--timeout` | 300 | Max seconds to wait for the Apify run |
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.