postsyncer
// Manage your PostSyncer social media workflows.
$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namepostsyncer
version1.0.0
descriptionManage your PostSyncer social media workflows.
authorabakermi
metadata[object Object]
PostSyncer Skill
Automate your social media scheduling with PostSyncer.
Setup
- Get your API Key from PostSyncer Settings.
- Set it:
export POSTSYNCER_API_KEY="your_key"
Commands
Workspaces
List your workspaces.
postsyncer workspaces
Posts
List your scheduled/published posts.
postsyncer posts
Create Post
(Basic text post)
postsyncer create-post -w <workspace_id> -t "Hello world"