/install clawbus-tiktok-publish
TikTok Publisher Skill
This skill allows you to publish videos to TikTok via the MyBrandMetrics API.
How to use
To use this skill, call the publish_tiktok.py script with the required parameters.
Example Usage (Remote URL)
python3 /root/.openclaw/workspace/skills/tiktok-publisher/scripts/publish_tiktok.py --source "https://example.com/video.mp4" --title "My TikTok Title" --privacy-level "SELF_ONLY"
Example Usage (Local File)
python3 /root/.openclaw/workspace/skills/tiktok-publisher/scripts/publish_tiktok.py --source "/root/.openclaw/workspace/videos/my_video.mp4" --title "Hello from local file" --privacy-level "PUBLIC" --wait-for-published
Parameters:
--source: (Required) The direct URL or local path of the video file.--title: (Required) The title for your TikTok post.--privacy-level: (Optional)PUBLICorSELF_ONLY(Default:SELF_ONLY).--wait-for-published: (Optional) If set, the script will poll until the video is fully published.--poll-interval: (Optional) Polling interval in ms (Default: uses API default).--poll-timeout: (Optional) Polling timeout in ms (Default: uses API default).
Configuration
Ensure your config.json file in the workspace root (/root/.openclaw/workspace/config.json) contains the following structure:
{
"tiktok": {
"api_key": "YOUR_API_KEY"
}
}
The api_key is mapped to the X-API-Key header in the API request.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install clawbus-tiktok-publish - 安装完成后,直接呼叫该 Skill 的名称或使用
/clawbus-tiktok-publish触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
clawbus-tiktok-publish 是什么?
Publish videos to TikTok using the MyBrandMetrics API. Supports both local video files and remote URLs. Use when you want to upload a video with a title and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 19 次。
如何安装 clawbus-tiktok-publish?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawbus-tiktok-publish」即可一键安装,无需额外配置。
clawbus-tiktok-publish 是免费的吗?
是的,clawbus-tiktok-publish 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
clawbus-tiktok-publish 支持哪些平台?
clawbus-tiktok-publish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 clawbus-tiktok-publish?
由 9Ying66(@9ying66)开发并维护,当前版本 v1.0.0。