7.0k★by abakermi
postsyncer – OpenClaw Skill
postsyncer is an OpenClaw Skills integration for coding workflows. Manage your PostSyncer social media workflows.
Skill Snapshot
| name | postsyncer |
| description | Manage your PostSyncer social media workflows. OpenClaw Skills integration. |
| owner | abakermi |
| repository | abakermi/openclaw-postsyncer |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @abakermi/openclaw-postsyncer |
| last updated | Feb 7, 2026 |
Maintainer

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 workspaces
Posts
List your scheduled/published posts.
postsyncer posts
Create Post
(Basic text post)
postsyncer create-post -w <workspace_id> -t "Hello world"
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install postsyncer?
Run openclaw add @abakermi/openclaw-postsyncer in your terminal. This installs postsyncer into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/abakermi/openclaw-postsyncer. Review commits and README documentation before installing.
