Boring TikTok Publisher
/install boring-tiktok-publisher
Boring TikTok Publisher
Publish videos and photo carousels to TikTok. Powered by Boring.
Security & Data Handling
- MCP link is a credential: Your MCP Server URL contains an embedded authentication token. Treat it like a password — do not share it publicly. Regenerate anytime in Settings.
- Media uploads: Video files and photos are uploaded to Boring's Google Cloud Storage to make them accessible for TikTok's API. TikTok requires media for all posts.
- Data flow: Your content and media are sent from Boring's server to TikTok's API on your behalf via your connected OAuth token.
- No local credentials: No local API keys or environment variables needed. All auth is embedded in the MCP link.
Prerequisites
- Sign up at boring.aiagent-me.com with Google
- Connect TikTok account via OAuth
- Get your MCP link: Go to Settings → copy your MCP Server URL (contains your auth token — treat it like a password)
- Add to Claude: Paste the MCP link as a Connector — no install, no API key needed
Workflow
Step 1: List Accounts
Call boring_list_accounts and filter for tiktok platform.
Step 2: Determine Content Type
TikTok supports:
| Type | Media | Specs |
|---|---|---|
| Video | 1 video | MP4 recommended, max 4GB, max 10 minutes |
| Photo Carousel | 2-35 images | PNG auto-converts to JPEG |
- Caption: Optional, max 2,200 characters
- Media is required — TikTok does not support text-only posts
Step 3: Prepare Media
Upload files to get public URLs:
- Local files:
boring_upload_filewithfile_path - External URLs:
boring_upload_from_url - Google Drive: Pass directly
Step 4: Publish
Call boring_publish_post:
Video post:
boring_publish_post(
account_id="\x3Ctiktok_account_id>",
platform="tiktok",
text="Caption for the video #fyp #trending",
media_urls=["https://...video.mp4"]
)
Photo carousel:
boring_publish_post(
account_id="\x3Ctiktok_account_id>",
platform="tiktok",
text="Swipe through these photos!",
media_urls=["https://...1.jpg", "https://...2.jpg", "https://...3.jpg"]
)
Draft Mode
Use draft: true to send the video to the creator's TikTok inbox instead of publishing directly. The creator must manually publish it in the TikTok app.
boring_publish_post(
account_id="\x3Ctiktok_account_id>",
platform="tiktok",
text="Review this before posting",
media_urls=["https://...video.mp4"],
draft=true
)
This is useful when:
- The user wants to preview before going live
- Adding TikTok-specific effects or music in the app
- Content needs final approval
Step 5: Report
Show:
- Post ID and success status
- If draft: inform user to check their TikTok inbox to finalize
TikTok-Specific Notes
- Media required: TikTok needs either a video or photos
- Privacy: Default is
PUBLIC_TO_EVERYONE. Other options:MUTUAL_FOLLOW_FRIENDS,FOLLOWER_OF_CREATOR,SELF_ONLY - Video limits: Max 4GB, max 10 minutes
- Photo carousel: Up to 35 images (PNG auto-converts to JPEG)
- Draft mode: Sends to creator's inbox for manual publish
- Token: 24-hour access token with auto-refresh (refresh token lasts 1 year)
- Permissions:
video.upload,video.publish
Error Handling
| Error | Solution |
|---|---|
MediaRequired |
TikTok requires video or photos |
MediaTooLarge |
Video max 4GB |
VideoProcessingFailed |
Check video format — MP4 recommended |
TokenExpired |
Reconnect at boring.aiagent-me.com |
PublishingFailed |
Check TikTok account status and permissions |
Documentation
Full API docs: boring-doc.aiagent-me.com
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install boring-tiktok-publisher - 安装完成后,直接呼叫该 Skill 的名称或使用
/boring-tiktok-publisher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Boring TikTok Publisher 是什么?
Publish videos and photo carousels to TikTok using Boring. Use when the user says 'post to TikTok', 'upload TikTok video', 'create TikTok post', 'publish Tik... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 Boring TikTok Publisher?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install boring-tiktok-publisher」即可一键安装,无需额外配置。
Boring TikTok Publisher 是免费的吗?
是的,Boring TikTok Publisher 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Boring TikTok Publisher 支持哪些平台?
Boring TikTok Publisher 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Boring TikTok Publisher?
由 snoopyrain(@snoopyrain)开发并维护,当前版本 v1.0.1。