- name
- postsyncer
- version
- 1.0.0
- description
- Manage your PostSyncer social media workflows.
- author
- abakermi
- metadata
- openclaw
- emoji
- 🔄
- requires
- env
- ["POSTSYNCER_API_KEY"]
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 workspacesPosts
List your scheduled/published posts.
postsyncer postsCreate Post
(Basic text post)
postsyncer create-post -w <workspace_id> -t "Hello world"