🔄 Openclaw Postsyncer OpenClaw Skill - ClawHub
Do you want your AI agent to automate Openclaw Postsyncer workflows? This free skill from ClawHub helps with clawdbot tools tasks without building custom tools from scratch.
What this skill does
Manage your PostSyncer social media workflows.
Install
npx clawhub@latest install openclaw-postsyncerFull SKILL.md
Open original| name | version | description |
|---|---|---|
| postsyncer | 1.0.0 | Manage your PostSyncer social media workflows. |
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"