# Blotato

> Social media publishing and scheduling platform. Publish and schedule posts across Instagram, LinkedIn, Twitter/X, TikTok, YouTube, and more. Upload media and monitor post status.

- Skill: `renatoasse/blotato` (Agent Skill)
- Install (CLI): `npx skillmds@latest add renatoasse/blotato`
- Raw SKILL.md: https://api.skillmd.com/api/skills/renatoasse/blotato/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: renatoasse (https://skillmd.com/u/renatoasse)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/renatoasse/blotato

---


# 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

1. Use `blotato_list_accounts` to get account IDs and platforms
2. If post includes images or videos, upload them with `blotato_upload_media` first and use the returned media IDs in `blotato_create_post`
3. Use `blotato_create_post` to publish or schedule
4. Use `blotato_get_post_status` to confirm success

### Best practices

- Always call `blotato_list_accounts` first to get valid account IDs
- For scheduled posts, use ISO 8601 format for datetime
- After posting, poll `blotato_get_post_status` until 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

