PostProxy Social Media Manager for Openclaw

A comprehensive integration for managing and automating social media content across all major platforms via the PostProxy API.

danbaranov
v0.1.0
Feb 6, 2026
2
1.9k
1

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install postproxy-skill

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install postproxy-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is PostProxy Social Media Manager?

The PostProxy skill is a specialized tool designed for AI agents to interact with the PostProxy API, enabling seamless cross-platform social media management. It allows developers and content creators to programmatically handle everything from listing profiles to publishing multi-media posts on platforms like X/Twitter, LinkedIn, Instagram, and TikTok.

By integrating this into Openclaw Skills, users can automate their digital presence through simple natural language commands or automated agentic workflows. It removes the friction of managing multiple API keys and platform-specific formatting requirements, providing a unified gateway for social engagement.

PostProxy Social Media Manager Use Cases

  • Automate posting updates across multiple social media platforms simultaneously.
  • Schedule content for future publication using specific timestamps.
  • Create and preview social media drafts before they go live.
  • Programmatically upload media files like images and videos to social platforms.
  • Manage and monitor post history and profile statuses across disparate accounts.

How PostProxy Social Media Manager Works

  1. The skill authenticates using a Bearer token stored in the POSTPROXY_API_KEY environment variable.
  2. The AI agent identifies the target social media profiles (e.g., twitter, linkedin, threads) and the content to be posted.
  3. A payload is constructed containing the body text, media URLs, or local file paths.
  4. The agent executes a Bash-based curl command to the PostProxy API endpoints.
  5. PostProxy processes the request, handles platform-specific requirements, and returns the publication status or post ID.

PostProxy Social Media Manager Setup

To use this skill, ensure you have an active account at PostProxy.

  1. Obtain your API key from the PostProxy dashboard.
  2. Set the environment variable in your agent environment:
export POSTPROXY_API_KEY='your_api_key_here'
  1. Verify connectivity by listing your connected social profiles using the Openclaw Skills framework.

PostProxy Social Media Manager Data Schema & Taxonomy

The skill utilizes JSON objects and multipart form data for flexible content delivery.

Attribute Description
post Contains the body (text), scheduled_at (ISO date), and draft (boolean).
profiles An array of platform strings (e.g., facebook, youtube, tiktok).
media An array of image or video URLs, or file upload references.
platforms Nested object for platform-specific settings like format: reel for Instagram.

PostProxy Social Media Manager Advanced Features

  • Multi-Platform Broadcast: Post to Facebook, Instagram, TikTok, LinkedIn, YouTube, X, and Threads with one command.
  • Native File Upload: Supports multipart form data for uploading local assets directly from the agent's filesystem.
  • Granular Platform Controls: Customize metadata such as YouTube titles, privacy status, and Instagram first comments.
  • Lifecycle Management: Full support for creating, drafting, publishing, and deleting posts via API.
  • Automated Scheduling: Precision delivery of content using the scheduled_at parameter.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*