doodle top mobile

Post Dribbble Shots from OpenClaw

OpenClaw can upload and schedule Dribbble shots through the Postiz skill. You send OpenClaw a design image from a chat app with a title and description, and it calls the Postiz CLI to upload the image, choose your personal profile or a team, and schedule the shot for the time you want.

Setup GuideClawHub

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

Last updated: September 2026

doodle left mobiledoodle right mobile

How do you set up OpenClaw to post to Dribbble?

Setup takes three commands: install the Postiz skill, sign in, and confirm OpenClaw lists it as eligible. After that you talk to OpenClaw in plain language and it runs the Postiz CLI for Dribbble.

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:
> Post this dashboard mockup to Dribbble with
  the title "Agent scheduling UI", 2pm

OpenClaw: Done! Your Dribbble shot is scheduled for 2:00 PM.

Dribbble-Specific Features

🎨

Design Shots

Upload and publish design shots with titles and descriptions. Showcase your latest work just by asking OpenClaw.

👥

Team Posting

Post shots to team accounts by specifying a team URL. Manage your agency or studio portfolio just by asking OpenClaw.

💼

Portfolio Automation

Automate your portfolio updates with scheduled shots. Keep your Dribbble profile fresh with consistent, timed uploads.

🖼

Image Upload

Upload PNG, JPG, GIF, and other image formats. Postiz handles the file upload and generates a public URL for your shot.

📅

Scheduled Publishing

Schedule shots for optimal visibility. Queue up a week of design content and let Postiz publish at the perfect times.

🤖

AI-Powered Workflow

Let AI agents write shot descriptions, pick titles, and schedule uploads. Focus on designing while your agent handles publishing.

How does posting to Dribbble 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 Dribbble Integration

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

Example conversation

> Is my Dribbble account connected to Postiz?

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

Upload Your Design

Upload your design file to get a public URL. Dribbble requires an image for every shot. Supports PNG, JPG, GIF, and other common image formats.

Example conversation

> Draft a Dribbble post about our new
  feature launch

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

Create Your Shot

Publish a Dribbble shot with your image, description, title, and optional team account. Schedule it for later or post immediately.

Example conversation

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

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

Dribbble Settings Reference

Mention any of these in plain language and OpenClaw sets them for you. These are the Dribbble options it can apply to any post.

FieldTypeDescription
__typestringMust be "dribbble"
titlestringShot title (minimum 1 character)
teamstringTeam URL for posting to a team account

Common Configurations

Ask OpenClaw for any of these common Dribbble posting scenarios and it applies the matching settings.

Personal Portfolio Shot

Just ask

> Post it with: Personal Portfolio Shot

OpenClaw: Got it. Applying:
  title: New Landing Page Design

Team Portfolio Shot

Just ask

> Post it with: Team Portfolio Shot

OpenClaw: Got it. Applying:
  title: Brand Identity System
  team: https://dribbble.com/myagency

UI Component Showcase

Just ask

> Post it with: UI Component Showcase

OpenClaw: Got it. Applying:
  title: Button Component Library v2

Team Case Study

Just ask

> Post it with: Team Case Study

OpenClaw: Got it. Applying:
  title: E-Commerce Redesign Case Study
  team: https://dribbble.com/designstudio

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 post your Dribbble shots 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 Dribbble shots 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

Dribbble Posting with OpenClaw

Message OpenClaw from any platform — it reads the Postiz skill, discovers your Dribbble integration, and handles the entire posting 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 Dribbble account via Postiz, uploads the design, and publishes the shot — all while you go about your day.

WhatsApp / Telegram

You: Upload my dashboard.png to Dribbble
  with title "Dashboard Redesign 2025"

OpenClaw: Got it! Here's what I'll do:
  1. Upload dashboard.png to Postiz
  2. Post to Dribbble with title
  3. Description from your message

  Done! Your Dribbble shot is live.
  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 Dribbble content through Postiz, so nothing waits on a manual trigger.

openclaw automations (cron)

openclaw automations create "0 9 * * 1-5" \
  "Take the next image in ~/design/shots with its .txt title, upload it to Dribbble as a shot, and schedule it for 2pm." \
  --name "Dribbble daily post" \
  --session isolated \
  --announce --channel telegram \
  --to "<your chat id>"

# openclaw cron is an alias for the same command

Why OpenClaw + Postiz for Dribbble

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 Dribbble workflows.

  • Message from WhatsApp to post a Dribbble shot — no terminal needed
  • Cron jobs for hands-free portfolio updates on a schedule
  • Structured JSON output lets OpenClaw verify each step succeeded
  • Team account targeting applied automatically when you mention a team
  • Cross-post to Dribbble + 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>

# Dribbble settings
title, team

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 Dribbble from Claude Code.

C

Claude Code

by Anthropic

Claude reads the Postiz skill so it knows what it can do, then autonomously discovers your Dribbble integration, uploads your design, sets the shot title, and publishes it.

Claude Code

> Upload my new-landing.png to Dribbble
  with title "Landing Page Concept"

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

Dribbble + Other Platforms

Share the same design to Dribbble and other platforms in a single request. Each platform gets its own settings.

Example

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

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

What can you ask OpenClaw to do on Dribbble?

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

Shot with title

Send to OpenClaw

> Post this mockup to Dribbble at 2pm with the title "Agent scheduling UI" and a two-line description.

Team account

Send to OpenClaw

> Upload this shot to our studio team on Dribbble instead of my personal profile.

Design to social

Send to OpenClaw

> Post this shot to Dribbble at 2pm, then share it on X and LinkedIn at 3pm with a link to the shot.

Dribbble rules OpenClaw has to follow

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

  • A shot needs an image and a title. Text-only requests fail on Dribbble.
  • Dribbble expects shots at 4:3 ratio, typically 1600x1200 or 800x600. Ask OpenClaw to check dimensions before uploading.
  • Posting to a team requires the team URL in the team setting. Name the team in your message.
  • Dribbble upload rights depend on your account type. If posting fails, confirm the connected account can publish shots.

OpenClaw and Dribbble: frequently asked questions

How do I post Dribbble shots from OpenClaw?

Install the Postiz skill in OpenClaw, run postiz auth:login, and connect your Dribbble account in Postiz. Then send OpenClaw the image with a title and time. OpenClaw uploads it with postiz upload and schedules the shot with postiz posts:create. Ask for a draft if you want to review first.

Can OpenClaw post to a Dribbble team account?

Yes. Dribbble has a team setting in Postiz that takes the team URL. Tell OpenClaw to post "to the studio team" and include the team link. It applies the setting so the shot appears on the team profile instead of your personal one.

What image size should I send OpenClaw for Dribbble?

Dribbble shots use a 4:3 ratio, commonly 1600x1200 pixels or 800x600 pixels. Send the final export at that ratio. OpenClaw uploads the file as-is through Postiz and does not crop, so check dimensions before you ask it to post. Ask OpenClaw to report the image size before posting.

Does OpenClaw need Dribbble API access?

No. Postiz holds the Dribbble 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 Dribbble application or token to configure in OpenClaw. Revoke access from Postiz whenever you like.

Can OpenClaw share my Dribbble shot on other platforms too?

Yes. Ask OpenClaw to post the shot to Dribbble and then share the same image on X, LinkedIn, or Pinterest. It creates the Postiz posts with each platform's settings and schedules them, so the design reaches every audience from one message.

Start posting to Dribbble

Install Postiz Agent and automate your Dribbble portfolio with AI-powered scheduling and publishing.