hyros-integration

Implement Hyros attribution tracking for opt-in forms, checkout flows, and gated resources.

11|4|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/leadgenjay/claude-skills --skill hyros-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyros-integration
Source: https://github.com/leadgenjay/claude-skills/tree/main/skills/hyros-integration
Command: npx skills add https://github.com/leadgenjay/claude-skills --skill hyros-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hyros attribution tracking for opt-in forms, checkout flows, and gated resources across the codebase. Implemented server-side lead tracking, client-side checkout intent, and Whop integration to ensure consistent Hyros data.

Core Features & Use Cases

  • Server-side lead tracking via trackHyrosLead() in API routes for lead captures
  • Client-side checkout intent tracking before redirects on checkout pages
  • Whop purchase integration for automatic Hyros attribution
  • Source-link management via Hyros dashboard to map sources to form routes

Quick Start

Add Hyros tracking to a new opt-in API route after validating the input.

Frequently Asked Questions about hyros-integration

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

FAQPage Schema
How do I set up server-side lead tracking for opt-in forms?

Server-side lead tracking for opt-in forms is set up by calling the trackHyrosLead() function within your API routes after validating user input. This ensures captured leads are properly sent to Hyros.

What is the best way to track checkout intent before redirecting to a checkout page?

The best way to track checkout intent is by implementing client-side checkout tracking before redirecting users. This captures the initial intent data and sends it to Hyros prior to the checkout redirect.

Does Whop integration support automatic Hyros attribution?

Yes, Whop integration supports automatic Hyros attribution by configuring the Whop source-link. This maps Whop purchases directly to Hyros for consistent attribution tracking.

How do I map traffic sources to form routes in Hyros?

You map traffic sources to form routes using source-link management in the Hyros dashboard. This configuration connects your incoming traffic sources to the specific API routes capturing leads.

When do I need to create new API routes for Hyros tracking?

You need to create new API routes for Hyros tracking when capturing leads, checkout pages, or gated resources. This enforces server-side lead tracking and ensures proper Hyros data collection.