tiktok-automation
Automate TikTok Video Publishing
This skill enables automated video uploading, publishing, and content management on TikTok through Rube MCP, eliminating manual posting workflows.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "tiktok-automation". Upload and publish a promotional video
النتيجة المتوقعة:
Video uploaded successfully with publish_id: abc123xyz. Status: processing (45% complete). Once status shows 'ready', the video will be published with title 'New Product Launch' and privacy level PUBLIC_TO_EVERYONE.
استخدام "tiktok-automation". Get my profile statistics
النتيجة المتوقعة:
Profile: @username | Followers: 12500 | Following: 450 | Total Videos: 89 | Total Likes: 156000
استخدام "tiktok-automation". List my recent videos
النتيجة المتوقعة:
Found 5 videos:
1. 'Summer Highlights 2024' - 12500 views - Posted 2024-07-15
2. 'Tutorial: Getting Started' - 8900 views - Posted 2024-07-12
3. 'Behind the Scenes' - 15200 views - Posted 2024-07-10
التدقيق الأمني
آمنAll 56 static findings are false positives. The skill is documentation-only (SKILL.md) describing TikTok API usage via Rube MCP. Backtick patterns are markdown code delimiters, the URL is a legitimate MCP endpoint, and no cryptographic or reconnaissance code exists. No malicious intent detected.
درجة الجودة
ماذا يمكنك بناءه
Automated Video Publishing Pipeline
Schedule and automatically upload video content to TikTok without manual intervention using the upload-publish workflow.
Social Media Management Dashboard
View profile stats, track video performance, and manage content library through programmatic API access.
Cross-Platform Content Distribution
Integrate TikTok publishing into broader content automation workflows alongside other social platforms.
جرّب هذه الموجهات
Use the tiktok-automation skill to upload a video file and publish it to TikTok with the title '{video_title}' and privacy level '{privacy_level}'.Use the tiktok-automation skill to get my TikTok profile information and account statistics including follower count and total videos.
Use the tiktok-automation skill to list my last {count} published TikTok videos with their metadata including titles and share URLs.Use the tiktok-automation skill to check the publish status of video with publish_id '{publish_id}' and report if it succeeded or failed.أفضل الممارسات
- Always verify Rube MCP connection status is ACTIVE before running TikTok operations
- Poll publish status at 5-10 second intervals to avoid rate limiting
- Use exponential backoff when receiving 429 (rate limit) responses
تجنب
- Attempting to publish without checking upload processing status first
- Ignoring privacy_level case sensitivity requirements
- Not handling OAuth token expiration (401 responses)