Skip to main content
Generaldvcrn

postsyncer

Manage your PostSyncer social media workflows.

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--postsyncer
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/abakermi--openclaw-postsyncer/skills/postsyncer/SKILL.md -o .claude/skills/postsyncer.md

Drops the SKILL.md into .claude/skills/postsyncer.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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"