← Back to Skills Marketplace
1833
Downloads
5
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install tiktok-uploader
Description
Upload, schedule, and batch-manage TikTok videos via browser automation. Use when: user wants to upload a video to TikTok, schedule a TikTok post, batch uplo...
Usage Guidance
This skill appears to do what it says, but it requires you to provide TikTok session cookies (cookies.txt or sessionid). Those are sensitive: only export/provide cookies from accounts you trust (preferably a throwaway or account dedicated to automated uploads). Before installing: (1) verify the tiktok-uploader package source (review the GitHub/PyPI project and its recent changes), (2) install in a virtual environment, (3) avoid pasting sessionid or cookie contents into public places, and (4) consider using a dedicated account or limited-permission setup in case credentials are mishandled. The skill will read any cookie file or directory paths you give it and uses browser automation (Playwright), which is expected for this functionality.
Capability Analysis
Type: OpenClaw Skill
Name: tiktok-uploader
Version: 0.1.0
The skill is a legitimate wrapper for the 'tiktok-uploader' library, designed to automate TikTok video uploads using Playwright. While it handles sensitive authentication data like session cookies and IDs, this is necessary for its stated functionality, and there is no evidence of data exfiltration, malicious execution, or prompt injection in SKILL.md or scripts/tiktok_manager.py.
Capability Assessment
Purpose & Capability
Name and description (upload/schedule/batch TikTok videos via browser automation) match the provided SKILL.md and the included helper script. Requiring python3 and Playwright is appropriate for a Playwright-based uploader. The script is a thin wrapper around the tiktok-uploader library and only exposes operations that map to the described functionality.
Instruction Scope
Instructions ask the user to provide cookies (cookies.txt, sessionid, or cookie list) and to point to local video directories; the included wrapper reads the cookie file path and enumerates video files when asked. This is within scope for an uploader, but it does mean the skill will read any cookie file or directories you give it — those artifacts are sensitive and should only be provided from trusted accounts.
Install Mechanism
No registry install spec in the manifest, but SKILL.md recommends 'pip install tiktok-uploader' and 'playwright install'. Installing from PyPI and running Playwright is expected for this functionality; it is a common but moderate-risk install vector (third‑party PyPI packages should be vetted). No downloads from unknown URLs or archive extraction were found in the skill files.
Credentials
The skill does not request arbitrary environment variables or unrelated credentials. It requires the user to supply session cookies (or sessionid), which are necessary for authenticating the browser session to TikTok; the number and type of credentials requested are proportional to the task.
Persistence & Privilege
always is false and the skill does not request persistent system-wide changes or access to other skills' credentials. It does not attempt to modify other skill configurations or claim elevated platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tiktok-uploader - After installation, invoke the skill by name or use
/tiktok-uploader - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release: upload, schedule, and batch-manage TikTok videos
Metadata
Frequently Asked Questions
What is TikTok Uploader?
Upload, schedule, and batch-manage TikTok videos via browser automation. Use when: user wants to upload a video to TikTok, schedule a TikTok post, batch uplo... It is an AI Agent Skill for Claude Code / OpenClaw, with 1833 downloads so far.
How do I install TikTok Uploader?
Run "/install tiktok-uploader" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TikTok Uploader free?
Yes, TikTok Uploader is completely free (open-source). You can download, install and use it at no cost.
Which platforms does TikTok Uploader support?
TikTok Uploader is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TikTok Uploader?
It is built and maintained by Li Wei (@xmuweili); the current version is v0.1.0.
More Skills