FindPrompts
Sign InGet Started

Get the best new prompts every week

Join the FindPrompts newsletter — top prompts, fresh mastery guides, and AI workflow tips. Free, no spam.

FindPrompts

The largest AI prompts database. 30,000+ prompts for ChatGPT, Claude, Midjourney, and more.

Categories

  • Marketing
  • Business
  • Writing
  • Coding
  • Education

Platforms

  • ChatGPT
  • Claude
  • Gemini
  • Grok
  • Midjourney

Resources

  • Best AI Prompts
  • Free Tools
  • Prompt Grader
  • Prompt Templatizer
  • AI Token Counter
  • Image Prompt Generator
  • System Prompt Generator
  • Prompt A/B Tester
  • Prompt-to-JSON
  • Headline Generator
  • AI Cost Calculator
  • AI Prompt Improver
  • Prompt Generators
  • Mastery Guides
  • Cheatsheets
  • Automations
  • AI Tools
  • Custom GPTs
  • Blog
  • Affiliate Program

Company

  • Pricing
  • Contact
  • Terms of Service
  • Privacy Policy

© 2026 FindPrompts. All rights reserved.

TwitterGitHub
FindPrompts
FindPrompts

Main

Dashboard
Prompt Library30k+
DiscoverHot
LeaderboardNew
BundlesNew
Prompt Maker
PlaygroundBeta
GeneratorsNew
WorkflowsPro

Personal

Compare
Prompt Improver
Prompt Grader
Templatizer
Token Counter
Image Prompts
System Prompts
A/B Tester
All Free Tools
My Vault
Analytics
Submit Prompt
AI Tools
Guides
Cheatsheets
Automations
Settings
Go Pro

Unlock workflows, API access, and premium features.

Upgrade Now

User

Command Palette

Search for a command to run...

HomeAutomationsAI Image Generator to Social (Make)
MakeSocial MediaIntermediate3 steps

AI Image Generator to Social (Make)

A Make scenario that takes a daily prompt, generates an image with an AI image module, and publishes it to your social channel. Keep a steady stream of fresh visual content.

ScheduleOpenAIFacebook Pages

How it works

  1. 1Trigger: scheduled daily run
  2. 2Module: generate an image from a prompt with OpenAI
  3. 3Module: publish the image to a social channel

Setup

  • Add the scheduler trigger and set your daily time.
  • Connect OpenAI and the social channel modules.
  • Customize the image prompt and caption.
  • Confirm image hosting/URL passes to the post module.

Workflow JSON

{
  "version": "1.0",
  "platform": "make",
  "name": "AI Image Generator to Social",
  "flow": [
    {
      "id": 1,
      "module": "builtin:scheduler",
      "type": "trigger",
      "mapper": {
        "interval": "1 day",
        "time": "09:00"
      }
    },
    {
      "id": 2,
      "module": "openai:createImage",
      "type": "action",
      "mapper": {
        "model": "dall-e-3",
        "prompt": "A minimalist on-brand illustration about productivity, flat design",
        "size": "1024x1024"
      }
    },
    {
      "id": 3,
      "module": "facebook-pages:createPhotoPost",
      "type": "action",
      "mapper": {
        "pageId": "YOUR_PAGE_ID",
        "imageUrl": "{{2.url}}",
        "caption": "Daily inspiration"
      }
    }
  ]
}

Related Automations

YouTube Video to Twitter Thread

Turn each new YouTube upload into a ready-to-post X thread.

RSS to Buffer Social Queue

Auto-queue every new blog post to your social channels.