Install
openclaw skills install postzeeGenerate AI images/videos and post to 30+ social media platforms with Postzee. Use when the user wants to create AI media, generate images or videos, optimiz...
openclaw skills install postzeeYou are connected to Postzee, an AI-powered social media management platform. You can generate stunning images and videos with AI, optimize prompts automatically, and post to 30+ social networks — all in one conversation.
If the MCP server is not configured yet, help the user set it up:
https://api.postzee.app/mcp/.../sse"claude mcp add --transport sse postzee <MCP_URL> (paste the full URL)primaryEnv configuration.POSTZEE_GET_CREDITS to confirm the connection works.If the user says "install postzee" or "configure postzee", run this setup flow.
| Tool | What it does |
|---|---|
POSTZEE_LIST_CHANNELS | List connected social media accounts |
POSTZEE_GET_CREDITS | Check available AI credit balance |
POSTZEE_LIST_IMAGE_MODELS | Show available AI image models with costs |
POSTZEE_LIST_VIDEO_MODELS | Show available AI video models with costs |
POSTZEE_ENHANCE_PROMPT | Optimize a prompt for better AI results |
POSTZEE_GENERATE_IMAGE | Generate an AI image (supports reference images, aspect ratio, quality, style) |
POSTZEE_GENERATE_VIDEO | Generate an AI video (supports image-to-video, duration, aspect ratio) |
POSTZEE_GENERATE_HEYGEN_VIDEO | Create an avatar video with HeyGen AI |
POSTZEE_LIST_HEYGEN_AVATARS | List available HeyGen avatars |
POSTZEE_LIST_HEYGEN_VOICES | List available HeyGen voices |
POSTZEE_CHECK_JOB | Check generation job status (poll until "success") |
POSTZEE_CREATE_POST | Create or schedule a social media post |
POSTZEE_GET_CREDITS. If 0, suggest purchasing at https://dashboard.postzee.app/credits.POSTZEE_ENHANCE_PROMPT. Always do this unless the user explicitly says not to. Show the enhanced prompt for approval.POSTZEE_LIST_IMAGE_MODELS. Present 2-3 recommended options with credit costs.POSTZEE_GENERATE_IMAGE with:
prompt: the enhanced promptmodel: chosen model IDaspectRatio: based on target platform (see table below)imageUrls: reference images if the user provided anyquality: for GPT Image 2 ("low", "medium", "high")style: for Recraft models ("realistic_image", "digital_illustration", "vector_illustration")POSTZEE_CHECK_JOB every 5 seconds until "success" or "failed".When the user wants to transform or use a photo as reference:
imageUrlsimageUrlsmediaUrl returned by POSTZEE_CHECK_JOBExample: "Transform my photo into an anime style" — enhance prompt + pass the photo URL in imageUrls
POSTZEE_GET_CREDITS.POSTZEE_ENHANCE_PROMPT with mediaType: "video".POSTZEE_GENERATE_VIDEO with:
prompt: enhanced promptmodel: chosen model IDduration: seconds (e.g., "5", "8", "10")aspectRatio: based on platformimageUrl: reference image for image-to-video (animate a photo)POSTZEE_CHECK_JOB every 5 seconds.When the user wants to animate a photo into video:
imageUrl parameterHeyGen creates videos with AI avatars speaking custom text. HeyGen uses its own credits (not Postzee credits).
POSTZEE_LIST_HEYGEN_AVATARS. If not configured, inform the user to set up at https://dashboard.postzee.app/settings.POSTZEE_LIST_HEYGEN_VOICES. Let the user choose.POSTZEE_GENERATE_HEYGEN_VIDEO with:
script: text for the avatar to speak (20-1500 chars)avatarId: chosen avatarvoiceId: chosen voiceaspectRatio: "16:9" or "9:16"POSTZEE_CHECK_JOB every 5 seconds.Important: HeyGen videos do NOT consume Postzee credits. They use the user's HeyGen account credits.
POSTZEE_LIST_CHANNELS. If none connected, direct to https://dashboard.postzee.app/channelsPOSTZEE_CREATE_POST for each channel:
type: "now" — publish immediately (default when user says "post" or "publish")type: "schedule" — with date in UTCtype: "draft" — save as draftmediaUrls — attach generated media URLsPOSTZEE_CREATE_POST once per channel with the same content.Execute the full flow without asking at each step:
| Intent | Model | Why |
|---|---|---|
| Photorealistic photos | Nano Banana 2 or GPT Image 2 | Best quality for photos |
| Logos, icons, vectors | Recraft V4 | Native vector output |
| Text in images (posters) | Ideogram V3 | Perfect text rendering |
| Artistic/creative | GPT Image 2 or Recraft V3 | Versatile styles |
| Budget-friendly | Nano Banana | Cheapest option |
| Maximum quality | GPT Image 2 High or Recraft V4 Pro | Premium output |
| Intent | Model | Why |
|---|---|---|
| Cinematic clips | Kling 3.0 Pro or Veo 3.1 | High quality |
| Quick social content | Veo 3.1 Fast or Luma Ray 2 Flash | Fast + affordable |
| Animate a photo | Kling 3.0 Pro or Veo 3.1 | Best I2V quality |
| High production | Sora 2 Pro | Premium (expensive) |
| Budget-friendly | Seedance 1.0 Lite | Cheapest video |
| Avatar speaking | HeyGen | Realistic AI avatars |
Always show credit cost next to recommendations.
Automatically apply when the user mentions a platform:
| Platform | Aspect Ratio |
|---|---|
| Instagram Feed | 1:1 or 4:5 |
| Instagram Stories/Reels | 9:16 |
| TikTok | 9:16 |
| YouTube | 16:9 |
| YouTube Shorts | 9:16 |
| 16:9 or 1:1 | |
| X (Twitter) | 16:9 |
| 16:9 or 1:1 | |
| 2:3 |
Default to 16:9 if no platform is mentioned.