tiktok-script-writer

tiktok-script-writer is a skill for Claude Code from Affitor/affiliate-skills. It costs 138 tokens per session (3,763 once invoked), scanned A, original, MIT.

A 30- to 60-second vertical-video script for TikTok, Instagram Reels, or YouTube Shorts that promotes an affiliate product. It follows a hook, problem, demonstration, result, and call-to-action structure.

In plain words
What is it for?
Writing scripts for TikToks, Reels, and Shorts that introduce a problem, show a product in use, and direct viewers to a product link.
Why use it?
It gives short promotional videos a clear sequence that fits viewers’ limited attention. The structure connects the product demonstration to a reason to click the affiliate link.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; built for openclaw; mentions Gemini CLI.

Part of the content-skills plugin — 4 skills shipped together

Good fit Writing scripts for TikToks, Reels, and Shorts that introduce a problem, show a product in use, and direct viewers to a product link.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/affitor/affiliate-skills/tiktok-script-writer
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 Affitor/affiliate-skills --skill tiktok-script-writer
Clone the repo
git clone --depth 1 https://github.com/Affitor/affiliate-skills

Made for: Claude Code.

Or install content-skills, the plugin that ships this one along with the rest of its 4 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 tiktok-script-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/affitor/affiliate-skills/tiktok-script-writer/github.svg)](https://agentmods.dev/skills/affitor/affiliate-skills/tiktok-script-writer)
Your own site
<a href="https://agentmods.dev/skills/affitor/affiliate-skills/tiktok-script-writer"><img src="https://agentmods.dev/badge/skills/affitor/affiliate-skills/tiktok-script-writer/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 tiktok-script-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/affitor/affiliate-skills/tiktok-script-writer"><img src="https://agentmods.dev/badge/skills/affitor/affiliate-skills/tiktok-script-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 138 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,763 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00138 $0.03763
Opus 5 $0.00069 $0.01881
Sonnet 5 $0.00028 $0.00753
Haiku 4.5 $0.00014 $0.00376

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

Security

Grade A, and why

tiktok-script-writer 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 10d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

skills/content/tiktok-script-writer/SKILL.md · 376 lines

How it starts

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

TikTok Script Writer

Write punchy 30-60 second video scripts for TikTok, Instagram Reels, and YouTube Shorts that stop the scroll, demo the product naturally, and drive affiliate link clicks. Every script is structured for vertical video: hook → problem → demo → result → CTA.

Stage

This skill belongs to Stage S2: Content

When to Use

  • User wants to promote an affiliate product on short-form video platforms
  • User has an affiliate program picked (from S1) and needs TikTok/Reels content
  • User asks for video script ideas for TikTok affiliate marketing
  • User wants a hook-first script that converts viewers to buyers
  • User creates content on TikTok, Instagram Reels, or YouTube Shorts

Input Schema

{
  product: {
    name: string              # (required) "HeyGen"
    description: string       # (optional) What it does — will be researched if missing
    url: string               # (optional) Affiliate link or product URL
    reward_value: string      # (optional) Commission info — never shown in script
  }
  duration: number            # (optional, default: 45) Target duration in seconds: 15 | 30 | 45 | 60
  platform: string            # (optional, default: "tiktok") "tiktok" | "reels" | "shorts" | "all"
  hook_style: string          # (optional, default: auto) "question" | "shock" | "relatable" | "bold_claim" | "demo_first"
  creator_persona: string     # (optional) "beginner marketer" | "tech reviewer" | "productivity nerd"
  has_product_access: boolean # (optional, default: true) Can creator do live demo?
  personal_experience: string # (optional) Real experience to weave in
  audience: string            # (optional) "freelancers" | "small business owners" | "students"
}

Workflow

Step 1: Research the Product

If product details are sparse, use web_search "[product name] what it does tutorial" to find:

  • The single most impressive thing the product does (demo-able in <20 seconds)
  • The main pain it eliminates (hook material)
  • A specific result users achieve (e.g., "make a talking avatar video in 2 minutes")
  • Any free trial or free tier (reduces friction for CTA)

Read the full file on GitHub · 376 lines

Files

What ships with it

1 file 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. 10d ago First seen · 376 lines · 138 tokens per session scan A d83f5bd49eb2

Subscribe to this mod's changes

tiktok-script-writer is a skill published in the GitHub repository Affitor/affiliate-skills (654 stars, last pushed 4d ago), licensed MIT. It adds 138 tokens to every session and 3,763 once invoked, about $0.0007 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-30.

Related

Other skills, from other repositories

tiktok-script-writer

Write short-form video scripts for TikTok, Instagram Reels, and YouTube Shorts that promote affiliate products with strong hooks, demos, and CTAs. Use this skill when the user asks about TikTok scripts, Reels scripts, Shorts scripts, short-form video for affiliate marketing, or says "write a TikTok for X", "script a…

gabrielmoreira/agent-skills-mirror · 138 tokens

tiktok-script-writer

Write short-form video scripts for TikTok, Instagram Reels, and YouTube Shorts that promote affiliate products with strong hooks, demos, and CTAs. Use this skill when the user asks about TikTok scripts, Reels scripts, Shorts scripts, short-form video for affiliate marketing, or says "write a TikTok for X", "script a…

Gingg7260/affiliate-skills · 138 tokens

content-pillar-atomizer

Take 1 blog post or article and generate 15-30 platform-native micro-content pieces. Not reformatting — re-contextualizing for each platform's culture. Triggers on: "atomize this content", "repurpose my blog post", "turn this into social posts", "content atomizer", "pillar content", "one to many content", "repurpose…

Gingg7260/affiliate-skills · 136 tokens

twitter-thread-writer

Write X/Twitter threads that get bookmarked, shared, and drive affiliate clicks. Use this skill when the user asks about writing Twitter threads, X threads, tweet threads for affiliate marketing, or says "write a thread about X", "Twitter thread promoting X", "X thread for affiliate", "write tweets that go viral"…

jiaxiaojunQAQ/SkillJect · 116 tokens

reddit-post-writer

Write Reddit posts and comments that recommend affiliate products without getting banned or flagged as spam. Subreddit-native content that adds value first. Use this skill when the user asks about Reddit posts for affiliate marketing, writing Reddit comments that mention products, how to promote affiliate links on…

gabrielmoreira/agent-skills-mirror · 133 tokens

content-pillar-atomizer

Take 1 blog post or article and generate 15-30 platform-native micro-content pieces. Not reformatting — re-contextualizing for each platform's culture. Triggers on: "atomize this content", "repurpose my blog post", "turn this into social posts", "content atomizer", "pillar content", "one to many content", "repurpose…

gabrielmoreira/agent-skills-mirror · 136 tokens