renatoasse/opensquad

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.

First seen Mar 15, 2026

Installation

$ npx skills add renatoasse/opensquad --skill blotato

Also in this package

Other skills from renatoasse/opensquad · top by installs.

npx skills add renatoasse/opensquad

Browse all from renatoasse/opensquad

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2.1K
Default branch master
Open issues 6
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,506 B
  • docs SUMMARY.md 194 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 34 installs

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

  1. Use blotatolistaccounts to get account IDs and platforms
  2. If post includes images or videos, upload them with blotatouploadmedia first and use the returned media IDs in blotatocreatepost
  3. Use blotatocreatepost to publish or schedule
  4. Use blotatogetpost_status to confirm success

Best practices

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