ot-competitor-site-teardown

Extracts competitor website structure, copy patterns, and pricing into a dated structure spec.

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/triage-software/skills --skill ot-competitor-site-teardown-triage-software
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ot-competitor-site-teardown
Source: https://github.com/triage-software/skills/tree/main/skills/ot-competitor-site-teardown
Command: npx skills add https://github.com/triage-software/skills --skill ot-competitor-site-teardown-triage-software

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Positioning a product website against a named competitor requires verified evidence, not memory or secondhand quotes. This Skill fetches live competitor pages and turns them into an implementable structure spec covering section flow, copy patterns, CTA strategy, and i18n reality. ## Core Features & Use Cases - Live HTML Analysis: Fetches home, pricing, and product pages with curl and parses headings, copy fragments, and link frequency locally. - Empirical Verification: Checks lang attributes, hreflang tags, and localized URL probes to confirm i18n claims, and verifies pricing tiers directly on the pricing page. - Use Case: When designing a marketing site against an incumbent, run the teardown to produce a dated spec with a copy steal list, demo presentation notes, and a differentiation list the competitor structurally cannot match. ## Quick Start Run a competitor site teardown on the competitor's domain and write the dated structure spec to the product knowledge base.

Frequently Asked Questions about ot-competitor-site-teardown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a competitor website's structure and messaging?▼

Fetch the home, pricing, and one flagship product page with curl, then parse headings in document order to reveal the persuasion flow. Extract copy fragments and nav link frequency to identify copy patterns and where the site funnels visitors.

How to verify if a competitor website supports multiple languages?▼

Check the lang attribute and hreflang tags in the fetched HTML, then probe localized URL paths like /de or /fr and test for 404 responses. Never assume a global vendor localizes; absence of verified i18n becomes a differentiator.

What should I do when web scrapers are blocked by a competitor site?▼

Use curl with a browser user-agent header to fetch the raw HTML, then parse it locally with regex after stripping scripts and styles. Mark anything unreachable, such as review-walled pages, as unverified rather than quoting secondhand.

Can I rely on competitor pricing information found on their site?▼

Pricing page data is a snapshot fact and must always be dated since pricing changes frequently. Verify tiers, per-unit billing, and add-ons directly on the pricing page itself before using them as a comparison anchor.

What are the limitations of HTML-based competitor analysis?▼

The method only cites what fetched HTML shows, so JavaScript-rendered content and gated pages like G2 reviews may be unreachable. Such findings must be marked unverified, and the analysis cannot capture dynamic or personalized page variants.