Fähigkeiten tiktok-automation
🎵

tiktok-automation

Sicher

Automate TikTok Video Publishing

This skill enables automated video uploading, publishing, and content management on TikTok through Rube MCP, eliminating manual posting workflows.

UnterstĂĽtzt: Claude Codex Code(CC)
🥉 75 Bronze
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

Einschalten und loslegen

Teste es

Verwendung von "tiktok-automation". Upload and publish a promotional video

Erwartetes Ergebnis:

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.

Verwendung von "tiktok-automation". Get my profile statistics

Erwartetes Ergebnis:

Profile: @username | Followers: 12500 | Following: 450 | Total Videos: 89 | Total Likes: 156000

Verwendung von "tiktok-automation". List my recent videos

Erwartetes Ergebnis:

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

Sicherheitsaudit

Sicher
v1 • 2/25/2026

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.

1
Gescannte Dateien
184
Analysierte Zeilen
0
befunde
1
Gesamtzahl Audits
Keine Sicherheitsprobleme gefunden
Auditiert von: claude

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
87
Inhalt
50
Community
100
Sicherheit
100
Spezifikationskonformität

Was du bauen kannst

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.

Probiere diese Prompts

Upload and Publish Video
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}'.
Check Account Statistics
Use the tiktok-automation skill to get my TikTok profile information and account statistics including follower count and total videos.
List Published Videos
Use the tiktok-automation skill to list my last {count} published TikTok videos with their metadata including titles and share URLs.
Monitor Publish Status
Use the tiktok-automation skill to check the publish status of video with publish_id '{publish_id}' and report if it succeeded or failed.

Bewährte Verfahren

  • 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

Vermeiden

  • Attempting to publish without checking upload processing status first
  • Ignoring privacy_level case sensitivity requirements
  • Not handling OAuth token expiration (401 responses)

Häufig gestellte Fragen

Do I need TikTok API keys to use this skill?
No API keys required. The skill uses Rube MCP which handles OAuth authentication with TikTok through the user's connected account.
Can I upload videos longer than 10 minutes?
No. TikTok limits videos to maximum 10 minutes and 4GB file size. The skill will fail if you attempt to upload larger files.
Why does video upload and publish require two separate steps?
TikTok's API requires uploading first, then publishing separately. You must wait for processing to complete (check via FETCH_PUBLISH_STATUS) before publishing.
Can I view other users' profiles with this skill?
No. All profile and stats operations return data only for the authenticated connected TikTok account.
What happens if my video fails content moderation?
The publish status will show failure with error details. TikTok's content moderation may cause delays or rejections after processing is complete.
How do I handle rate limiting?
Implement exponential backoff on 429 responses. Poll at reasonable intervals (5-10 seconds) to avoid hitting rate limits proactively.

Entwicklerdetails

Dateistruktur

đź“„ SKILL.md