hyperfx-ai/marketing-skills

tiktok

Publish organic TikTok content (videos, photos, carousels) through the TikTok-compliant interactive posting form via the Hyper MCP.

소스 보기
원본 Skill 문서

원본 저장소의 제목, 예시, 코드, 표, 링크, 이미지를 유지해 표시합니다.

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

RequestSend them to
TikTok ad campaign, Spark Ads, paid promotiontiktok-ads
Instagram post / Reel / storyinstagram
LinkedIn document or carousel postlinkedin

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

ToolPurpose
tiktok_open_post_formThe only entrypoint when a user wants to post. Opens the compliance form.
tiktok_post_video_from_url, tiktok_post_video_from_file, tiktok_post_photosFinal posting tools — call ONLY after the user submits the form.
tiktok_get_user_infoAuthenticated user profile (does not require the form).
tiktok_query_creator_infoCheck posting capabilities and limits.
tiktok_list_videos, tiktok_query_videosBrowse the user's published videos.
tiktok_get_post_statusCheck the status of a previously submitted post.
tiktok_upload_video_from_url, tiktok_upload_video_from_file, tiktok_upload_photosSend 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.
CRITICAL: Call tiktok_open_post_form immediately when the user wants to post. Do not gather information first.

When the User Wants to Post

If the user says ANY of:

  • "post this video/photo to TikTok"
  • "share this on TikTok"
  • "upload to TikTok"
  • "put this on my TikTok"

Immediately call `tiktok_open_post_form`:

python
tiktok_open_post_form(
    media_type="video",            # or "photo"
    media_url="<url>",             # single video / single photo URL
    media_urls=["<url>", ...]      # for photo carousels (max 35)
)

DO NOT:

  • Ask about privacy settings before opening the form.
  • Ask about caption / title before opening the form.
  • Ask about policy acknowledgments before opening the form.
  • Request any metadata — just open the form.
  • Call tiktok_post_video_from_url or tiktok_post_photos directly.

What the Form Handles

The interactive posting form is TikTok Content Sharing Guidelines compliant and handles:

  • Creator identity display (username, avatar).
  • Media preview (video player or photo grid).
  • Caption / title entry with character limits (#hashtags and @mentions).
  • Privacy level selection (filtered to account-eligible options).
  • Interaction settings (comments, duet, stitch).
  • AI-generated content labeling.
  • Commercial content disclosure (branded / promotional).
  • Music Usage Confirmation acknowledgment.
  • Branded Content Policy acknowledgment.
  • Posting restrictions / ban detection.
  • Video duration validation.

Pre-fill Parameters

When calling tiktok_open_post_form, provide what you know:

ParameterWhen to provide
media_typeAlways ("video" or "photo").
media_urlSingle video or single photo.
media_urlsPhoto carousel (list of URLs, max 35).
video_duration_secIf known — enables duration validation.
titleIf the user mentioned a caption.
is_aigcIf you generated the media (Sora, Veo, image gen, etc.).

After Form Submission

When the user fills out and submits the form, you receive a message containing all their chosen settings. At that point, call the appropriate posting tool with the exact parameters from their submission:

  • Video from URL: tiktok_post_video_from_url
  • Video from file: tiktok_post_video_from_file
  • Photos: tiktok_post_photos

The posting tool will automatically poll status and return a completion message.

Media Format Requirements

Videos:

  • Format: MP4 + H.264 recommended.
  • Resolution: 720p minimum, 4K maximum.
  • Aspect ratio: 9:16, 16:9, or 1:1.
  • Duration: 3s minimum, max varies by account (checked by the form).

Photos:

  • Format: WebP or JPEG only (PNG is NOT supported).
  • Resolution: 1080p maximum.
  • Size: 20MB per photo maximum.
  • Carousel: up to 35 photos.

Domain verification:

  • All media URLs must be from verified domains in the TikTok Developer Portal.
  • Unverified domains will fail with an authentication error.

Example Flow

  1. User: "Post this video to TikTok".
  2. You: call tiktok_open_post_form(media_type="video", media_url="<url>").
  3. The posting form opens in the artifact panel.
  4. User configures privacy, caption, policies, etc.
  5. User clicks "Post to TikTok".
  6. You receive their settings as a message.
  7. You: call tiktok_post_video_from_url(...) with the submitted parameters.
  8. Tool auto-polls and returns status (complete, failed, or timeout).

Inbox / Draft Path (no form required)

These tools intentionally bypass the form — they send content to the user's TikTok app for manual posting:

  • tiktok_upload_video_from_url — send video to inbox as draft.
  • tiktok_upload_video_from_file — upload file to inbox as draft.
  • tiktok_upload_photos — send photos to inbox as draft.

Use these only when the user explicitly asks to "send to my TikTok drafts" or "I want to post manually in the app". Otherwise, default to the form path.

같은 저장소의 Skills

더 많은 Skills

모든 Skills
hyperfx-ai
커뮤니티

ad-creative-generation

Generate on-brand ad creatives — visuals + copy — for Google, Meta (Facebook / Instagram), and other paid platforms via the Hyper MCP. Extracts brand identity from a website, writes ad copy variants, and produces brand-consistent images using reference-based image generation. Use when the user asks for ad creative, ad copy variants, RSA headlines, Meta ad creative, display ads, carousel ads, or A/B test variants.

설치 수
1
GitHub Stars
83
업데이트
8월 25일
hyperfx-ai
커뮤니티

amazon-ads

Plan and create Amazon Sponsored Products campaigns end-to-end via the Hyper MCP. Use when the user wants to launch Amazon Ads, set up Sponsored Products, manage keyword targeting and bids, configure ASIN or category product targeting, add negative keywords, automate budget rules, analyze ACoS / ROAS, or generate Sponsored Products reports. Also triggers on amazon ppc, amazon campaign, amazon keywords, or amazon report.

설치 수
1
GitHub Stars
83
업데이트
8월 25일
hyperfx-ai
커뮤니티

analytics-insights

Drive Google Analytics (GA4), Google Tag Manager, Google Search Console, and BigQuery from chat — tracking plans, GA4 reports, key-event (conversion) setup, custom dimensions and metrics, GTM audits, GSC performance, and GA4 BigQuery export queries. Use when the user wants an analytics audit, a GA4 report, a tracking plan, conversion setup, GTM cleanup, search-performance data, or asks "how is the site performing?" or "are my conversions firing?".

설치 수
1
GitHub Stars
83
업데이트
8월 25일
hyperfx-ai
커뮤니티

blog-generation

Generate one excellent, on-brand blog post per run for any business, built to rank on Google and get cited by AI search (ChatGPT, Claude, Perplexity, AI Overviews). A stateful engine: reads a brand strategy doc, picks a fresh topic (never repeats), researches, writes in the brand's voice, and logs the post back. Use when the user wants to write a blog post, run a daily or recurring blog task, or generate SEO / AEO / blog content. For keyword data and audits, defer to seo-research.

설치 수
1
GitHub Stars
83
업데이트
8월 25일