Here is a collction of AI angets I made with Make.com, I intagrted ChatGPT, DALL·E 3, Gemini, Bookoly, Google Drive, and Google sheets into these agents.
Google sheets to Wordpress post
This AI agent uses a google sheet as the source it retrieve the last line. It then uses ChatGPT to write a title and 3 paragraphs and 5 bullet point facts on the topic . Next, the content is sent to DALL·E 3, which generates an image based on the content. Finally, the image and post are uploaded to a wordpress site as a new post.


Translate Czech news to English
This AI agent uses an RSS feed to retrieve the latest three posts from a Czech news site. It stores them in an array, sends them to Gemini for translation, and then emails the translated posts to me every morning at 9.

Create a social media video post
I created an AI agent to experiment with generating social media video posts. The idea was to start with a simple prompt — in this case, "The history of Easter Island" Here’s how it works:
- The initial prompt is pulled from a Google Sheet and then rewritten and expanded into about 150-word story using GPT-4. This enhanced story is saved back to the same sheet.
- Next, GPT-4 takes the story and turns it into 7 descriptive image prompts, which are also stored in the sheet.
- DALL·E 3 then uses those prompts to generate 7 images, which are saved to a Google Drive.
- Next the workflow continues into Bookoly, where a video is created using the images.
- Then the audio is generated from the enhanced prompt. Finally, the audio and video are combined, and the finished video is saved.