tiktok-ads

tiktok-ads is a skill for Claude Code from hyperfx-ai/marketing-skills. It costs 92 tokens per session (2,476 once invoked), scanned A, original, MIT.

A tool for planning and creating paid advertising campaigns on TikTok. It works with TikTok's advertising system and checks that each campaign goal has the required settings.

In plain words
What is it for?
Use it to create TikTok traffic, reach, conversion, or app-promotion campaigns, manage their settings, and upload TikTok video ads when the required connections are available.
Why use it?
It helps avoid rejected or incorrectly configured campaigns caused by TikTok's strict rules for different advertising goals. It also brings campaign setup into one guided process.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Part of the hyper-marketing plugin — 30 skills, 1 MCP server shipped together

Good fit Use it to create TikTok traffic, reach, conversion, or app-promotion campaigns, manage their settings, and upload TikTok video ads when the required connections are available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hyperfx-ai/marketing-skills/tiktok-ads
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 hyperfx-ai/marketing-skills --skill tiktok-ads
Clone the repo
git clone --depth 1 https://github.com/hyperfx-ai/marketing-skills

Made for: Claude Code.

Or install hyper-marketing, the plugin that ships this one along with the rest of its 30 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 tiktok-ads

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/hyperfx-ai/marketing-skills/tiktok-ads"><img src="https://agentmods.dev/badge/skills/hyperfx-ai/marketing-skills/tiktok-ads.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,476 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 234
    Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.
    Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
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.00092 $0.02476
Opus 5 $0.00046 $0.01238
Sonnet 5 $0.00018 $0.00495
Haiku 4.5 $0.00009 $0.00248

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

Security

Grade A, and why

tiktok-ads 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.

skills/tiktok-ads/SKILL.md · 239 lines

How it starts

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

TikTok Ads

Strategic guide for managing TikTok advertising campaigns. Research deeply, validate parameters carefully, and guide users through the platform's strict objective-specific requirements.

This skill is for paid TikTok ads (the TikTok Marketing API surface).

Requirements

If tiktok_get_advertiser_accounts is not in the tool list, stop and tell the user to enable Hyper MCP and connect TikTok Marketing.

Out of scope — defer to other skills

  • Organic TikTok posting (videos, photos, carousels — no ad spend) → tiktok.
  • Creative generation (ad copy, images) → ad-creative-generation; video creatives → video-generation.
  • Cross-platform campaign launches → use this skill for TikTok, then invoke meta-ads / google-ads separately.

Tool surface

Tool Purpose
tiktok_get_advertiser_accounts Discovery: list advertiser IDs available to the connected user.
tiktok_get_campaigns, tiktok_create_campaign, tiktok_update_campaign, tiktok_update_campaign_status Campaign lifecycle.
tiktok_get_adgroups, tiktok_create_adgroup, tiktok_update_adgroup, tiktok_update_adgroup_status Ad group lifecycle.
tiktok_get_ads, tiktok_create_ad, tiktok_update_ad_status Ad lifecycle. Note: tiktok_update_ad does not exist in the MCP — ad content edits (creative, copy, URL) require the TikTok Ads Manager UI. Only status changes (enable / pause / delete) are available via MCP.
tiktok_ad_video_upload, tiktok_ad_video_info, tiktok_ad_video_search Video creative upload + lookup.
tiktok_report_integrated_get Performance reporting.
tiktok_create_custom_audience, tiktok_list_custom_audiences, tiktok_create_lookalike_audience Audience management (optional).

Read the full file on GitHub · 239 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 · 239 lines · 92 tokens per session scan A 14ffa034efe8

Subscribe to this mod's changes

tiktok-ads is a skill published in the GitHub repository hyperfx-ai/marketing-skills (86 stars, last pushed today), licensed MIT. It adds 92 tokens to every session and 2,476 once invoked, about $0.0005 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

adspirer-ads-agent

Adspirer — AI-powered advertising and performance marketing agent. Manage Google Ads, Meta Ads (Facebook & Instagram), LinkedIn Ads, and TikTok Ads via natural language. 100+ tools for paid media campaign creation, live performance analysis, PPC keyword research with real CPC data, budget optimization, ad creative…

LeoYeAI/openclaw-master-skills · 141 tokens

adcp-advertising

Automate advertising campaigns with AI. Create ads, buy media, manage ad budgets, discover ad inventory, run display ads, video ads, CTV campaigns, and optimize ad performance. Perfect for marketing automation, programmatic advertising, media buying, ad management, campaign optimization, creative management, and…

LeoYeAI/openclaw-master-skills · 103 tokens

_mureo-shared

Skill "_mureo-shared" from logly/mureo, covering mureo shared patterns, installation, setup, claude code (recommended) and manual configuration.

logly/mureo · 22 tokens

_mureo-strategy

Strategy Context: Manage business strategy files (STRATEGY.md, STATE.json) for strategy-driven ad operations.

logly/mureo · 28 tokens

daily-check

Run a daily health check on all configured ad accounts (Google Ads, Meta Ads, Amazon Ads, TikTok Ads, Search Console, GA4, and any configured plugin platform). Use when the user asks for a daily review, health check, status update, anomaly detection, or 'how are my campaigns doing today'. Reads STRATEGY.md and…

logly/mureo · 145 tokens

_mureo-google-ads

Google Ads: Manage campaigns, ad groups, ads, keywords, budgets, and performance analysis.

logly/mureo · 26 tokens