Agent skill · Data & Analytics

landing-page-intel

Extract competitor and customer intelligence from any company's landing page HTML. Discovers tech stack, analytics tools, ad pixels, customer logos, SEO metadata, CTAs, hidden elements, and more. No API keys required.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add gooseworks-ai/goose-skills --skill landing-page-intel --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: yes
Path: skills/competitive-intel/capabilities/landing-page-intel/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Landing Page Intel Extract GTM-relevant intelligence from any company's landing page by scraping its HTML source. ## Quick Start Only dependency is `pip install requests`. No API key needed. ```bash # Basic scan of a single URL python3 skills/landing-page-intel/scripts/scrape_landing_page.py \ --url "https://example.com" # Scan multiple pages of the same site python3 skills/landing-page-intel/scripts/scrape_landing_page.py \ --url "https://example.com" --pages "/,/pricing,/about" # Output as summary table instead of JSON python3 skills/landing-page-intel/scripts/scrape_landing_page.py \ --url "https://example.com" --output summary # Save full report to file python3 skills/landing-page-intel/scripts/scrape_landing_page.py \ --url "https://example.com" --output json > report.json ``` ## What It Extracts | Category | Details | |----------|---------| | **Tech Stack** | Analytics (GA4, Mixpanel, Amplitude, PostHog, Heap), marketing automation (HubSpot, Marketo, Pardot), chat widgets (Intercom, Drift, Crisp, Zendesk), A/B testing (Optimizely, VWO, LaunchDarkly), session recording (Hotjar, FullStory, LogRocket), CDPs (Segment, Clearbit, 6sense) | | **Ad Pixels** | Meta Pixel, Google Ads

What's inside
Steps it walks through
  1. Quick Start
  2. What It Extracts
  3. CLI Reference
  4. GTM Use Cases
  5. Cost
Ships with 2 files
  • scripts/scrape_landing_page.py
  • skill.meta.json
Commands it runs
Basic scan of a single URL
python3 skills/landing-page-intel/scripts/scrape_landing_page.py \
Scan multiple pages of the same site
Output as summary table instead of JSON
Save full report to file
More from goose-skills
All skills →
About this skill
What does the landing-page-intel skill do?

Extract competitor and customer intelligence from any company's landing page HTML. Discovers tech stack, analytics tools, ad pixels, customer logos, SEO metadata, CTAs, hidden elements, and more. No API keys required.

How do I install it?

Run `npx skills add gooseworks-ai/goose-skills --skill landing-page-intel --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going