skills$openclaw/postsyncer
abakermi7.0k

by abakermi

postsyncer – OpenClaw Skill

postsyncer is an OpenClaw Skills integration for coding workflows. Manage your PostSyncer social media workflows.

7.0k stars514 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namepostsyncer
descriptionManage your PostSyncer social media workflows. OpenClaw Skills integration.
ownerabakermi
repositoryabakermi/openclaw-postsyncer
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @abakermi/openclaw-postsyncer
last updatedFeb 7, 2026

Maintainer

abakermi

abakermi

Maintains postsyncer in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
283 B
SKILL.md
697 B
SKILL.md

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

  1. Get your API Key from PostSyncer Settings.
  2. 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"
README.md

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.