TikTok Poster Automation for Openclaw

A browser-based automation tool for programmatically uploading videos, managing captions, and scheduling TikTok posts for optimal engagement.

sa9saq
v1.0.0
Feb 11, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install tiktok-poster

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install tiktok-poster using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is TikTok Poster Automation?

The TikTok Poster skill is a powerful automation utility designed to handle the end-to-end process of publishing content on TikTok via browser interaction. By utilizing Openclaw Skills, developers can automate the uploading of videos up to 10 minutes in length, ensuring consistent delivery without manual intervention. This skill manages everything from caption insertion and hashtag optimization to advanced settings like privacy controls, duet permissions, and comment management.

Beyond simple posting, it integrates sophisticated strategy elements such as trend analysis and engagement tracking. It is built to navigate the TikTok Creator Center efficiently, using persistent session management to bypass frequent logins while maintaining high security and reliability for creators and developers alike.

TikTok Poster Automation Use Cases

  • Automating daily video uploads to maintain a consistent posting frequency.
  • Scheduling content to go live during peak JST prime time hours (19:00-21:00) for maximum reach.
  • Programmatically managing multiple accounts by swapping session cookies.
  • Bulk uploading marketing content with pre-defined hashtag strategies and localized captions.
  • Tracking video performance metrics like view counts and engagement rates automatically.

How TikTok Poster Automation Works

  1. The skill initializes a Puppeteer-based browser instance, optionally loading existing session cookies from a JSON file to maintain authentication.
  2. It navigates to the TikTok Creator Center upload page and verifies the login state.
  3. The specified video file is uploaded to the platform, with a built-in wait period to ensure the processing is complete.
  4. It programmatically injects the caption text, including mentions and hashtags, into the appropriate input fields.
  5. The skill configures post settings such as visibility (public/private), comment toggles, and duet permissions based on user parameters.
  6. The post is submitted, and a confirmation screenshot is captured for logging and verification.
  7. Updated session cookies are saved to the local file system to ensure the next session remains authenticated.

TikTok Poster Automation Setup

To get started with this skill, ensure you have Node.js installed and set up the Puppeteer environment.

npm install puppeteer

Before running the automation, you must perform a manual login once to generate the tiktok-cookies.json file. This allows the Openclaw Skills workflow to bypass QR code or MFA challenges in subsequent runs.

TikTok Poster Automation Data Schema & Taxonomy

The skill organizes its operation around video metadata and session persistence. Below is the primary data structure used for automation:

Component Description Format
tiktok-cookies.json Persistent session tokens and authentication data JSON
SELECTORS A map of data-testids for TikTok's UI components Object
post_config Parameters including videoPath, caption, and hashtags Object
analytics_log Records of views, engagement, and follower growth CSV/JSON

TikTok Poster Automation Advanced Features

  • Smart scheduling based on JST high-engagement windows (7:00, 12:00, 19:00, 22:00).
  • Automated cookie management for long-term session persistence without re-authentication.
  • Integration with niche-specific hashtag strategies (TechTok, Business, Entertainment).
  • Built-in wait sequences to mimic human behavior and avoid rate limiting.
  • Support for advanced video features including sound addition and 10-minute video uploads.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*