measure-my-marketing

measure-my-marketing is a skill for Claude Code, Codex from akiotanaka847/qaio-desktop. It costs 60 tokens per session (3,493 once invoked), scanned A, original, MIT.

A measurement planning tool for defining event tracking, controlled website tests, or a weekly LinkedIn performance review. An A/B test compares two versions, and a UTM is a tag that identifies where a visit came from.

In plain words
What is it for?
Use it to create a developer-ready tracking plan, define an A/B test with metrics and sample-size estimates, or summarize your LinkedIn post performance and notable posts from your network.
Why use it?
It makes marketing measurement specific enough to implement and compare. It also helps avoid tracking vanity metrics or starting tests without clear success rules and enough data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to create a developer-ready tracking plan, define an A/B test with metrics and sample-size estimates, or summarize your LinkedIn post performance and notable posts from your network.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/akiotanaka847/qaio-desktop/measure-my-marketing
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 akiotanaka847/qaio-desktop --skill measure-my-marketing
Clone the repo
git clone --depth 1 https://github.com/akiotanaka847/qaio-desktop

Made for: Claude Code, Codex.

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 measure-my-marketing

README.md
[![agentmods](https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/measure-my-marketing/github.svg)](https://agentmods.dev/skills/akiotanaka847/qaio-desktop/measure-my-marketing)
Your own site
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/measure-my-marketing"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/measure-my-marketing/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 measure-my-marketing

Your own site · 80×15
<a href="https://agentmods.dev/skills/akiotanaka847/qaio-desktop/measure-my-marketing"><img src="https://agentmods.dev/badge/skills/akiotanaka847/qaio-desktop/measure-my-marketing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,493 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.00060 $0.03493
Opus 5 $0.00030 $0.01747
Sonnet 5 $0.00012 $0.00699
Haiku 4.5 $0.00006 $0.00349

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

Security

Grade A, and why

measure-my-marketing 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 12d 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.

store/agents/marketing/.agents/skills/measure-my-marketing/SKILL.md · 183 lines

How it starts

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

Measure My Marketing

One skill for every measurement job. scope param picks the output shape: a developer-ready event tracking spec, a rigorous A/B test doc, or a weekly LinkedIn performance digest. All grounded in your positioning so you measure what matters to your ideal customer, not vanity numbers.

Parameter: scope

  • tracking-plan - event-tracking plan (event name, trigger, properties, owner per step) plus a UTM matrix so paid / social / email are comparable in GA4 / your analytics. Output: tracking-plans/{slug}.md.
  • ab-test - full test spec covering hypothesis (PICOT), control vs variant, primary + secondary metrics, sample-size estimate with MDE + power, duration, and go/no-go criteria. Output: ab-tests/{slug}.md.
  • linkedin-digest - weekly digest of your own post stats (reach, engagement, new followers) plus notable network posts worth engaging with. Output: linkedin-digests/{YYYY-MM-DD}.md.

User names scope in plain English ("spec event tracking for signup", "A/B test for the pricing page", "LinkedIn digest", "how did my posts do") -> infer. Ambiguous -> ask ONE question naming all three options.

When to use

tracking-plan:

  • "Spec event tracking for signup -> activation"
  • "UTM plan for the Q2 campaigns"
  • "Tracking plan for the new pricing page"
  • Called by plan-a-campaign when campaign needs events or UTMs that don't exist yet.

ab-test:

  • "A/B test for the pricing page headline"
  • "Design an experiment for {proposed change}"
  • "Hypothesis for swapping {X} to {Y}"
  • Often follows audit-a-surface (surface=landing-page) when fixes flagged are non-obvious -> design test.

linkedin-digest:

  • "LinkedIn digest" / "how did my posts do this week" / "weekly LinkedIn roundup" / "what did my network post".
  • Weekly - Friday / Sunday-evening routine.

Connections I need

I run external work through Composio. Before this skill runs I check that the categories below are linked. Missing -> I name the category, ask you to connect it from the Integrations tab, stop.

Read the full file on GitHub · 183 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. 12d ago First seen · 183 lines · 60 tokens per session scan A 60f9b884edfc

Subscribe to this mod's changes

measure-my-marketing is a skill published in the GitHub repository akiotanaka847/qaio-desktop (2 stars, last pushed 8d ago), licensed MIT. It adds 60 tokens to every session and 3,493 once invoked, about $0.0003 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

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

ads

When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' 'audience targeting,' 'Google Ads,' 'Facebook ads,' 'LinkedIn ads,' 'ad…

coreyhaines31/marketingskills · 175 tokens

attribution

When the user wants to figure out which marketing actually drives conversions and revenue, choose or interpret an attribution model, or reconcile conflicting numbers across tools. Also use when the user mentions "attribution," "attribution model," "first-touch vs last-touch," "multi-touch," "which channel drives…

coreyhaines31/marketingskills · 220 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

analytics

When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," "tracking plan," "how do I measure this,"…

coreyhaines31/marketingskills · 152 tokens