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.