Create, read, update, delete, and retry publishing social media posts across 14 platforms using the Bundle.social API. Use this skill when creating multi-platform posts, scheduling content, checking post status, updating published posts, deleting posts, or retrying failed publishes on Bundle.social. Covers the full post lifecycle: draft → schedule → publish → retry-on-failure → edit → delete. Handles per-platform content blocks, status tracking, post search, and pagination. This skill should be triggered whenever a user mentions posting, scheduling, publishing, creating content, or managing posts on Bundle.social. Essential for daily social media content workflows.
Create, read, update, delete, and retry publishing social media posts across 14 platforms using the Bundle.social API. Use this skill when creating multi-platform posts, scheduling content, checking post status, updating published posts, deleting posts, or retrying failed publishes on Bundle.social. Covers the full post lifecycle: draft → schedule → publish → retry-on-failure → edit → delete. Handles per-platform content blocks, status tracking, post search, and pagination. This skill should be triggered whenever a user mentions posting, scheduling, publishing, creating content, or managing posts on Bundle.social. Essential for daily social media content workflows.
This skill covers the full lifecycle of social media posts on Bundle.social — from creation through publishing, editing, and deletion.
Authentication
x-api-key: <your-api-key>
Base URL: https://api.bundle.social
Reference Docs
Read references/README.md for platform enums and standard errors.
Read references/06-post.md for endpoint details.
How to Use This Skill
When a user asks to create, schedule, or manage posts on Bundle.social:
Understand the post structure — Posts contain platform-specific content blocks. Each target platform gets its own content configuration (text, media, scheduling).
Read the reference doc for the operation needed
Generate curl command examples with <your-api-key> as placeholder (NEVER call the actual API)
Interpret the response — explain post status, platform delivery status, any errors
Post Data Model
A post in Bundle.social has:
Common fields: id, teamId, title, status, scheduling info
Platform-specific data: Per-platform content blocks with text, media attachments, and platform options
Statuses: draft, scheduled, publishing, published, failed, etc.
Creating Posts
The POST /api/v1/post/ endpoint accepts a complex payload. The exact shape depends on which platforms you're posting to. Help the user construct the right payload by: