← All skills
Tencent SkillHub Β· Developer Tools

tiktok-carousel

Generates a 6-slide TikTok carousel with images and text, creates a draft post via Postiz API, and outputs a caption for review and publishing.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generates a 6-slide TikTok carousel with images and text, creates a draft post via Postiz API, and outputs a caption for review and publishing.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
postiz_api_integration.py, README.md, requirements.txt, SKILL.md, tiktok_content_gen.py, scripts/generate.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Short description

This 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.

Quick install & run

Create and activate a Python virtual environment. Install dependencies: pip install -r requirements.txt. Create environment variables: OPENAI_API_KEY (for image/text generation) and POSTIZ_API_KEY (optional, for uploading and creating drafts). Run the generator (examples in README.md / scripts/).

What this skill contains

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.

Inputs / outputs (contract)

Inputs: target persona/topic, optional prompt seeds, number of slides (default 6), style hints. Outputs: images/final_slide_{i}.png, caption.txt, optional Postiz draft (returns draft id/url).

Security & cost notes

Keep API keys out of source control and use environment variables. Image generation costs depend on the model (DALLΒ·E 3 or similar). Use batching or lower-res variants for cost savings. Installation details and examples are in README.md inside this folder.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Docs1 Files
  • SKILL.md Primary doc
  • README.md Docs
  • postiz_api_integration.py Scripts
  • scripts/generate.py Scripts
  • tiktok_content_gen.py Scripts
  • requirements.txt Files