TopRank Skills

Home / Claw Skills / Others / postsyncer
Official OpenClaw rules 15%

postsyncer

Manage your PostSyncer social media workflows.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 postsyncer 技能。 若已安装,则直接安装 postsyncer 技能。

Overview

Skill Key
abakermi/openclaw-postsyncer
Author
abakermi
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/abakermi/openclaw-postsyncer
Latest Commit SHA
a6d783d180f2d967bdbd8f0d37c376d53ea86b74

Extracted Content

SKILL.md excerpt

# 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"
```

Related Claw Skills