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 reviews from G2, Capterra, and Trustpilot using Apify. Single script with platform dispatch. Use when you need to monitor competitor reviews, track product sentiment, or gather customer feedback from review sites.
$ npx -y skills add gooseworks-ai/goose-skills --skill review-scraper --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/review-scraperContext preview
The summary Claude sees to decide when to auto-load this skill.
Scrape product reviews from G2, Capterra, and Trustpilot using Apify. Single script with platform dispatch. Use when you need to monitor competitor reviews, track product sentiment, or gather customer feedback from review sites.
name: review-scraper description: > Scrape product reviews from G2, Capterra, and Trustpilot using Apify. Single script with platform dispatch. Use when you need to monitor competitor reviews, track product sentiment, or gather customer feedback from review sites.
Scrape product reviews from G2, Capterra, and Trustpilot using platform-specific Apify actors.
Requires `APIFY_API_TOKEN` env var (or `--token` flag). Install dependency: `pip install requests`.
# Trustpilot reviews python3 skills/review-scraper/scripts/scrape_reviews.py \ --platform trustpilot \ --url "https://www.trustpilot.com/review/example.com" \ --max-reviews 10 --output summary # G2 reviews with keyword filter python3 skills/review-scraper/scripts/scrape_reviews.py \ --platform g2 \ --url "https://www.g2.com/products/example/reviews" \ --keywords "pricing,support" # Capterra reviews python3 skills/review-scraper/scripts/scrape_reviews.py \ --platform capterra \ --url "https://www.capterra.com/p/12345/Example"
| Platform | Actor | Cost | |----------|-------|------| | G2 | `zen-studio/g2-reviews-scraper` | Free tier available | | Capterra | `imadjourney/capterra-reviews-scraper` | Pay-per-result | | Trustpilot | `agents/trustpilot-reviews` | ~$0.20/1k reviews |
| Flag | Default | Description | |------|---------|-------------| | `--platform` | *required* | `g2`, `capterra`, or `trustpilot` | | `--url` | *required* | Product review page URL | | `--max-reviews` | 50 | Max reviews to scrape | | `--keywords` | none | Keywords to filter (comma-separated, OR logic) | | `--days` | none | Only include reviews from last N days | | `--output` | json | Output format: `json` or `summary` | | `--token` | env var | Apify token (prefer `APIFY_API_TOKEN` env var) | | `--timeout` | 300 | Max seconds for Apify run |
All platforms are normalized to the same schema:
{
"platform": "trustpilot",
"title": "Review title",
"text": "Review body text",
"rating": 4,
"author": "Reviewer Name",
"date": "2026-02-18",
"pros": "What they liked (G2/Capterra only)",
"cons": "What they disliked (G2/Capterra only)",
"url": "https://..."
}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.