Create AI-powered UGC videos for your social media with Agent Media — generate engaging video content and schedule it directly with Postiz. Perfect for OpenClaw 🦞
Installation
- npm
- pnpm
Setup
API Key
Set your Postiz API key as an environment variable. You can get your API key from the Postiz Settings page.Custom API URL (self-hosted)
If you’re running a self-hosted Postiz instance, point the CLI to your server:Quick Start
Commands Overview
| Command | Description |
|---|---|
integrations:list | List all connected social media accounts |
integrations:settings | Get the settings schema for an integration |
integrations:trigger | Trigger a dynamic tool on an integration |
posts:create | Create a new post |
posts:list | List posts with optional date filtering |
posts:delete | Delete a post by ID |
analytics:platform | Get analytics for an integration/channel |
analytics:post | Get analytics for a specific post |
upload | Upload a media file |
All commands output JSON, making the CLI easy to use in scripts and automation pipelines.

