Analysis updated 2026-05-18
Automate posting a short video to TikTok, Instagram Reels, and YouTube Shorts from an AI agent workflow.
Validate a video file's format and metadata locally before uploading it.
Repost content already published on one connected platform to others without re-uploading the file.
Schedule a social media post for a specific future time.
| taisly/agent | imtonyjaa/ggemu-fishing-joy | siigari/claude-heartbeat | |
|---|---|---|---|
| Stars | 179 | 175 | 161 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Taisly account with connected social accounts and an API key.
Taisly Agent Kit is a command-line tool and JavaScript SDK that lets AI coding agents publish short-form videos to social media platforms. It connects to TikTok, Instagram Reels, YouTube Shorts, X (formerly Twitter), and Facebook through the Taisly service, which handles the actual account connections and posting execution. Your code handles the decision of what to post and when, Taisly handles the delivery. The tool is designed specifically for automated workflows rather than manual use. Every command outputs JSON so that AI agents can read the results programmatically without parsing human-readable text. The intended workflow goes: check which accounts are connected, look up the platform requirements for each one, validate a video file locally before uploading, get user confirmation, then create the post and check its status. The validation step checks the file format and basic metadata on your machine before anything is sent to Taisly. You can use it as a CLI tool, install it as a Node.js package in your own code, or write a JSON file describing a campaign and pass that to the CLI. Scheduling is supported by including a timestamp in ISO format. A reposts:create command lets you take content from one connected platform and repost it to others without re-uploading the file. The examples folder contains ready-to-use workflow files for specific AI coding tools: Codex, Claude Code, and Cursor each have their own example showing how to wire the tool into a content or development workflow. Using this requires a Taisly account with social media accounts connected, plus a Taisly API key. The package is available on npm as @taisly/agent. The README notes that a single-post status endpoint is not yet available, so checking post status reads from recent history instead, and that media upload reuse and an MCP server integration are planned but not yet shipped.
A CLI tool and JavaScript SDK that lets AI coding agents publish short videos to TikTok, Instagram Reels, YouTube Shorts, X, and Facebook through the Taisly service.
Mainly JavaScript. The stack also includes JavaScript, Node.js, Taisly API.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.