Back to skills
SkillHub ClubShip Full StackFull Stack

postsyncer

Manage your PostSyncer social media workflows.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
3,129
Hot score
99
Updated
March 20, 2026
Overall rating
C4.0
Composite score
4.0
Best-practice grade
B81.2

Install command

npx @skill-hub/cli install openclaw-skills-openclaw-postsyncer

Repository

openclaw/skills

Skill path: skills/abakermi/openclaw-postsyncer

Manage your PostSyncer social media workflows.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: openclaw.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install postsyncer into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/openclaw/skills before adding postsyncer to shared team environments
  • Use postsyncer for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw 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](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"
```


---

## Skill Companion Files

> Additional files collected from the skill directory layout.

### _meta.json

```json
{
  "owner": "abakermi",
  "slug": "openclaw-postsyncer",
  "displayName": "Postsyncer",
  "latest": {
    "version": "0.1.0",
    "publishedAt": 1769928809555,
    "commit": "https://github.com/clawdbot/skills/commit/dc627b698cf4e46d9506119ab3ab7458251d52ef"
  },
  "history": []
}

```

postsyncer | SkillHub