SKILL.md
Blotato Publisher
When to use
Use Blotato when you need to publish or schedule social media posts across multiple platforms from a single interface. Blotato supports Instagram, LinkedIn, Twitter/X, TikTok, YouTube, and more. It handles media uploads, post scheduling, and status monitoring.
Instructions
You have access to Blotato for social media publishing.
Key workflow
- Use
blotatolistaccountsto get account IDs and platforms - If post includes images or videos, upload them with
blotatouploadmediafirst and use the returned media IDs inblotatocreatepost - Use
blotatocreatepostto publish or schedule - Use
blotatogetpost_statusto confirm success
Best practices
- Always call
blotatolistaccountsfirst to get valid account IDs - For scheduled posts, use ISO 8601 format for datetime
- After posting, poll
blotatogetpost_statusuntil status is "published" or "scheduled" - If status is "failed", report the error details to the user
Requirements
- Blotato account required (blotato.com)
- API key must be configured (Blotato Settings > API section)
Available operations
- List Accounts -- Retrieve connected social media accounts and their platform types
- Upload Media -- Upload images and videos for use in posts
- Create Post -- Publish or schedule a post to one or more platforms
- Get Post Status -- Monitor publishing status (published, scheduled, failed)
- Multi-platform Publishing -- Post the same content across Instagram, LinkedIn, Twitter/X, TikTok, YouTube simultaneously