Upload Post Skill

Upload Post Skill is a cross-platform publishing gateway for AI agents. After a user authorizes their own account, the agent can upload that user's own content to supported platforms through official APIs. For TikTok, the current integration uses Login Kit and the Content Posting API publishing flows.

Service Model

How Authorization and Posting Works

Product and Scope Mapping (Review Summary)

Platform Product Scope How the Scope Is Used
TikTok Login Kit user.info.basic Used to identify the authorized TikTok account (for account binding and status display only).
TikTok Content Posting API video.publish Used to publish a user-provided video to the user's own TikTok account after explicit authorization. Sandbox demonstrations use TikTok's allowed privacy level, such as SELF_ONLY.
TikTok Content Posting API video.upload Included with the Content Posting API for creator-controlled draft/inbox upload flows. It is used when TikTok requires the creator to review or complete posting inside TikTok.

Data Boundary

This skill is an execution interface, not a data-export interface. It is designed for upload tasks and status reporting only. Credential secrets and sensitive account tokens are never returned through skill responses.