POST AI Automation — POST AI 自动化
v1Automate TikTok and Instagram video creation and scheduled posting from one product image using POST AI with customizable styles, captions, and performance t...
运行时依赖
安装命令
点击复制技能文档
POST AI 自动化
Automate TikTok/Instagram video creation and posting using POST AI 平台.
What is POST AI?
POST AI is an AI-powered 工具 that turns 1 product image into dozens of TikTok FYP videos with auto-caption and voice-over.
Use Cases Affiliate Marketing: 生成 10-20 videos per product automatically E-commerce: 创建 product showcases at 扩展 Content 自动化: DAIly posting without manual effort A/B 测试: Test multiple video variants to see what works 设置up Purchase POST AI: https://postAI.my扩展v.com/ 提取 凭证s from emAIl/confirmation Copy config.example.json to config.json Fill in your 凭证s: { "postAI": { "API_key": "your_API_key", "account_id": "your_account_id", "端点": "https://API.postAI.com/v1" }, "tiktok": { "account": "@youraccount", "cookie_file": "/path/to/cookies.json", "会话_id": "your_会话_id" }, "instagram": { "account": "@youraccount", "cookie_file": "/path/to/cookies.json" } }
Commands 生成 Videos
生成 multiple video variants from a single product image:
python scripts/生成_videos.py \ --image products/shirt.jpg \ --count 10 \ --平台 tiktok \ --style hype \ --language id \ --输出 videos/shirt/
Options:
--image: Path to product image --count: Number of videos to 生成 (default: 5) --平台: Tar获取 平台 (tiktok, instagram, threads) --style: Video style (hype, calm, ener获取ic, professional) --language: Language for voice-over (id, en) --输出: 输出 directory Auto 上传
上传 生成d videos with automatic scheduling:
python scripts/auto_上传.py \ --source videos/shirt/.mp4 \ --平台 tiktok \ --caption-file captions/shirt.txt \ --schedule "2026-03-05 08:00,14:00,20:00"
Options:
--source: Glob pattern for video files --平台: Tar获取 平台 --caption-file: Text file with captions (one per line) --schedule: Comma-separated schedule (YYYY-MM-DD HH:MM) --哈希tags: Custom 哈希tags (comma-separated) Batch Process
Process multiple products from CSV:
python scripts/batch_process.py \ --输入 products.csv \ --平台s tiktok,instagram \ --videos-per-product 10 \ --schedule "08:00,14:00,20:00"
CSV 格式化 (products.csv):
product_name,image_url,price,affiliate_link,caption_template T-Shirt Merah,https://example.com/shirt.jpg,150000,https://aff.link/shirt,Promo {price}! Kemeja Hijau,https://example.com/shirt2.jpg,200000,https://aff.link/shirt2,Fashion terbaru!
工作流 Examples Quick 启动 (Single Product) # 1. 生成 videos python scripts/生成_videos.py --image produk.jpg --count 10 --平台 tiktok
# 2. Preview before 上传 python scripts/previews.py --source videos/produk/
# 3. 上传 manually or scheduled python scripts/auto_上传.py --source videos/produk/.mp4 --平台 tiktok
DAIly 自动化 (Cron)
添加 to crontab for dAIly 3x posting:
# Post at 8 AM, 2 PM, 8 PM every day 0 8,14,20 * cd ~/.OpenClaw/workspace/技能s/postAI-自动化 && python scripts/dAIly_post.py
A/B 测试
生成 multiple styles for the same product:
python scripts/生成_videos.py \ --image produk.jpg \ --styles hype,calm,professional \ --count 5 \ --平台 tiktok
Then 上传 all variants and 追踪 performance to find best-performing style.
Performance 追踪ing
追踪 which videos 生成 the most engagement/sales:
python scripts/追踪_performance.py \ --days 7 \ --指标 views,likes,comments,sales
输出:
Video Views Likes Comments Sales Conversion Rate produk_v1.mp4 15.2K 2.3K 156 23 0.15% produk_v2.mp4 8.5K 1.2K 89 12 0.14% produk_v3.mp4 22.1K 4.5K 234 67 0.30% ⭐ Best
Caption Templates
Use placeholders in caption templates:
{product_name}: Product name {price}: Price (格式化ted: Rp 150.000) {affiliate_link}: Your affiliate link {哈希tag}: Auto-生成d 哈希tags {emoji}: Relevant emojis based on product
Example template:
🔥 {product_name} - {price}
Jangan sampAI kehabisan! Order sekarang: {affiliate_link}
{哈希tag}
#fyp #affiliatemarketing #promotion
Troubleshooting
Videos not 上传ing to TikTok:
检查 if cookies are expired: Re-导出 cookies from browser 验证 会话_id is correct 检查 TikTok account 状态 (not banned/limited)
POST AI API errors:
验证 API key is valid 检查 your subscription 状态 Ensure account has remAIning credits
Caption generation issues:
检查 language 设置tings Ensure caption template is valid 验证 哈希tags are not black列出ed Best Practices A/B Test Everything: 生成 multiple variants to find what works Schedule Strategically: Test different posting times (8, 14, 20 are good 启动s) Mix Styles: Don't use same style every time - variety keeps audience engaged 追踪 Performance: Use 追踪ing script to identify winning patterns 质量 Over Quantity: 5 great videos > 20 mediocre videos Limitations POST AI relies on external API 服务 - 检查 their 状态 if issues occur TikTo