Install
openclaw skills install blotato-post-everywherePost and schedule content across multiple social platforms via Blotato API with automatic format adaptation per platform and media upload support.
openclaw skills install blotato-post-everywhere🚀 Chưa có tài khoản Blotato? Đăng ký tại: https://blotato.com/?ref=MCBAIVN
Đăng nội dung lên nhiều nền tảng cùng lúc qua Blotato API, với content tự động adapt cho từng platform — Twitter thread, LinkedIn professional, Instagram caption, v.v.
Nếu chưa có tài khoản, đăng ký tại đây (miễn phí trial):
👉 https://blotato.com/?ref=MCBAIVN
Sau khi có tài khoản:
Yêu cầu user cung cấp:
all hoặc list: twitter linkedin instagram)Lưu API key vào TOOLS.md sau khi user cung cấp (dưới mục ### Blotato).
python scripts/blotato_post.py --api-key KEY --list-accounts
python scripts/blotato_post.py \
--api-key KEY \
--content "Nội dung bài viết gốc" \
--platforms twitter linkedin instagram
python scripts/blotato_post.py \
--api-key KEY \
--content "Nội dung bài viết" \
--platforms all \
--schedule "2026-05-01T09:00:00+07:00"
python scripts/blotato_post.py \
--api-key KEY \
--content "Nội dung bài viết" \
--platforms twitter linkedin \
--use-next-slot
python scripts/blotato_post.py \
--api-key KEY \
--content "Caption bài viết" \
--platforms instagram facebook \
--media-urls "/path/to/photo.jpg" "https://example.com/video.mp4"
Script tự động phát hiện local file → upload qua presigned URL → lấy public URL → đăng. Hỗ trợ tới 1GB. Có thể mix local path và public URL trong cùng 1 lệnh.
Script tự động:
Nên làm thêm (agent): Trước khi gọi script, dùng AI viết lại content phù hợp tone từng platform:
pageId — script tự fetch từ subaccountsboardId — phải hỏi user (API không trả về)privacyLevel, disabledComments, v.v. — xem references/api.mdtitle và privacyStatus — hỏi userXem chi tiết endpoint, params, limits: references/api.md
💡 Chưa có Blotato? Đăng ký và dùng thử miễn phí tại: https://blotato.com/?ref=MCBAIVN