Tiktok Upload
by EchoEigo
Automate TikTok video uploads with browser automation opencli tool
- Bypass TikTok's block on CDP file uploads via memory injection.
- Automate posting or drafting videos from headless server environments.
- Programmatically update Draft.js caption fields with hashtags.
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Bypass TikTok's block on CDP file uploads via memory injection.
- Programmatically update Draft.js caption fields with hashtags.
- terminal, browser automation included
Sample input
Upload latest_edit.mp4 to TikTok with the caption "Summer vibes! #travel #sunny" and save it as a draft.
Sample output
Starting chunked injection for 'latest_edit.mp4' (12.4MB)... Chunk 168/168 - 100.0% Complete. File injected successfully. Waiting for processing (estimated 10 mins)... Caption set via JS: "Summer vibes! #travel #sunny" Clicking 'Save draft' button. Status: Success. Video saved to drafts.
Tiktok Upload
by EchoEigo
Automate TikTok video uploads with browser automation opencli tool
$5
· or 25 creditsSecure checkout via Stripe
Included in download
- Bypass TikTok's block on CDP file uploads via memory injection.
- Programmatically update Draft.js caption fields with hashtags.
- terminal, browser automation included
- Instant install
Sample input
Upload latest_edit.mp4 to TikTok with the caption "Summer vibes! #travel #sunny" and save it as a draft.
Sample output
Starting chunked injection for 'latest_edit.mp4' (12.4MB)... Chunk 168/168 - 100.0% Complete. File injected successfully. Waiting for processing (estimated 10 mins)... Caption set via JS: "Summer vibes! #travel #sunny" Clicking 'Save draft' button. Status: Success. Video saved to drafts.
About This Skill
Automated TikTok Video Uploading
TikTok's Creator Studio is notoriously difficult to automate due to strict anti-bot measures and browser restrictions that block standard file upload commands (CDP DOM.setFileInputFiles). Traditional AI agents often fail when attempting to interact with TikTok’s complex React-based UI and Draft.js caption editors.
Advanced Injection Engine
This skill implements a robust workaround using chunked base64 injection. By breaking down video files into small, manageable chunks and injecting them directly into the browser's memory via the OpenCLI proxy, it bypasses the "Not allowed" security errors. It then reconstructs the file as a Blob and programmatically triggers the internal TikTok upload handlers.
Supported Capabilities
- Chunked File Transfer: Uploads large video files by bypassing ARG_MAX limits.
- Draft.js Integration: Programmatically sets captions and hashtags where standard 'fill' commands fail.
- Status Polling: Monitors TikTok's server-side processing and wait times automatically.
- Workflow Options: Supports both "Save as Draft" for manual review and "Post" for immediate publishing.
Why Developers Use This
Unlike simple prompting, which struggles with TikTok's hidden file inputs and global scope leakage (markerAttr errors), this skill provides a battle-tested state machine for content delivery. It handles the nuances of React re-renders and isolated network namespaces, ensuring your automation is reliable and production-ready.
Use Cases
- Bypass TikTok's block on CDP file uploads via memory injection.
- Automate posting or drafting videos from headless server environments.
- Programmatically update Draft.js caption fields with hashtags.
- Poll video processing status to ensure reliable publishing.
- TikTok Video Auto Upload
Known Limitations
- Upload speed limited by chunked base64 injection process
- Requires active Chrome session with OpenCLI extension
- Does not bypass TikTok account shadowbans or community guidelines
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/tiktok-upload -o /tmp/tiktok-upload.zip && unzip -o /tmp/tiktok-upload.zip -d ~/.claude/skills && rm /tmp/tiktok-upload.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Early access skill
Be the first to review this skill.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
- Requires OpenCLI installed and `opencli doctor` green - Chrome logged into TikTok account with OpenCLI extension installed
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.