Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Benai Utm Creator

ASecurity

Stage 2 of the Ben AI publishing chain. Turns one YouTube video title into all six Ben AI UTM tracking links, their Bitly backhalfs, a five-letter campaign code, and a Bitly-ready import CSV saved to Downloads. Needs nothing but the exact title, so it can run while YouTube is still processing the upload. Use whenever someone wants UTM links, tracking links, a campaign code, or Bitly short links for a video, or says "make UTMs for [title]", "create the tracking links", "UTM creator", "what is ...

65 stars
0 votes
0 copies
0 views
Added 9/21/2026
ai-agentsrustgoshell

Works with

terminal

Security Analysis

A100/100

Scanned 9/21/2026

Install to Claude Code

$npx -y skills add naveedharri/benai-skills --skill benai-utm-creator --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Benai Utm Creator?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Benai Utm Creator
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/naveedharri-benai-utm-creator-186bfd48/badge)](https://www.skillsdirectory.com/skills/naveedharri-benai-utm-creator-186bfd48)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: benai-utm-creator
description: Stage 2 of the Ben AI publishing chain. Turns one YouTube video title into all six Ben AI UTM tracking links, their Bitly backhalfs, a five-letter campaign code, and a Bitly-ready import CSV saved to Downloads. Needs nothing but the exact title, so it can run while YouTube is still processing the upload. Use whenever someone wants UTM links, tracking links, a campaign code, or Bitly short links for a video, or says "make UTMs for [title]", "create the tracking links", "UTM creator", "what is the code for this video", or "bitly links for [title]".
disable-model-invocation: true
---

# Ben AI UTM Creator

Stage 2. One video title in, six links and a CSV out. Replaces the manual formula work in the
UTM creator sheet.

Needs only the title, so run it while YouTube processes the upload rather than waiting.

## Steps

```
Task Progress:
- [ ] 1. Get the exact video title
- [ ] 2. Generate links + CSV
- [ ] 3. Settle the free link
- [ ] 4. Review with the operator
- [ ] 5. Save the CSV where the operator can reach it
- [ ] 6. Write the code to the Notion card
```

### 1. Get the exact video title

Take it from Studio, not from the Notion card's name. The card often carries a working title
or a list of candidate variations; the code has to derive from the title that actually ships.

### 2. Generate links + CSV

Run `scripts/utm_creator.py "<video title>"` yourself. **The operator never runs this.** They
should not see a command, be asked to open a terminal, or be told a path they have to type.

The script prints the slug, the five-letter code, all six links with their backhalfs, and
writes the CSV. Do not hand-build any URL.

It self-checks before writing and exits 1 without producing a file if `utm_content` is not
lowercase or disagrees between the Long URL and the UTM Content column. If it refuses, fix the
cause in the script. Never hand-edit the CSV to get past it.

Destination table and derivation rules are in `references/destinations.md`. Read it only if a
value looks wrong or someone wants a destination changed.

### 3. Settle the free link

Six links get generated, but only five are wanted when there is no lead magnet.

The `-free` backhalf points at `benai.kit.com/<code>-free`. That page only exists if the lead
magnet was built. With no lead magnet the link resolves to nothing, and the description
template has a hardcoded line pointing at it, so the video would ship a dead link in front of
every viewer.

- **Lead magnet yes:** keep all six. `youtube-link-setup` builds the Kit page.
- **Lead magnet no:** drop the `-free` row from the CSV before delivering, import five, and
  tell `youtube-description` to cut the "Get the free setup guide" block.

This should already be answered in the Ship Brief. If it is not, ask now, before the import.

### 4. Review with the operator

Show the six (or five) links and their backhalfs as a table, plus the slug and the code. Wait
for a go before anything gets delivered or written.

### 5. Save the CSV where the operator can reach it

The script writes it to `~/Downloads/`. That is where the Bitly bulk uploader's file picker
opens, which means the next step is a drag rather than a path.

Tell the operator the file name only. Do not give them a shell command to find it.

### 6. Write the code to the Notion card

Five-letter code onto the `UTM code` property. An empty `UTM code` is how every other stage
knows this one has not run.

## Known-good conventions

Verified against live Bitly data on 2026-08-18, and again on 2026-08-25. The older vault SOP
has drifted; trust this list.

- Six links per video. Suffixes in use: `-accelerator`, `-agency`, `-os`, `-aioperator`,
  `-free`, `-kityout`. The old SOP's `-acc` and `-kitlink` appear zero times in recent links.
- **The Cowork suffix was `-cowork` until 2026-08-26 and is `-os` from then on.** Oskar's
  call, forward only. Every link already live keeps `-cowork`, and renaming a live backhalf
  breaks it wherever it has already been published, so `tnwtb-cowork` and everything before it
  stay untouched. `utm_content` stays `cowork` either way, which keeps the funnel comparable
  in reporting across the change.
- Kit-YouTube points at `benai.co/accelerator-offer`, not the old SOP's `benai.co/template-success`.
- `utm_content` is lowercase everywhere.
- Link Title uses the canonical label verbatim (`AI-Operator`, `Kit-YouTube`), never a
  `PROPER()`-style transform.
- **Bitly reorders the query string alphabetically on import.** Every parameter survives and
  tracking is unaffected, but a byte-for-byte comparison against the CSV will always report a
  difference. Compare parameter by parameter.

## Self-improvement

When someone corrects a destination, base URL, backhalf, or the slug/code rule, update
`references/destinations.md` and the script so the correction sticks. Do not just fix it for
one run. When a correction is a hard rule, write it in as a rule, and say whether it applies
to new videos only or to everything.

Attribution

naveedharrinaveedharri
View sourceMore from naveedharri →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1066601 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

693161 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →