通过 AdaptlyPost API 在 9 个社交平台调度、起草或发布帖子,发布前需用户逐项确认。
数据分析
PostNext Social Manager
试用Manage social media through PostNext - schedule, publish, and analyze posts across Twitter/X, Instagram, LinkedIn, Threads, YouTube, TikTok, and Bluesky via...
它能做什么
Manage social media through PostNext - schedule, publish, and analyze posts across Twitter/X, Instagram, LinkedIn, Threads, YouTube, TikTok, and Bluesky via the PostNext public API. Use when the user wants to draft, schedule, or publish social posts, upload media for posts, check what is queued, or read social analytics (engagement, best time to post, audience growth) and has a PostNext account and API key.
技能文档
PostNext Social Manager
Drive a PostNext account programmatically: connect channels, upload media, compose and schedule or publish posts across platforms, and read analytics. Wraps the PostNext public REST API with an API key.
Setup
- The user creates an API key at https://postnext.io/account/api-keys (shown only once).
- Export it:
export POSTNEXT_API_KEY= - Base URL is
https://api-app.postnext.io. Auth header on every request:x-api-key: $POSTNEXT_API_KEY.
Two ways to use this skill:
- Helper (recommended where a shell is available): the bundled
postnextscript (needscurl+jq). It handles the fiddly, error-prone parts for you. Run./postnext help. - Raw curl (works anywhere, including no-filesystem sandboxes): every operation has a copy-paste curl recipe in
references/.
The core loop
- Connect (one-time, done by the user in the PostNext web app - there is no API to connect a channel). Confirm what is connected:
postnext channels. - Upload media if the post has an image or video:
postnext upload ./clip.mp4prints an asset URL. - Compose + publish now or schedule:
postnext post --provider twitter --text "..." --media ./a.pngpostnext schedule --provider instagram --text "..." --media ./a.jpg --at 2026-07-25T14:00:00Z
- Measure:
postnext analytics overview,postnext analytics best-time twitter,postnext results.
Four traps this skill exists to prevent
The PostNext API has four behaviors that silently produce broken posts. The postnext helper handles all four; if you use raw curl, you must handle them yourself (see references/posts.md and references/media.md).
- Key posts by the bare provider name (
twitter), nevertwitter:@handle. A colon key is rejected at publish. Select the account with the entry'sproviderId+channelName. - Attach media by its URL, never by
assetId. A post that carries onlyassetIdspublishes with no media and no error. Put the uploadedasset.urlintocontent.media. providerIdis the connection'sproviderId(the platform-native account id fromGET /api/connections), notuniqueId. A wrong or missingproviderIdfails at the publish worker silently.- Only twitter and threads thread. An array of posts sent to any other provider is silently reduced to the first item.
When to read which reference
| Task | Read |
|---|---|
| Build a post, threads, per-provider rules, char limits | references/posts.md |
| Upload an image or video, size routing, the 3-step flow | references/media.md |
List or check connected channels, resolve providerId | references/channels.md |
| Read analytics, best time to post, sync | references/analytics.md |
| Response envelope shapes, error codes, rate limits | references/errors.md |
Known limitations
- No channel connect over the API (browser-only in PostNext).
- No team switching: the key operates on its account's default team.
- One entry per provider per request (no multi-account-per-provider in a single post).
- Analytics and per-post metrics require PUBLISHED posts.
- Not supported by this skill: WordPress/blog posts, brand-profile edits, team management (use the PostNext MCP or web app).
相关技能
通过单一 API 在 Twitter/X、Facebook、Instagram、LinkedIn、TikTok、YouTube 上发布、调度和管理帖子。
在终端里跨 9 个社交平台创建、排程与发布内容。
Create, schedule, and manage social media posts across Instagram, Facebook, X/Twitter, LinkedIn, and TikTok via the Social by InstantDM API and hosted MCP se...
通过一次 REST API 调用,向 10 个社交平台发布视频、图片、文字与文档。
Create, schedule, and publish social media posts across Instagram, TikTok, YouTube, X, LinkedIn, Facebook, Pinterest, Threads, and Bluesky via the Social0 CLI (preferred) or MCP. Covers account listing, media upload, drafts, instant publish, scheduling, and per-platform publish status.