tiktok-post

Uploads and schedules TikTok videos and image carousels through the Publora MCP server.

47|5|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/publora/skills --skill tiktok-post-publora
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tiktok-post
Source: https://github.com/publora/skills/tree/main/.codex-marketplace/publora-skills/skills/tiktok-post
Command: npx skills add https://github.com/publora/skills --skill tiktok-post-publora

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Publishing to TikTok programmatically requires handling OAuth, media uploads, privacy settings, and TikTok's strict API limits, which differ significantly from the native app. This Skill lets an AI agent create, schedule, and manage TikTok posts through the Publora MCP server without integrating the TikTok API directly. ## Core Features & Use Cases - Video and Carousel Publishing: Upload videos (3 seconds to 10 minutes, 23+ FPS, MP4/MOV/WebM) or image carousels of up to 35 images, either via one-shot mediaUrls or the presigned get_upload_url plus complete_media flow. - Privacy and Interaction Controls: Configure viewer settings (public, mutual followers, followers only, self only), comments, duet, stitch, and commercial content disclosure through platformSettings. - Scheduling and Post Management: Create drafts, schedule posts with ISO 8601 times, and update or delete existing posts using list_posts, get_post, update_post, and delete_post. - Use Case: A creator asks the agent to schedule a sponsored video for tomorrow at 6 PM with branded content disclosure; the agent sets commercialContent and brandedContent, attaches the video URL, and schedules it in one call. ## Quick Start Ask your agent to post a video to TikTok with a caption and hashtags, or to schedule it for a specific time with private visibility for testing.

Frequently Asked Questions about tiktok-post

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule a TikTok video through an API?▼

Use the Publora create_post tool with your TikTok connection ID, caption, mediaUrls, and a future ISO 8601 scheduledTime. Omitting scheduledTime creates a draft, and times in the past are rejected.

What video formats and limits does the TikTok API support?▼

The API accepts MP4, MOV, and WebM videos from 3 seconds to 10 minutes at a minimum of 23 FPS, up to 4 GB. MP4 is recommended for best compatibility, and captions are limited to 2,200 characters.

Why can my TikTok app only post private videos?▼

Apps that have not passed TikTok's review process can only publish with the SELF_ONLY viewer setting; all other visibility values are overridden. Submit the app for TikTok review to enable public posting.

Can I post image carousels to TikTok instead of video?▼

Yes, TikTok supports image carousels of up to 35 images in JPEG, PNG, or WebP at 20 MB each. A post is either a carousel or a single video, never both, and text-only posts are not supported.

How do I mark a TikTok post as sponsored or branded content?▼

Set commercialContent to true in platformSettings along with brandOrganic or brandedContent. Paid partnerships require brandedContent set to true to satisfy TikTok's disclosure rules.