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…
Comprehensive GTM analysis of any target company. Researches what a company is currently doing across all go-to-market dimensions — content/blog, founder LinkedIn activity, SEO/traffic, hiring signals, social/community presence, customer acquisition channels, podcast
$ npx -y skills add gooseworks-ai/goose-skills --skill company-current-gtm-analysis --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/company-current-gtm-analysisContext preview
The summary Claude sees to decide when to auto-load this skill.
Comprehensive GTM analysis of any target company. Researches what a company is currently doing across all go-to-market dimensions — content/blog, founder LinkedIn activity, SEO/traffic, hiring signals, social/community presence, customer acquisition channels, podcast
name: company-current-gtm-analysis description: > Comprehensive GTM analysis of any target company. Researches what a company is currently doing across all go-to-market dimensions — content/blog, founder LinkedIn activity, SEO/traffic, hiring signals, social/community presence, customer acquisition channels, podcast appearances, review sites, competitive positioning, and partnerships. Produces a structured report identifying what's working, what's missing, and where white space exists for new strategies. Use before designing GTM strategies for a client or prospect.
Deep-research agent skill that produces a comprehensive analysis of what a target company is currently doing across all go-to-market dimensions. The output identifies what's working, what's missing, and where white space exists — so you can design strategies that fill genuine gaps rather than duplicating what they already do.
Run a GTM analysis for <company>. Website: <url>. Founder LinkedIn profiles: <urls>.
Or if a client context file already exists:
Run a GTM analysis for <client>. Use the context at clients/<client>/context.md.
| Input | Required | Source | |-------|----------|--------| | **Company name** | Yes | User provides or read from `clients/<client>/context.md` | | **Company website** | Yes | User provides or read from context | | **Founder/exec LinkedIn URLs** | Recommended | User provides, or search web for "[founder name] LinkedIn" | | **Known competitors** | Optional | Improves competitive positioning section | | **Client context file** | Optional | `clients/<client>/context.md` — if exists, use for ICP, positioning, etc. |
---
1. If a client context file exists at `clients/<client>/context.md`, read it for:
2. If no context file exists, gather basics from the user:
3. Create the output directory in the current working directory (or user-specified path).
Run as many of these research threads as possible in parallel. Each thread is independent.
**Goal:** Understand their content strategy — topics, frequency, types, target audience, gaps.
1. **Fetch the blog page:**
2. **Catalog content types:**
3. **Assess content strategy:**
4. **Check for comparison/vs pages:**
**Goal:** Understand founder thought leadership presence, posting frequency, engagement, topics.
**Requires:** Founder LinkedIn profile URLs. If not provided, search: `"<founder name>" LinkedIn <company>`
1. **Scrape recent posts:**
python3 skills/linkedin-profile-post-scraper/scripts/scrape_linkedin_posts.py \
--profiles "<comma-separated LinkedIn URLs>" \
--max-posts 20 --days 90 --output json2. **Analyze the posts:**
3. **Assess thought leadership posture:**
**Goal:** Estimate traffic, identify traffic sources, assess SEO investment level.
1. **Get traffic data:**
2. **Assess keyword strategy:**
3. **Check for paid advertising:**
4. **Assess SEO maturity:**
**Goal:** Underst
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.