Install
openclaw skills install tikto-automationGenerates a 6-slide TikTok carousel with images and text, creates a draft post via Postiz API, and outputs a caption for review and publishing.
openclaw skills install tikto-automationThis skill generates a 6-slide TikTok carousel (portrait images + text overlays), drafts a TikTok post using a draft API (Postiz in this repository), and outputs a ready-to-review caption. The focus is cost-effective, reproducible content generation and automating as much of the drafting process as possible while keeping final publishing manual.
pip install -r requirements.txt.OPENAI_API_KEY (for image/text generation) and POSTIZ_API_KEY (optional, for uploading and creating drafts).README.md / scripts/).tiktok_content_gen.py — orchestrator: creates hook, locked architecture, images, captions and can upload a draft.postiz_api_integration.py — small Postiz client used to upload media and create drafts (keeps drafts private by default).scripts/generate.py — thin CLI wrapper to run generation locally.scripts/upload.py — CLI wrapper to upload generated images and create a draft.requirements.txt — Python dependencies.images/final_slide_{i}.png, caption.txt, optional Postiz draft (returns draft id/url).Installation details and examples are in README.md inside this folder.