tiktok

tiktok is a skill for Claude Code, Codex from hyperfx-ai/marketing-skills. It costs 100 tokens per session (1,607 once invoked), scanned A, original, MIT.

A workflow for publishing unpaid videos, photos, and carousels to TikTok through TikTok's content-posting service.

In plain words
What is it for?
Use it to post videos or photo collections from a file or URL, and to read the connected TikTok account or creator information.
Why use it?
It guides posts through TikTok's required interactive form and keeps organic publishing separate from paid advertising.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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

Good fit Use it to post videos or photo collections from a file or URL, and to read the connected TikTok account or creator information.

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

Made for: Claude Code, Codex.

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

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

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

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 →

  • medium Excessive Agency · line 45
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00100 $0.01607
Opus 5 $0.00050 $0.00804
Sonnet 5 $0.00020 $0.00321
Haiku 4.5 $0.00010 $0.00161

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

Security

Grade A, and why

tiktok 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/SKILL.md · 152 lines

How it starts

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

TikTok

End-to-end skill for publishing organic content to TikTok through the TikTok Content Sharing Guidelines-compliant interactive posting form.

Out of scope — defer to other skills

Request Send them to
TikTok ad campaign, Spark Ads, paid promotion tiktok-ads
Instagram post / Reel / story instagram
LinkedIn document or carousel post linkedin

Requirements

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

Tool surface

Tool Purpose
tiktok_open_post_form The only entrypoint when a user wants to post. Opens the compliance form.
tiktok_post_video_from_url, tiktok_post_video_from_file, tiktok_post_photos Final posting tools — call ONLY after the user submits the form.
tiktok_get_user_info Authenticated user profile (does not require the form).
tiktok_query_creator_info Check posting capabilities and limits.
tiktok_list_videos, tiktok_query_videos Browse the user's published videos.
tiktok_get_post_status Check the status of a previously submitted post.
tiktok_upload_video_from_url, tiktok_upload_video_from_file, tiktok_upload_photos Send to inbox as draft (user posts manually in the TikTok app — bypasses the form intentionally).

Critical Rules

CRITICAL: ALWAYS use tiktok_open_post_form when a user wants to post to TikTok. NEVER call tiktok_post_video_from_url, tiktok_post_photos, or tiktok_post_video_from_file directly in response to a user request. The posting form is required for TikTok compliance.

CRITICAL: Do NOT ask the user about privacy, policies, captions, or branded content settings before opening the form. The form handles all of this interactively.

Read the full file on GitHub · 152 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 · 152 lines · 100 tokens per session scan A a7da8bc6ec91

Subscribe to this mod's changes

tiktok is a skill published in the GitHub repository hyperfx-ai/marketing-skills (86 stars, last pushed today), licensed MIT. It adds 100 tokens to every session and 1,607 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

creative-generate

A workflow for creating advertising images and banners from a strategy brief. It separates the main visual artwork from the accurately typeset text and produces variants for display or social formats.

logly/mureo · 131 tokens

meta-ads

When the user wants to set up, optimize, or manage Meta (Facebook/Instagram) Ads. Also use when the user mentions "Meta Ads," "Facebook Ads," "Instagram Ads," "Meta Pixel," "Conversions API," "Advantage+," "lookalike audience," or "Meta retargeting." For landing pages, use landing-page-generator.

kostja94/marketing-skills · 77 tokens

creative-refresh

Refresh ad copy and creative assets based on performance signals and brand voice. Use when the user asks to refresh creative, propose new ad copy, A/B test creatives, update RSA assets, swap Performance Max asset-group headlines, descriptions, images or logos, rotate underperformers, or visually evaluate / compare…

logly/mureo · 138 tokens

visual-content

When the user wants to plan, create, or repurpose visual content (images, infographics, social post images) across channels. Also use when the user mentions "content images," "social media images," "infographic," "visual content," "post image," "image specs," "visual repurposing," "content visuals," or "image for…

kostja94/marketing-skills · 86 tokens

creator-program

When the user wants to plan, implement, or optimize creator program strategy. Also use when the user mentions "creator program," "creator partnership," "content co-creation," "creator ambassador," "creator economy," "creator collaboration," "UGC program," "creator incentives," or "creator community." For influencers…

kostja94/marketing-skills · 72 tokens

podcast-marketing

When the user wants to plan, create, or market a podcast. Also use when the user mentions "podcast," "podcast strategy," "podcast SEO," "show notes," "podcast distribution," "Spotify podcast," "Apple Podcasts," "podcast discoverability," "PodcastEpisode schema," or "podcast repurposing." For show notes, use…

kostja94/marketing-skills · 83 tokens