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…
Extract commenters from LinkedIn posts via Apify. Returns commenter names, titles, LinkedIn profile URLs, and comment text. Use to find warm leads engaging with relevant discussions. No LinkedIn cookies required.
$ npx -y skills add gooseworks-ai/goose-skills --skill linkedin-commenter-extractor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/linkedin-commenter-extractorContext preview
The summary Claude sees to decide when to auto-load this skill.
Extract commenters from LinkedIn posts via Apify. Returns commenter names, titles, LinkedIn profile URLs, and comment text. Use to find warm leads engaging with relevant discussions. No LinkedIn cookies required.
name: linkedin-commenter-extractor description: > Extract commenters from LinkedIn posts via Apify. Returns commenter names, titles, LinkedIn profile URLs, and comment text. Use to find warm leads engaging with relevant discussions. No LinkedIn cookies required.
Extract names, titles, companies, LinkedIn URLs, and comment text from people who commented on specific LinkedIn posts. Uses Apify — no LinkedIn cookies required.
Requires `requests` and `APIFY_API_TOKEN` environment variable.
# Extract commenters from a single post python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py \ --post-url "https://www.linkedin.com/posts/someone_topic-activity-123456789" # Multiple posts python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py \ --post-url URL1 --post-url URL2 # Limit comments per post python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py \ --post-url URL --max-comments 50 # Output formats python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py --post-url URL --output json python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py --post-url URL --output csv python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py --post-url URL --output summary # Deduplicate across multiple posts python3 skills/linkedin-commenter-extractor/scripts/extract_commenters.py \ --post-url URL1 --post-url URL2 --dedup
1. Takes one or more LinkedIn post URLs 2. Calls the `harvestapi~linkedin-post-comments` Apify actor (no cookies needed) 3. Extracts commenter name, headline (title + company), LinkedIn profile URL, and comment text 4. Parses headline into separate title and company fields where possible 5. Optionally deduplicates across multiple posts by LinkedIn profile URL
| Flag | Default | Description | |------|---------|-------------| | `--post-url` | *required* | LinkedIn post URL (can be repeated for multiple posts) | | `--max-comments` | 100 | Max comments to extract per post | | `--output` | json | Output format: `json`, `csv`, `summary` | | `--dedup` | false | Deduplicate commenters across multiple posts | | `--token` | env var | Apify API token (overrides APIFY_API_TOKEN env var) | | `--timeout` | 120 | Max seconds to wait for Apify run |
{
"name": "Jane Smith",
"headline": "VP of Finance at Acme Corp",
"title": "VP of Finance",
"company": "Acme Corp",
"linkedin_url": "https://www.linkedin.com/in/janesmith",
"comment_text": "Great insights on AI in accounting...",
"post_url": "https://www.linkedin.com/posts/...",
"profile_image_url": "https://..."
}Uses `harvestapi~linkedin-post-comments` Apify actor — ~$2 per 1,000 comments. No LinkedIn cookies or login required.
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.