website-visitor-followup

website-visitor-followup is a skill for Claude Code from First-Touch-Inc/firsttouch-agent-skill-packs. It costs 82 tokens per session (1,318 once invoked), scanned A, original, MIT.

A workflow for turning identified website visitors into LinkedIn follow-up. It checks the available visitor or HubSpot data, checks the contact’s connection status, drafts a light message, and waits for approval before execution.

In plain words
What is it for?
Use it to review high-intent website visits, match visitors to contacts, prepare LinkedIn touches, and record the activity when the available integration supports it.
Why use it?
It helps sales teams respond while a visitor may still be researching the company, rather than relying only on general prospecting. It requires an approved visitor source, such as HubSpot signals, an identified-visitor list, or an export.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ae-pack plugin — 13 skills, 1 MCP server shipped together

Good fit Use it to review high-intent website visits, match visitors to contacts, prepare LinkedIn touches, and record the activity when the available integration supports it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/first-touch-inc/firsttouch-agent-skill-packs/website-visitor-followup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add First-Touch-Inc/firsttouch-agent-skill-packs --skill website-visitor-followup
Clone the repo
git clone --depth 1 https://github.com/First-Touch-Inc/firsttouch-agent-skill-packs

Made for: Claude Code.

Or install ae-pack, the plugin that ships this one along with the rest of its 13 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for website-visitor-followup

README.md
[![agentmods](https://agentmods.dev/badge/skills/first-touch-inc/firsttouch-agent-skill-packs/website-visitor-followup/github.svg)](https://agentmods.dev/skills/first-touch-inc/firsttouch-agent-skill-packs/website-visitor-followup)
Your own site
<a href="https://agentmods.dev/skills/first-touch-inc/firsttouch-agent-skill-packs/website-visitor-followup"><img src="https://agentmods.dev/badge/skills/first-touch-inc/firsttouch-agent-skill-packs/website-visitor-followup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for website-visitor-followup

Your own site · 80×15
<a href="https://agentmods.dev/skills/first-touch-inc/firsttouch-agent-skill-packs/website-visitor-followup"><img src="https://agentmods.dev/badge/skills/first-touch-inc/firsttouch-agent-skill-packs/website-visitor-followup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,318 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.01318
Opus 5 $0.00041 $0.00659
Sonnet 5 $0.00016 $0.00264
Haiku 4.5 $0.00008 $0.00132

Measured 11d ago against content hash 47fb1669fbf3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

website-visitor-followup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ae-pack/skills/website-visitor-followup/SKILL.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Website Visitor Follow-Up

No-source note: If the workspace has no HubSpot tracking, RB2B/list source, or visitor export, skip this play and use this pack's persona AI SDR play instead.

Solo/default path: a single owner can run this from an approved visitor/source list and approve every touch themselves. If you later run it with a team, add owner-based routing, per-seat cap sharing, approval review, and FirstTouch/HubSpot logging checks.

Outcome: Convert high-intent website visits into social touches while the account is actively researching.

First-run onboarding gate

Before running this skill for the first time in a workspace, load ../../references/onboarding.md and complete the onboarding questions. Do not proceed until you know: LinkedIn account type (free/basic = no connection notes; recommend 10 connection requests/day and never exceed the FirstTouch max of 20/day; Sales Navigator/Premium = connection notes available; recommend 20 connection requests/day and never exceed the FirstTouch max of 30/day), HubSpot access (MCP, service key/private app token, HubSpot list only, or none), and which play the user wants to run. Recommend high-intent plays before outbound to keep the LinkedIn account healthy. If HubSpot is unavailable, do not run HubSpot-specific steps unless the user provides a HubSpot list FirstTouch can access.

When to use

  • a de-anon tool identifies a target account/contact on key pages
  • HubSpot website activity shows pricing / demo / product-page interest
  • the user says "work website visitors"

Inputs

  • signal source: HubSpot's native website tracking (default) OR a de-anon platform like RB2B (recommended if native HubSpot web-visit volume is too low to be useful)
  • page threshold: which pages count (pricing, demo, product, integrations, etc.)
  • identity confidence: known contact vs likely account only

Step-by-step

Before drafting or queueing any contact, run Gate 0 suppression/DNC from ../../references/safety-governance.md. Suppressed, unsubscribed, opted-out, or do-not-contact records are skipped and logged.

Read the full file on GitHub · 97 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 97 lines · 82 tokens per session scan A 47fb1669fbf3

Subscribe to this mod's changes

website-visitor-followup is a skill published in the GitHub repository First-Touch-Inc/firsttouch-agent-skill-packs (5 stars, last pushed 2mo ago), licensed MIT. It adds 82 tokens to every session and 1,318 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.