gitroomhq/postiz-agent
VerifiedCLI tool letting AI agents schedule and manage posts across 28+ social platforms.
What is gitroomhq/postiz-agent?
Postiz CLI is an open-source command-line interface built for AI agents that need to handle social media automation. It connects to the Postiz API and lets agents create, schedule, and manage posts on more than 28 platforms including Twitter/X, LinkedIn, Reddit, YouTube, TikTok, Instagram, and Facebook.
The tool handles authentication via OAuth2 device flow or API keys, lists connected accounts and groups, fetches dynamic platform data, and supports complex posts with multiple comments and media. Posts can be created from simple flags or full JSON files, with options for drafts, delays, and custom settings per network.
It is designed for developers building autonomous agents that require reliable social media capabilities. The CLI works well in scripted environments and can be installed globally or added as a skill to agent frameworks.
What you can build with gitroomhq/postiz-agent
Multi-platform content distribution
An agent can schedule one post to several networks at once while applying platform-specific rules like subreddit selection or LinkedIn company targeting.
Dynamic data fetching for posts
Before publishing, agents can trigger tools to pull Reddit flairs, YouTube playlists, or LinkedIn company lists directly from connected integrations.
Batch scheduling from JSON
Agents load structured post data from files to create drafts or scheduled items with media and threaded comments across customer groups.
Install gitroomhq/postiz-agent
npx skills add gitroomhq/postiz-agentnpx skills add gitroomhq/postiz-agent- 1Run npx skills add gitroomhq/postiz-agent to install the skill.
- 2Install the CLI globally with npm install -g postiz if needed for direct use.
- 3Authenticate using postiz auth:login to connect via OAuth2 device flow.
- 4List available integrations with postiz integrations:list to confirm connected accounts.
- 5Create your first scheduled post using postiz posts:create with content, date, and integration IDs.
gitroomhq/postiz-agent: pros & cons
Pros
- +Broad coverage of 28+ social platforms with one interface
- +Flexible post creation supporting media, comments, and platform settings
- +OAuth2 device flow simplifies authentication for agents
- +Works as both standalone CLI and installable agent skill
Cons
- –Requires existing Postiz API access or self-hosted setup
- –Command-line only so no visual post preview
- –Complex posts need careful JSON or flag management
Frequently asked questions
No, OAuth2 login is recommended and works without manually providing keys, though an API key can be used as fallback.
User reviews
Verified reviews from the community shape this listing's rating.
Loading reviews…