postsyncer

Verified·Scanned 2/17/2026

This skill automates social media scheduling with PostSyncer and provides CLI examples. It instructs setting POSTSYNCER_API_KEY and running postsyncer commands.

from clawhub.ai·v1.0.0·697 B·0 installs
Scanned from 0.1.0 at dc627b6 · Transparency log ↗
$ vett add clawhub.ai/abakermi/postsyncer

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"