playbook-tech-on-website

Verifies which technologies companies run on their websites via live homepage fingerprinting.

678|243|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/growthenginenowoslawski/coldoutboundskills --skill playbook-tech-on-website
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playbook-tech-on-website
Source: https://github.com/growthenginenowoslawski/coldoutboundskills/tree/main/skills/playbooks/playbook-tech-on-website
Command: npx skills add https://github.com/growthenginenowoslawski/coldoutboundskills --skill playbook-tech-on-website

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Technographic databases are frequently stale or wrong, so cold email campaigns built on provider filters end up targeting companies that do not actually use the technology in question. This Skill verifies each domain against its live website before any list is built or copy is written.

Core Features & Use Cases

  • Tandem provider discovery with union dedupe: Runs two technographic providers in parallel, unions and dedupes the domains, and shards past per-filter caps to cover the full market.
  • Live homepage verification gate: Fetches each homepage with a browser user agent, matches fingerprints over HTML and response headers, grades platform hits by header or oracle evidence, and flags blocked pages instead of treating them as negatives.
  • Opt-in personalization clause: Generates a short copy-ready line naming the verified stack only when explicitly requested, with prompt rules plus code-level post-guards.
  • Use Case: Given 4,000 domains from a provider's Shopify filter, verify each against its live site, keep the roughly 60% that survive, and optionally produce a line like "you run Klaviyo and Gorgias on top of your Shopify store" for confirmed rows.

Quick Start

Ask the agent to verify which companies in my domain list actually run Shopify on their websites and output a per-domain verdict with evidence.

Frequently Asked Questions about playbook-tech-on-website

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

FAQPage Schema
How do I find companies using Shopify for cold outreach?

Run two technographic providers in tandem, union and dedupe the domains, then verify each domain against its live homepage using HTML and response header fingerprints. Expect roughly 60% of a provider-sourced list to survive verification, so pull about 1.7x what you need.

How to verify a company's tech stack against its live website?

Fetch the homepage with a browser user agent at concurrency 2 and match fingerprints over HTML and response headers. Platform hits like Shopify require header evidence such as x-shopid or an oracle endpoint like /products.json to be graded confirmed.

Why are technographic database results inaccurate?

Provider data reflects what a crawler saw at some unstated past point and is often wrong. In the graded test, 4 of 10 companies returned by a provider's own Shopify filter were not on Shopify, and two were not ecommerce at all.

What happens when a website blocks the verification fetch?

A blocked response is flagged with blocked: true and a blocked_reason, never treated as a negative. Blocked rows are routed to a rendering proxy for rescue, since a bot wall means the page was never read.

Can this playbook generate a personalization line for cold emails?

Yes, but only on explicit request. The default deliverable is the per-domain verdict; the opt-in clause path uses a locked prompt with gpt-4o-mini plus code-level post-guards, and runs only on rows where the target technology is confirmed.

When should I not use website technographic verification?

Do not use it when you want the software a company sells rather than runs, or for mail-infrastructure targeting. It is designed for offers that only make sense to companies running a specific technology on their site.