Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

postai-automation邮政自动化

Agent Skill

postai-automation 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,635

周安装

480

GitHub Stars

公开资料未说明

下载量

3,802
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:postai-automation(邮政自动化)
来源仓库:https://github.com/nyamiresepdapur-droid/postai-automation
安装命令:
openclaw skills install postai-automation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install postai-automation

简介

用于基于产品图像自动生成 TikTok 与 Instagram 视频并定时发布。

  • 适合在 OpenClaw 中实现电商内容自动化生产与多平台分发。
  • 通过 clawhub 安装后,可自定义样式、标题与发布时间参数。
  • 需确保图像版权清晰,避免使用未授权素材引发法律风险。
  • 建议监控视频渲染时长与成功率,优化提示词提升生成质量。

SKILL.md

POST AI Automation

Automate TikTok/Instagram video creation and posting using POST AI platform.

What is POST AI?

POST AI is an AI-powered tool that turns 1 product image into dozens of TikTok FYP videos with auto-caption and voice-over.

Use Cases

  • Affiliate Marketing: Generate 10-20 videos per product automatically
  • E-commerce: Create product showcases at scale
  • Content Automation: Daily posting without manual effort
  • A/B Testing: Test multiple video variants to see what works

Setup

  1. Purchase POST AI: https://postai.myscalev.com/
  2. Extract credentials from email/confirmation
  3. Copy config.example.json to config.json
  4. Fill in your credentials:
{
  "postai": {
    "api_key": "your_api_key",
    "account_id": "your_account_id",
    "endpoint": "https://api.postai.com/v1"
  },
  "tiktok": {
    "account": "@youraccount",
    "cookie_file": "/path/to/cookies.json",
    "session_id": "your_session_id"
  },
  "instagram": {
    "account": "@youraccount",
    "cookie_file": "/path/to/cookies.json"
  }
}

Commands

Generate Videos

Generate multiple video variants from a single product image:

python scripts/generate_videos.py \
  --image products/shirt.jpg \
  --count 10 \
  --platform tiktok \
  --style hype \
  --language id \
  --output videos/shirt/

Options:

  • --image: Path to product image
  • --count: Number of videos to generate (default: 5)
  • --platform: Target platform (tiktok, instagram, threads)
  • --style: Video style (hype, calm, energetic, professional)
  • --language: Language for voice-over (id, en)
  • --output: Output directory

Auto Upload

Upload generated videos with automatic scheduling:

python scripts/auto_upload.py \
  --source videos/shirt/*.mp4 \
  --platform tiktok \
  --caption-file captions/shirt.txt \
  --schedule "2026-03-05 08:00,14:00,20:00"

Options:

  • --source: Glob pattern for video files
  • --platform: Target platform
  • --caption-file: Text file with captions (one per line)
  • --schedule: Comma-separated schedule (YYYY-MM-DD HH:MM)
  • --hashtags: Custom hashtags (comma-separated)

Batch Process

Process multiple products from CSV:

python scripts/batch_process.py \
  --input products.csv \
  --platforms tiktok,instagram \
  --videos-per-product 10 \
  --schedule "08:00,14:00,20:00"

CSV Format (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!

Workflow Examples

Quick Start (Single Product)

# 1. Generate videos
python scripts/generate_videos.py --image produk.jpg --count 10 --platform tiktok

# 2. Preview before upload
python scripts/previews.py --source videos/produk/

# 3. Upload manually or scheduled
python scripts/auto_upload.py --source videos/produk/*.mp4 --platform tiktok

Daily Automation (Cron)

Add to crontab for daily 3x posting:

# Post at 8 AM, 2 PM, 8 PM every day
0 8,14,20 * * * cd ~/.openclaw/workspace/skills/postai-automation && python scripts/daily_post.py

A/B Testing

Generate multiple styles for the same product:

python scripts/generate_videos.py \
  --image produk.jpg \
  --styles hype,calm,professional \
  --count 5 \
  --platform tiktok

Then upload all variants and track performance to find best-performing style.

Performance Tracking

Track which videos generate the most engagement/sales:

python scripts/track_performance.py \
  --days 7 \
  --metrics views,likes,comments,sales

Output:

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 (formatted: Rp 150.000)
  • {affiliate_link}: Your affiliate link
  • {hashtag}: Auto-generated hashtags
  • {emoji}: Relevant emojis based on product

Example template:

🔥 {product_name} - {price}

Jangan sampai kehabisan! Order sekarang:
{affiliate_link}

{hashtag}

#fyp #affiliatemarketing #promotion

Troubleshooting

Videos not uploading to TikTok:

  • Check if cookies are expired: Re-export cookies from browser
  • Verify session_id is correct
  • Check TikTok account status (not banned/limited)

POST AI API errors:

  • Verify API key is valid
  • Check your subscription status
  • Ensure account has remaining credits

Caption generation issues:

  • Check language settings
  • Ensure caption template is valid
  • Verify hashtags are not blacklisted

Best Practices

  1. A/B Test Everything: Generate multiple variants to find what works
  2. Schedule Strategically: Test different posting times (8, 14, 20 are good starts)
  3. Mix Styles: Don't use same style every time - variety keeps audience engaged
  4. Track Performance: Use tracking script to identify winning patterns
  5. Quality Over Quantity: 5 great videos > 20 mediocre videos

Limitations

  • POST AI relies on external API service - check their status if issues occur
  • TikTok has rate limits - don't spam upload
  • Instagram has stricter anti-bot measures than TikTok
  • Voice-over quality depends on POST AI's TTS engine

Integration with Other Skills

  • content-generator: Generate script ideas for videos
  • social-media-upload: Cross-platform posting
  • analytics-dashboard: Track performance across campaigns
  • humanizer: Make AI-generated captions more natural

Support

For POST AI platform issues: Contact their support via https://postai.myscalev.com/

For skill issues: Open issue at BerkahKarya or contact Veris directly.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.54%
按下载量换算2,758

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills