install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/abakermi/openclaw-postsyncer" ~/.claude/skills/clawdbot-skills-postsyncer && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/abakermi/openclaw-postsyncer" ~/.openclaw/skills/clawdbot-skills-postsyncer && rm -rf "$T"
manifest:
skills/abakermi/openclaw-postsyncer/SKILL.mdsource content
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"