analytics-tracking

analytics-tracking is a skill for Claude Code, Codex from jaredlangleycc/nightshift-os. It costs 113 tokens per session (4,174 once invoked), scanned A, original, MIT.

A guide for adding measurement to marketing work, including tagged links, conversion tracking, and attribution. It can work with analytics tools such as GA4, Cloudflare Analytics, Plausible, or Fathom.

In plain words
What is it for?
Use it to define UTM tags, track a chosen conversion such as a signup or purchase, and set up a small routine for checking results. It is not for SEO tracking, AI citation monitoring, or content strategy.
Why use it?
It helps show where leads and conversions come from, so you can tell which content or channel is working.

Skill for Claude CodeCodex

Part of the nightshift-os plugin — 43 skills shipped together

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.

agentmods
npx agentmods add skills/jaredlangleycc/nightshift-os/analytics-tracking
Any agent
npx skills add jaredlangleycc/nightshift-os --skill analytics-tracking
Clone the repo
git clone --depth 1 https://github.com/jaredlangleycc/nightshift-os

Made for: Claude Code, Codex.

Or install nightshift-os, the plugin that ships this one along with the rest of its 43 skills.

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 analytics-tracking

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/analytics-tracking.svg)](https://agentmods.dev/skills/jaredlangleycc/nightshift-os/analytics-tracking)
Your own site
<a href="https://agentmods.dev/skills/jaredlangleycc/nightshift-os/analytics-tracking"><img src="https://agentmods.dev/badge/skills/jaredlangleycc/nightshift-os/analytics-tracking.svg" alt="Measured on agentmods" height="20"></a>
Per session 113 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,174 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00113 $0.04174
Opus 5 $0.00056 $0.02087
Sonnet 5 $0.00023 $0.00835
Haiku 4.5 $0.00011 $0.00417

Measured 3d ago against content hash 61b7faaed555, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

analytics-tracking 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 3d 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.

skills/marketing/analytics-tracking/SKILL.md · 456 lines

How it starts

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

Analytics Tracking

The measurement layer for everything else. UTM design, conversion tracking, attribution. Without it, the user can't tell which content drives revenue, which channel is working, or whether paid ads are profitable.

The trap: setting up Google Analytics, never reading it. This skill installs only the tracking the user will actually use, and gives them the 5-minute weekly check.

When this skill triggers

  • "Set up analytics"
  • "UTM tracking"
  • "Where are my leads coming from"
  • "Track conversions"
  • "Conversion event"
  • "Attribution"
  • "Tag my links"
  • "Why don't I know which content works"

NOT for: SEO performance tracking (use seo-audit), AI citation tracking (use ai-seo > citation monitoring), content strategy decisions (use content-strategy).

The diagnostic before setting up

Coach-mode. One question at a time.

  1. "What's the conversion event you most want to track?" (signup, booking, purchase, something else)
  2. "What tools do you currently have installed?" (GA4, Cloudflare Analytics, Plausible, Fathom, MailerLite reports, HubSpot)
  3. "Where do you currently look to answer 'is this working?'" (and how often)
  4. "What's the question you can't answer right now?"
  5. "What's your privacy stance? (no third-party trackers / OK with privacy-respecting / OK with all major platforms)"

If the user says "I want to know everything," push back. The 90% solution is 3 to 5 events tracked well. Tracking 50 events means tracking none.

The 3 layers

Solopreneur analytics has 3 layers. Don't add more without a specific reason.

Layer 1: Site analytics (page views, sources, basic engagement)

What it tracks:

  • Page views by URL
  • Top pages
  • Sources (referrer, search, direct, social)
  • Visitor count

Free tools:

  • Cloudflare Web Analytics (privacy-first, no cookies, free on any plan) is the default
  • Plausible (privacy-first, $9/mo paid; has a free EU-hosted self-host option)
  • Fathom (privacy-first, $14/mo)
  • GA4 free (full-featured but privacy-heavy)

Read the full file on GitHub · 456 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 456 lines · 113 tokens per session scan A 61b7faaed555

Subscribe to this mod's changes

analytics-tracking is a skill published in the GitHub repository jaredlangleycc/nightshift-os (3 stars, last pushed 1mo ago), licensed MIT. It adds 113 tokens to every session and 4,174 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

Brand Guidelines Generator

Create and maintain brand style guides for consistent visual identity.

claude-office-skills/skills · 14 tokens

brand

Brand context management for marketing sessions with continuity across conversations.

itsbariscan/claude-code-marketing · 12 tokens

liking-factor-engineer

Analyze and engineer liking to increase rapport, persuasion, and compliance in marketing, sales, and communication contexts. Use this skill when the user wants to improve how much an audience likes them, their brand, or their message — including writing sales copy, designing onboarding flows, crafting brand voice…

bookforge-ai/bookforge-skills · 175 tokens

magazine-web-ppt

For marketing and gtm work: bind launches, campaigns, events, and brand plans to growth and pipeline outcomes. Built around the core query "annual-marketing-plan", with GTM strategy lead judgment, buyer-ready proof, and this outcome: approve launch plan, campaign budget, or GTM motion.

nexu-io/open-design · 67 tokens

html-ppt-zhangzara-coral

OpenDesign's community-growth campaign across GitHub, Discord, and X: the loops, the content calendar, and the pipeline math. Built as a decision-grade marketing & GTM deck for growth team, community lead.

nexu-io/open-design · 55 tokens

co-marketing

When the user wants to find co-marketing partners, plan joint campaigns, or brainstorm partnership opportunities. Use when the user says 'co-marketing,' 'partner marketing,' 'joint campaign,' 'who should we partner with,' 'integration marketing,' 'cross-promotion,' 'collaborate with another company,' 'partnership…

coreyhaines31/marketingskills · 92 tokens