doodle top mobile

Create Pinterest Pins from OpenClaw

OpenClaw can create and schedule Pinterest pins through the Postiz skill. You send OpenClaw an image from a chat app with the board name, a title, and a destination link, and it calls the Postiz CLI to upload the image, resolve the board ID, set a dominant color, and schedule the pin.

Setup GuideClawHub

Please make sure there is always a human in the loop.

Last updated: September 2026

doodle left mobiledoodle right mobile

Pin to Pinterest in Seconds

Setup once, then just ask

# Install the Postiz skill (ClawHub or the skills CLI)
openclaw skills install @nevo-david/postiz
# or: npx skills add gitroomhq/postiz-agent

# Sign in (OAuth2 device flow) or use an API key
postiz auth:login
# or: export POSTIZ_API_KEY=your_api_key

# Confirm OpenClaw can see the skill
openclaw skills list --eligible

# Then just ask OpenClaw from any chat app:
> Pin this image to my Recipes board with the
  blog link, title "5-minute pesto", 11am

OpenClaw: Done! Your Pinterest pin is scheduled for 11:00 AM.

Pinterest-Specific Features

📌

Pin Creation

Create rich pins with images, descriptions, titles, and destination links. Drive traffic from Pinterest to your website.

📋

Board Targeting

Pin directly to specific boards. Organize your content by topic, campaign, or audience segment for maximum reach.

🔗

Link Pins

Attach destination URLs to your pins. Every click drives traffic directly to your website, product page, or blog.

🎨

Visual Branding

Set a dominant color for your pins to maintain brand consistency. Control how your content looks in Pinterest feeds.

🖼

Image Uploads

Hand OpenClaw an image and it uploads it. Supports JPG, PNG, WEBP, and other common image formats.

📅

Scheduled Pinning

Schedule pins for optimal times when your audience is most active. Build a consistent pinning cadence automatically.

How does posting to Pinterest from OpenClaw work?

You describe what you want in plain language and OpenClaw handles the Postiz calls for you. Here is how a typical conversation goes.

1

Find Your Pinterest Integration

Ask OpenClaw whether your Pinterest account is connected. It also checks which options the platform supports.

Example conversation

> Is my Pinterest account connected to Postiz?

OpenClaw: Yes — your Pinterest account is connected
  and ready. Want me to post something?
2

Upload Your Image

Upload your pin image to get a public URL. Pinterest requires high-quality images for best results. Supports JPG, PNG, WEBP, and more.

Example conversation

> Draft a Pinterest post about our new
  feature launch

OpenClaw: Here's a draft for Pinterest:
  "We just shipped something big..."
  Want me to add media and schedule it?
3

Create Your Pin

Schedule a Pinterest pin with your image, description, board, title, destination link, and optional dominant color for brand consistency.

Example conversation

> Yes — add screenshot.png and schedule
  it for tomorrow at 9am

OpenClaw: Done! Scheduled on Pinterest for
  tomorrow at 9:00 AM.

Pinterest Settings Reference

Mention any of these in plain language and OpenClaw sets them for you. These are the options every Pinterest pin can carry.

FieldTypeDescription
__typestringMust be "pinterest"
boardstringBoard ID to pin to
titlestringPin title (max 100 characters)
linkstringDestination URL when the pin is clicked
dominant_colorstringHex color code for visual branding (e.g. "#FF6B35")

Common Configurations

Ask OpenClaw for any of these common Pinterest pinning scenarios and it applies the matching settings.

Simple Pin with Link

Just ask

> Post it with: Simple Pin with Link

OpenClaw: Got it. Applying:
  board: home-decor-board-id
  title: 10 Modern Living Room Ideas
  link: https://example.com/living-room-ideas

Branded Pin with Color

Just ask

> Post it with: Branded Pin with Color

OpenClaw: Got it. Applying:
  board: brand-pins-board-id
  title: New Product Launch
  link: https://example.com/product
  dominant_color: #FF6B35

Minimal Pin (Board Only)

Just ask

> Post it with: Minimal Pin (Board Only)

OpenClaw: Got it. Applying:
  board: inspiration-board-id

Blog Post Pin

Just ask

> Post it with: Blog Post Pin

OpenClaw: Got it. Applying:
  board: blog-posts-board-id
  title: How to Automate Social Media in 2025
  link: https://example.com/blog/automate-social-media
  dominant_color: #682EE1

What is OpenClaw?

OpenClaw is the open-source personal AI agent with 145k+ GitHub stars. It runs locally on your machine, connects through apps you already use, and takes real actions on your behalf.

💬

Works Where You Are

Message OpenClaw from WhatsApp, Telegram, Slack, Discord, Signal, iMessage, or 10+ other platforms. No new app to learn.

🧩

Skill-Based Architecture

OpenClaw extends its abilities through Skills — lightweight plugins defined in Markdown files. Postiz is available as a skill on ClawHub.

Proactive Automation

Schedule recurring tasks with cron jobs. OpenClaw can pin your Pinterest content on a schedule without you having to ask each time.

How Postiz Becomes an OpenClaw Skill

When you install Postiz Agent globally, OpenClaw automatically discovers it by reading the bundled SKILL.md file. This file tells OpenClaw what commands are available, what environment variables are needed, and how to compose Pinterest pins with the right settings.

  • Install from ClawHub with one command: openclaw skills install @nevo-david/postiz
  • OpenClaw reads the SKILL.md and learns all Postiz commands
  • Run openclaw skills check to confirm the postiz binary and credentials are in place
  • Skills are loaded on-demand, keeping the agent context clean
  • Works with any LLM backend: Claude, GPT, Gemini, Llama, and more

Install from ClawHub

# Install the Postiz skill from ClawHub
openclaw skills install @nevo-david/postiz

# Or with the skills CLI
npx skills add gitroomhq/postiz-agent

# Sign in with OAuth2 (or set POSTIZ_API_KEY)
postiz auth:login

# Verify OpenClaw sees it
openclaw skills list --eligible
openclaw skills check

Pinterest Pinning with OpenClaw

Message OpenClaw from any platform — it reads the Postiz skill, discovers your Pinterest integration, and handles the entire pinning workflow autonomously.

🦀

From Any Chat App

WhatsApp, Telegram, Slack, Discord...

Send a message to OpenClaw from your favorite chat app. It runs as a persistent daemon on your machine, so it picks up your message, discovers your Pinterest account via Postiz, uploads the image, and creates the pin — all while you go about your day.

WhatsApp / Telegram

You: Pin my product-shot.jpg to my
  "New Arrivals" board with a link to
  our shop page, schedule for tomorrow

OpenClaw: Got it! Here's what I'll do:
  1. Upload product-shot.jpg to Postiz
  2. Pin to "New Arrivals" board
  3. Link to your shop page
  4. Schedule for 2025-03-02T09:00:00Z

  Done! Your Pinterest pin is scheduled.
  Post ID: abc-123
🦀

Scheduled & Proactive

openclaw automations for recurring content

OpenClaw automations run on cron expressions in an isolated session and can announce results to a chat channel. Create one that drafts and schedules your Pinterest content through Postiz, so nothing waits on a manual trigger.

openclaw automations (cron)

openclaw automations create "0 9 * * 1-5" \
  "Take the next image and caption in ~/content/pins, pin it to the Blog board with the article link as the destination, and schedule it for 11am." \
  --name "Pinterest daily post" \
  --session isolated \
  --announce --channel telegram \
  --to "<your chat id>"

# openclaw cron is an alias for the same command

Why OpenClaw + Postiz for Pinterest

OpenClaw's skill system makes Postiz a natural fit. The agent reads the SKILL.md to understand every available command, then autonomously chains them together for Pinterest workflows.

  • Message from WhatsApp to create a Pinterest pin — no terminal needed
  • Cron jobs for hands-free pinning schedules three times a week
  • Structured JSON output lets OpenClaw verify each step succeeded
  • Board selection and link attachment handled automatically
  • Cross-post to Pinterest + other platforms in a single conversation
  • Model-agnostic — works with Claude, GPT, Gemini, or open-source LLMs

SKILL.md (auto-discovered)

---
name: postiz
description: Postiz is a tool to schedule
  social media and chat posts to 28+
  channels ...
homepage: https://docs.postiz.com/public-api/introduction
metadata: {"openclaw":{"emoji":"🌎",
  "requires":{"bins":[],"env":["POSTIZ_API_URL"]}}}
---

# Essential Commands
- postiz auth:login
- postiz integrations:list
- postiz integrations:settings <id>
- postiz integrations:trigger
- postiz posts:create
- postiz upload <file>
- postiz analytics:platform <id>

# Pinterest settings
board, title, link, dominant_color

Also Works with Claude Code

Postiz works with any AI agent that can run commands or call MCP tools — you ask, the agent does the work. That includes Anthropic's Claude Code, which has its own guide for posting to Pinterest from Claude Code.

C

Claude Code

by Anthropic

Claude reads the Postiz skill so it knows what it can do, then autonomously discovers your Pinterest integration, uploads your image, selects the right board, and creates the pin with your link and branding.

Claude Code

> Pin my new product image to the
  "Spring Collection" board with a link
  to the product page, use brand color

Claude: Done! Scheduled on Pinterest for
  tomorrow at 9:00 AM.

Pinterest + Other Platforms

Schedule the same image to Pinterest and other platforms in a single request. Each platform gets its own settings.

Example

> Post "Excited to announce our new feature!" to
  Pinterest and LinkedIn tomorrow at 9am, then schedule
  a daily tip on Pinterest every weekday at 10am

OpenClaw: Done! Scheduled:
  - Pinterest + LinkedIn: tomorrow 9:00 AM
  - Daily tips on Pinterest: Mon-Fri 10:00 AM

What can you ask OpenClaw to do on Pinterest?

These are real messages you can send OpenClaw from WhatsApp, Telegram, Slack, or Discord. OpenClaw maps each one to the right Postiz command and Pinterest settings.

Link pin

Send to OpenClaw

> Pin cover.png to my Blog board at 11am with the title "How agents schedule social posts" and link it to the article.

Board lookup

Send to OpenClaw

> Which Pinterest boards do I have? Then pin this product photo to the Shop board tonight.

Branded pin

Send to OpenClaw

> Schedule this infographic to the Guides board Friday at 9am and set the dominant color to #682EE1.

Pinterest rules OpenClaw has to follow

Postiz enforces these Pinterest constraints when OpenClaw creates a post. Knowing them up front avoids a failed request.

  • A board is required. OpenClaw lists your boards through Postiz and needs the board ID, so name the board in your message.
  • Pins need an image. Text-only requests fail, so attach the visual when you ask.
  • Pin titles are capped at 100 characters. The description is where longer copy and keywords belong.
  • The link setting controls where the pin sends people. Include the full URL, including https, so Pinterest accepts it.

OpenClaw and Pinterest: frequently asked questions

How do I create Pinterest pins from OpenClaw?

Install the Postiz skill in OpenClaw, run postiz auth:login, and connect your Pinterest account in Postiz. Then send OpenClaw an image with the board name, title, and link. OpenClaw fetches the board ID, uploads the image, and schedules the pin with postiz posts:create.

Can OpenClaw choose the right Pinterest board?

Yes. Boards are exposed as a platform trigger in Postiz. OpenClaw runs postiz integrations:trigger to fetch your live board list, matches the name you gave, and passes the board ID. If the board name is ambiguous, OpenClaw asks you to confirm before scheduling.

Can OpenClaw add a destination link to a pin?

Yes. Pinterest has a link setting in Postiz. Give OpenClaw the URL and it becomes the click-through destination for the pin. Pair it with a clear title under 100 characters so the pin is useful in Pinterest search. Include https in the URL so Pinterest accepts it.

What is the dominant_color setting for Pinterest?

dominant_color is a hex color Postiz sends with the pin so Pinterest can render a matching placeholder while the image loads. It also helps pins feel consistent with your brand palette. Tell OpenClaw the hex code, or let it sample the image.

Does OpenClaw need Pinterest API access?

No. Postiz holds the Pinterest OAuth connection, and OpenClaw only runs the Postiz CLI. You authenticate OpenClaw with postiz auth:login or a Postiz API key, and there is no Pinterest developer app or access token for you to maintain. Revoke access from Postiz at any time.

Start pinning to Pinterest

Install Postiz Agent and automate your Pinterest content strategy with AI-powered scheduling and publishing.