-
Notifications
You must be signed in to change notification settings - Fork 1
Add "YouTube Script Generator" Tool 📹 #3
Copy link
Copy link
Open
Labels
GSSoC '26enhancementNew feature or requestNew feature or requestfrontendTo help contributors filter issues related only to the React/UI part of the project.To help contributors filter issues related only to the React/UI part of the project.good first issueGood for newcomersGood for newcomers
Metadata
Metadata
Assignees
Labels
GSSoC '26enhancementNew feature or requestNew feature or requestfrontendTo help contributors filter issues related only to the React/UI part of the project.To help contributors filter issues related only to the React/UI part of the project.good first issueGood for newcomersGood for newcomers
🚀 Is your feature request related to a problem? Please describe.
The platform already features a rich set of tools, but it currently lacks a dedicated tool for video creators. I'm always frustrated when I have to use a general "Creative" or "Casual" mode when I'm specifically trying to script a YouTube video with its unique structure, including an Intro/Hook, Main Content Body, and Call to Action (CTA).
💡 Describe the solution you'd like
I would like to add a dedicated "YouTube Script Generator" tool card in the Tools library. This includes:
toolsarray in frontend/src/components/Tools.tsx with a specificid: 'youtube-script'and an appropriatelucide-reacticon (e.g.,<Youtube />or<Video />).toolIdby passing a specialized system prompt for video script formatting to the Google Gemini AI engine.🎨 Describe alternatives you've considered
One alternative would be adding this as a sub-mode to the existing "Creative" mode. However, the current UI layout favors individual cards in the "Tools" tab, which makes specialized features much more discoverable and provides a better user experience for content creators.
📝 Additional context
This tool should follow the existing dashboard design system and integrate seamlessly with the Iterative Loop to ensure the generated script doesn't trigger AI detectors.