This skill is a CLI wrapper for the official Postiz social media scheduling API. It requires a POSTIZ_API_KEY environment variable for authentication and makes HTTPS requests to api.postiz.com (or a custom API URL). It can read local files from disk for media uploads. No shell command execution, no filesystem writes, and only two well-known runtime dependencies (node-fetch, yargs).
Managing social media presence across multiple platforms is time-consuming. Each platform has its own interface, posting format, and scheduling tools. Content creators and marketing teams waste hours switching between apps to publish the same content across different channels.
CLI tool for scheduling social media posts across 28+ platforms including X, LinkedIn, Reddit, YouTube, TikTok, and Instagram. Manage integrations, upload media, and track analytics from your terminal.
npx skills-il add gitroomhq/postiz-agent -a claude-codeThis is a community skill from an external source. The ZIP upload may not work on all platforms if the SKILL.md format is not fully compatible.
Supported Agents
Quick Nav
npm install -g postiz
export POSTIZ_API_KEY=your_api_key_here# Discovery
postiz integrations:list
postiz integrations:settings <integration-id>
postiz integrations:trigger <integration-id> <method> -d '{"key":"value"}'
# Posting (date is required)
postiz posts:create -c "Content" -s "2024-12-31T12:00:00Z" -i "integration-id"
postiz posts:create -c "Main" -c "Comment" -s "2024-12-31T12:00:00Z" -i "id" # Thread
postiz posts:create -c "Content" -m "img.jpg" -s "2024-12-31T12:00:00Z" -i "id" # With media
postiz posts:create --json campaign.json # Complex multi-platform
# Media (upload before posting!)
postiz upload image.jpg
# Analytics
postiz analytics:platform <integration-id> -d 30
postiz analytics:post <post-id> -d 7
# Management
postiz posts:list
postiz posts:delete <post-id>X, LinkedIn, LinkedIn Pages, Reddit, Instagram, Facebook Pages, Threads, YouTube, Google My Business, TikTok, Pinterest, Dribbble, Discord, Slack, Kick, Twitch, Mastodon, Bluesky, Lemmy, Farcaster, Telegram, Nostr, VK, Medium, Dev.to, Hashnode, WordPress, ListMonk.
integrations:settings to discover character limits and required fields{"missing": true}, resolve with posts:missing + posts:connectSchedule a LinkedIn post for tomorrow at 9 AM IST with the content: 'Excited to announce our new product launch! Stay tuned for more details.' Include our company logo image.
Create a Twitter thread with 4 tweets about the top AI tools for social media marketing in 2026. Schedule it for next Monday at 10 AM.
Post the same announcement about our Black Friday sale across Twitter, LinkedIn, and Facebook simultaneously. Attach the sale banner image and schedule for Friday at 8 AM.
Show me the engagement analytics for all my LinkedIn posts from the last 30 days. Include impressions, likes, and comments.
Trust Score
Plan and execute product launches targeting the Israeli tech market, including media outreach, VC demo day preparation, and community engagement. Use when user asks about launching a product in Israel, pitching Israeli media, Hebrew press releases, or asks about "hashkaa", "hasakat mutzar", "Geektime", "Calcalist", Israeli tech PR, or startup launch strategy. Covers Israeli tech media outlets, holiday timing, 8200 alumni networks, and early-adopter communities. Do NOT use for general global product launches, non-Israeli markets, or paid advertising campaigns.
Optimize websites for Hebrew SEO and GEO (Generative Engine Optimization) on Google.co.il and AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude). Use when user asks about Hebrew keyword research, Israeli SEO, .co.il domain optimization, Hebrew schema.org markup, AI search visibility, GEO optimization, EEAT, or asks about "kidum atarim", "milot mafteach", "SEO", "GEO", or Israeli search ranking. Includes Hebrew morphological analysis, Princeton GEO methods, platform-specific AI optimization, EEAT principles, JSON-LD structured data, and Israeli business schema (Shabbat hours, kosher certification). Do NOT use for paid advertising campaigns or social media marketing.
Create and optimize paid advertising campaigns for the Israeli market across Google Ads, Meta (Facebook/Instagram), and local platforms. Use when user asks about Israeli PPC, Hebrew ad copy, Israeli audience targeting, or ad budget optimization. Covers Hebrew keyword research, Israeli Consumer Protection Law ad regulations, local bidding strategies, and audience segmentation.
Want to build your own skill? Try the Skill Creator · Submit a Skill