BeClaude

postiz

Official PluginGeneralby Anthropic

Social media automation CLI for scheduling posts, managing integrations, uploading media, and tracking analytics across 28+ platforms including X, LinkedIn, Reddit, YouTube, TikTok, Instagram, and more

First seen 4/17/2026

Summary

Postiz is a CLI tool that automates social media scheduling, content posting, and analytics across 28+ platforms like X, LinkedIn, Reddit, YouTube, and TikTok.

  • It helps developers integrate social media management into their workflows, saving time on repetitive posting tasks and enabling data-driven content strategies.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/postiz.md

3
Invoke with @agent-name
@postiz

Use Cases

Schedule and auto-post content across multiple social platforms from a single command line interface.
Upload and manage media assets (images, videos) for social posts without leaving the terminal.
Track engagement analytics and post performance across all connected social accounts.
Integrate social media posting into CI/CD pipelines for automated content deployment.
Bulk schedule weeks of content in advance using CSV or JSON input files.
Manage multiple social media integrations (e.g., connect new accounts, refresh tokens) via CLI commands.

Usage Examples

1

/postiz schedule --platform twitter --text 'Check out our new blog post!' --media screenshot.png --time '2025-03-20 10:00:00'

2

/postiz analytics --platform linkedin --period last_7_days --format json

3

Schedule a YouTube video upload with title, description, and tags for next Monday at 9 AM using Postiz.

View source on GitHub

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is postiz?

Postiz is a CLI tool that automates social media scheduling, content posting, and analytics across 28+ platforms like X, LinkedIn, Reddit, YouTube, and TikTok. It helps developers integrate social media management into their workflows, saving time on repetitive posting tasks and enabling data-driven content strategies.

How to install postiz?

To install postiz: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/postiz.md. Finally, @postiz in Claude Code.

What is postiz best for?

postiz is a agent categorized under General. Created by Anthropic.

What can I use postiz for?

postiz is useful for: Schedule and auto-post content across multiple social platforms from a single command line interface.; Upload and manage media assets (images, videos) for social posts without leaving the terminal.; Track engagement analytics and post performance across all connected social accounts.; Integrate social media posting into CI/CD pipelines for automated content deployment.; Bulk schedule weeks of content in advance using CSV or JSON input files.; Manage multiple social media integrations (e.g., connect new accounts, refresh tokens) via CLI commands..