返回顶部
t

tiktok-publisher

Publish videos and photo carousels to TikTok. Use when the user says 'post to TikTok', 'upload TikTok video', 'create TikTok post', 'publish TikTok carousel', or wants to upload videos or photo slideshows to TikTok with privacy settings and draft mode.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
71
下载量
0
收藏
概述
安装方式
版本历史

tiktok-publisher

# Boring TikTok Publisher Publish videos and photo carousels to TikTok. Powered by [Boring](https://boring-doc.aiagent-me.com). ## Security & Data Handling - **MCP link is a credential**: Your MCP Server URL (`https://boring.aiagent-me.com/mcp/t/xxxxx...`) contains an embedded authentication token. Treat it like a password — do not share it publicly. - **Token scope**: The embedded token grants **publish access** to your connected social media accounts. It can create posts, upload media, and manage scheduled posts on the platforms you have connected. It cannot access your social media passwords or modify account settings. - **Token storage**: The token is stored server-side in Boring's database (MongoDB on DigitalOcean). It is never written to your local filesystem. You can regenerate or revoke it anytime at [boring.aiagent-me.com/settings](https://boring.aiagent-me.com/settings). - **Data flow**: Analytics queries are sent from Boring's server (Google Cloud, us-central1) to the platform's API on your behalf. Only performance metrics are retrieved — no content is uploaded or modified. - **No local credentials**: No local API keys, environment variables, or secrets are needed. All auth is embedded in the MCP link. - **Third-party service**: This skill relies on [Boring](https://boring.aiagent-me.com), an open-source social media management tool. Source code: [github.com/snoopyrain](https://github.com/snoopyrain). ## Prerequisites 1. **Sign up** at [boring.aiagent-me.com](https://boring.aiagent-me.com) with Google 2. **Connect TikTok** account via OAuth 3. **Get your MCP link**: Go to **Settings** → copy your MCP Server URL (contains your auth token — treat it like a password) 4. **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_file` with `file_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="<tiktok_account_id>", platform="tiktok", text="Caption for the video #fyp #trending", media_urls=["https://...video.mp4"] ) ``` **Photo carousel**: ``` boring_publish_post( account_id="<tiktok_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="<tiktok_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](https://boring-doc.aiagent-me.com)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 tiktok-publisher-1775979068 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 tiktok-publisher-1775979068 技能

通过命令行安装

skillhub install tiktok-publisher-1775979068

下载 Zip 包

⬇ 下载 tiktok-publisher v1.0.1

文件大小: 2.82 KB | 发布时间: 2026-4-13 12:21

v1.0.1 最新 2026-4-13 12:21
Add detailed Security & Data Handling

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部