MR
Mayur Rathi
@mayurrathi
⭐ 40.7k GitHub stars

Tiktok Automation

Tiktok Automation is an writing AI skill with a core value of Automate TikTok tasks via Rube MCP (Composio): upload/publish videos, post photos, manage content, and view user profiles/stats. It helps developers solve real-world problems in the writing domain, boosting efficiency, automating repetitive tasks, and optimizing workflows.

Automate TikTok tasks via Rube MCP (Composio): upload/publish videos, post photos, manage content, and view user profiles/stats. Always search tools first for current schemas.

Last verified on: 2026-07-08

Quick Facts

Category writing
Works With Claude
Source sickn33/antigravity-awesome-skills
Stars ⭐ 40.7k
Last Verified 2026-07-08
Risk Level Low
mkdir -p ./skills/tiktok-automation && curl -sfL https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/tiktok-automation/SKILL.md -o ./skills/tiktok-automation/SKILL.md

Run in terminal / PowerShell. Requires curl (Unix) or PowerShell 5+ (Windows).

Skill Content

# TikTok Automation via Rube MCP


Automate TikTok content creation and profile operations through Composio's TikTok toolkit via Rube MCP.


Prerequisites


- Rube MCP must be connected (RUBE_SEARCH_TOOLS available)

- Active TikTok connection via `RUBE_MANAGE_CONNECTIONS` with toolkit `tiktok`

- Always call `RUBE_SEARCH_TOOLS` first to get current tool schemas


Setup


**Get Rube MCP**: Add `https://rube.app/mcp` as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.



1. Verify Rube MCP is available by confirming `RUBE_SEARCH_TOOLS` responds

2. Call `RUBE_MANAGE_CONNECTIONS` with toolkit `tiktok`

3. If connection is not ACTIVE, follow the returned auth link to complete TikTok OAuth

4. Confirm connection status shows ACTIVE before running any workflows


Core Workflows


1. Upload and Publish a Video


**When to use**: User wants to upload a video and publish it to TikTok


**Tool sequence**:

1. `TIKTOK_UPLOAD_VIDEO` or `TIKTOK_UPLOAD_VIDEOS` - Upload video file(s) [Required]

2. `TIKTOK_FETCH_PUBLISH_STATUS` - Check upload/processing status [Required]

3. `TIKTOK_PUBLISH_VIDEO` - Publish the uploaded video [Required]


**Key parameters for upload**:

- `video`: Video file object with `s3key`, `mimetype`, `name`

- `title`: Video title/caption


**Key parameters for publish**:

- `publish_id`: ID returned from upload step

- `title`: Video caption text

- `privacy_level`: 'PUBLIC_TO_EVERYONE', 'MUTUAL_FOLLOW_FRIENDS', 'FOLLOWER_OF_CREATOR', 'SELF_ONLY'

- `disable_duet`: Disable duet feature

- `disable_stitch`: Disable stitch feature

- `disable_comment`: Disable comments


**Pitfalls**:

- Video upload and publish are TWO separate steps; upload first, then publish

- After upload, poll FETCH_PUBLISH_STATUS until processing is complete before publishing

- Video must meet TikTok requirements: MP4/WebM format, max 10 minutes, max 4GB

- Caption/title has character limits; check current TikTok guidelines

- Privacy level strings are case-sensitive and must match exactly

- Processing may take 30-120 seconds depending on video size


2. Post a Photo


**When to use**: User wants to post a photo to TikTok


**Tool sequence**:

1. `TIKTOK_POST_PHOTO` - Upload and post a photo [Required]

2. `TIKTOK_FETCH_PUBLISH_STATUS` - Check processing status [Optional]


**Key parameters**:

- `photo`: Photo file object with `s3key`, `mimetype`, `name`

- `title`: Photo caption text

- `privacy_level`: Privacy setting for the post


**Pitfalls**:

- Photo posts are a newer TikTok feature; availability may vary by account type

- Supported formats: JPEG, PNG, WebP

- Image size and dimension limits apply; check current TikTok guidelines


3. List and Manage Videos


**When to use**: User wants to view their published videos


**Tool sequence**:

1. `TIKTOK_LIST_VIDEOS` - List user's published videos [Required]


**Key parameters**:

- `max_count`: Number of videos to return per page

- `cursor`: Pagination cursor for next page


**Pitfalls**:

- Only returns the authenticated user's own videos

- Response includes video metadata: id, title, create_time, share_url, duration, etc.

- Pagination uses cursor-based approach; check for `has_more` and `cursor` in response

- Recently published videos may not appear immediately in the list


4. View User Profile and Stats


**When to use**: User wants to check their TikTok profile info or account statistics


**Tool sequence**:

1. `TIKTOK_GET_USER_PROFILE` - Get full profile information [Required]

2. `TIKTOK_GET_USER_STATS` - Get account statistics [Optional]

3. `TIKTOK_GET_USER_BASIC_INFO` - Get basic user info [Alternative]


**Key parameters**: (no required parameters; returns data for authenticated user)


**Pitfalls**:

- Profile data is for the authenticated user only; cannot view other users' profiles

- Stats include follower count, following count, video count, likes received

- `GET_USER_PROFILE` returns more details than `GET_USER_BASIC_INFO`

- Stats may have slight delays; not

🎯 Best For

  • Claude users
  • Content creators
  • Writers
  • Editors

💡 Use Cases

  • Content creation
  • Style guide enforcement

📖 How to Use This Skill

  1. 1

    Install the Skill

    Copy the install command from the Terminal tab and run it. The SKILL.md file downloads to your local skills directory.

  2. 2

    Load into Your AI Assistant

    Open Claude and reference the skill. Paste the SKILL.md content or use the system prompt tab.

  3. 3

    Apply Tiktok Automation to Your Work

    Provide context for your task — paste source material, describe your audience, or share existing work to guide the AI.

  4. 4

    Review and Refine

    Edit the AI output for accuracy, tone, and completeness. Add human insight where the AI lacks context.

❓ Frequently Asked Questions

Can Tiktok Automation maintain my brand voice?

Yes — provide style guides or example content in your prompt for consistent brand-aligned output.

How do I install Tiktok Automation?

Copy the install command from the Terminal tab and run it. The skill downloads to ./skills/tiktok-automation/SKILL.md, ready to use.

Can I customize this skill for my team?

Absolutely. Edit the SKILL.md file to add team-specific instructions, examples, or workflows.

⚠️ Common Mistakes to Avoid

Publishing unedited drafts

AI writing needs human editing for facts, flow, and authentic voice.

🔗 Related Skills