Manage your PostSyncer social media workflows.
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
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](https://app.postsyncer.com/settings).
2. Set it: `export POSTSYNCER_API_KEY="your_key"`
## Commands
### Workspaces
List your workspaces.
```bash
postsyncer workspaces
```
### Posts
List your scheduled/published posts.
```bash
postsyncer posts
```
### Create Post
(Basic text post)
```bash
postsyncer create-post -w <workspace_id> -t "Hello world"
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.