
We are building a project in which our goal is to setup an a...
Prompt
We are building a project in which our goal is to setup an automated short form content creation (clipping) pipeline/workflow. It must be entirely 0 cost, we can use as many open source solutions as we like for this. It should be an entire system which runs automatically several times a day and it completes everything from: YT video research/analysis to find a video which will be good to clip and post for better performance on social media. It should identify such videos and get their link The link will be posted to a locally hosted clipping tool which will then produce the clips The clips will be checked for quality, after which they will be flagged for review by me. Once I approve the clip, it will be posted to multiple different social media platforms on multiple accounts. Then the performance of the clips which are posted will be collected and shown back to me. This will repeat multiple times a day. To do this, we will be using various open-source tools. We should use GitHub to find the best tools which can help us achieve this. It is ok if 1 repo doesn't do all of this, we can use multiple and combine their functionality to achieve our target. The initial stage is to research and identify all the possible ways to do this, then we will discuss the best option. Once we confirm that our selected plan of action is suitable, and will work perfectly, we will start working on it. We want to avoid having to build the whole system ourselves, which is why we will focus on using open source solutions as much as possible. I have done some of my own research and found that these following GitHub repos may be useful: https://github.com/mutonby/openshortshttps://github.com/Anil-matcha/AI-Youtube-Shorts-Generatorhttps://github.com/ericciarla/trendFinderhttps://github.com/gitroomhq/postiz-app and also maybe we could use n8n to bring it all together, https://github.com/n8n-io/n8n Other than this, I want you to also do your own research. Then we need to select and confirm which repos work with each other, or how we can get them to work. Another functionality that we want to add in at the end is that the system I make should be able to be controlled and operated by a local agentic AI system such as OpenClaw or other alternatives.