Manage your PostSyncer social media workflows.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add rondoflow/rondoflow --skill manage-postsyncer-social-media-workflows --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Manage Postsyncer Social Media Workflows?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rondoflow-manage-postsyncer-social-media-workflows)More formats (shields.io, HTML) on the badges page.
---
name: manage-postsyncer-social-media-workflows
description: "Manage your PostSyncer social media workflows."
category: "Communication"
author: community
version: "1.0.0"
icon: message-circle
---
# 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"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!