Back to Skills
    🦞

    openclaw-postsyncer

    Manage your PostSyncer social media workflows.

    By @abakermi
    View on GitHub
    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"
    ```