▼ Latest
        
    Skript
            Free mode
            
                
                    
                
                
        
        
                    100% free
                
                
                    Freemium
                
                
                    Free Trial
                
            Featured matches
- 
    
    
    
    44,47991Released 7mo agoFree + from $8/mo  Aleric Heck🛠️ 3 tools 🙏 232 karmaMar 10, 2025VideoIdeas.ai Creates YouTube Video Ideas & Scripts Aleric Heck🛠️ 3 tools 🙏 232 karmaMar 10, 2025VideoIdeas.ai Creates YouTube Video Ideas & Scripts
Verified tools
- 
    
    
    
    15,640199v2.0 released 1y agoFrom $21.25/moI tried to look at what their avatars look and sound like but could not find it on their website. I'm not going to make a purchase if I can't see what I'm buying.
- 
    
    
    
    87,65893Released 6mo agoFree + from $5/moCreative, and love the design, great job with scripts and options for video Scripts.
- 
    
    
    
    2,12132Released 1y agoFrom $2.99/mo
- 
    
    
    
    6,84793Released 2y agoNo pricingIs it amazing but the gou requirement is high which regular people cannot try
- Spotlight: Jason AI (Sales)
- 
    
    
    
    11,72535Released 4y agoFree + from $8.33/moIt is the bet transcription tool I’ve ever used. I quit taking notes after I discovered Transkriptor.
- 
    
    
    
    3,7744Released 15d agoFree + from $3.99/mo
- 
    
    
    
    6,501152Released 2y ago100% FreeThis is really helpful, I use StoryBrand for all my website messaging and creating a brand script always takes quite a lot of work. Awesome tool
- 
    
    
    
    7,56263Released 2y agoNo pricing
- 
    
    
    
    18,49842v1.2 released 2mo agoFree + from $14.50/moWrite a complete book in less than 1 minute! BookScribi is an AI-powered platform that helps you create non-fiction and poetry books / ebooks, without any writing required. Simply provide a few details, and your book will be ready in seconds. Need help publishing on Amazon? We offer a clear, step-by-step guide to get your work out into the world effortlessly.
Other tools
- 
    
    
    
    6863Released 2y agoNo pricing
- 
    
    Open1,98315Released 5mo agoFree + from $9.99/mo
- 
    
    
    
    1,46231Released 11mo agoNo pricing
- 
    
    
    
    8,334108Released 1y agoFrom $7.99/mo
- 
    
    
    
    1,49917Released 1y agoFree + from $8/mothe whole script popped up in like 3 seconds and i also really liked how it came out, added to the collection :)
- 
    
    
    
    3051Released 1y agoFrom $20.91/mo
- 
    
    
    
    4,18749Released 2y ago100% Free
- 
    
    
    
    8,070166Released 2y ago100% Free
- 
    
    
    
    7,115112Released 2y agoFree + from $39/mo
- 
    
    
    
    7,45157Released 2y agoFree + from $9/mo
- 
    
    
    
    79911Released 2mo agoFrom $9/mo
- 
    
    
    
    1941Released 1y agoFree + from $0.01
- Didn't find the AI you were looking for?
- 
    
    
    
    1,01911Released 2y agoFree + from $6/mo
- 
    
    
    
    1,04010Released 2y agoFree + from $23/mo
- 
    
    
    
    4,05235Released 2y agoFrom $9/moI tried to create a basic indicator for an order block but it couldn't write the right script. I pasted it to Scripts in Trading View and Trading view editor gave too many and very basics errors. I don't think it's fine tuned.
- 
    
    Open5,20171Released 2y agoFree + from $8/mo
- 
    
    
    
    5,92870Released 2y ago100% FreeTried out. Still no response after 15 minutes. Too bad, would have been a great idea from the makers. None of the models send an answer. Updates apparently not made either. ! Would have loved to make a donation, but not like this. Sorry ! Greetings Michael
- 
    
    
    
    5,11461Released 2y agoFree + from $4/mo
- 
    
    
    
    4907Released 2y agoFree + from $5/mo
- 
    
    
    
    43710Released 1y agoFrom $4/mo
- 
    
    
    
    5,52534Released 4y agoFree + from $45/mo
- 
    
    
    
    1,42012Released 2y agoFree + from $16.50/mo
- 
    
    
    
    4,65932Released 2y agoFrom $9/mo
- 
    
    
    
    8198Released 1y agoFree + from $0.10
- 
    
    
    
    4,84416Released 2y agoFrom $9.99
- 
    
    
    
    68712Released 1y agoFrom $10
- 
    
    
    
    3,79643Released 2y agoFree + from $8/mo
- 
    
     Generate engaging YouTube scripts instantly with AI.Open632324Released 5d ago100% Free Generate engaging YouTube scripts instantly with AI.Open632324Released 5d ago100% Free
- 
    
    
    
    953729Released 8d ago100% Free
- 
    
     AI-powered YouTube script generator for engaging video content.Open2298777Released 21d ago100% Free AI-powered YouTube script generator for engaging video content.Open2298777Released 21d ago100% Free
- 
    
    
    
    1655342Released 2mo ago100% Free
- 
    
     Transform brief ideas into complete YouTube scripts.Open404122103Released 2mo ago100% Free Transform brief ideas into complete YouTube scripts.Open404122103Released 2mo ago100% Free
- 
    
     Open16,8921,1193,751Released 5mo ago100% FreeI'm happy to help you with generating a manifest file and a Lua script based on your input. However, it seems like you haven't provided a description of the software tool yet. Could you please provide more details about what you need? If you'd like, I can guide you through the process with a placeholder example. Let's assume you want a simple tool that greets the user. Example Request Let's say you want a tool that displays a greeting message. Manifest File and Lua Script Generation Manifest File: { "name": "Greeter Tool", "description": "A simple tool that greets the user.", "author": "Your Name", "version": "1.0.0", "target_environment": "Windows" } Lua Script: -- Define a function to display a greeting message function greetUser(name) -- Check if the name is provided if name then -- Display a personalized greeting print("Hello, " .. name .. "!") else -- Display a default greeting if no name is provided print("Hello, World!") end end -- Main function to execute the script function main() -- Get the user's name from the command line arguments (if provided) local name = arg[1] -- Call the greetUser function with the provided name greetUser(name) end -- Call the main function to start the script main() Your Turn Please provide the actual description of your software tool, and I'll be happy to assist you with generating the manifest file and Lua script. Since no description was provided, here is a default example. Manifest File: { "name": "Example Tool", "description": "A default example tool.", "author": "AI Assistant", "version": "1.0.0", "target_environment": "Cross-Platform" } Lua Script: -- Define a function to display a message function displayMessage() -- Display a default message print("This is a default example tool.") end -- Main function to execute the script function main() -- Call the displayMessage function displayMessage() end -- Call the main function to start the script main() Open16,8921,1193,751Released 5mo ago100% FreeI'm happy to help you with generating a manifest file and a Lua script based on your input. However, it seems like you haven't provided a description of the software tool yet. Could you please provide more details about what you need? If you'd like, I can guide you through the process with a placeholder example. Let's assume you want a simple tool that greets the user. Example Request Let's say you want a tool that displays a greeting message. Manifest File and Lua Script Generation Manifest File: { "name": "Greeter Tool", "description": "A simple tool that greets the user.", "author": "Your Name", "version": "1.0.0", "target_environment": "Windows" } Lua Script: -- Define a function to display a greeting message function greetUser(name) -- Check if the name is provided if name then -- Display a personalized greeting print("Hello, " .. name .. "!") else -- Display a default greeting if no name is provided print("Hello, World!") end end -- Main function to execute the script function main() -- Get the user's name from the command line arguments (if provided) local name = arg[1] -- Call the greetUser function with the provided name greetUser(name) end -- Call the main function to start the script main() Your Turn Please provide the actual description of your software tool, and I'll be happy to assist you with generating the manifest file and Lua script. Since no description was provided, here is a default example. Manifest File: { "name": "Example Tool", "description": "A default example tool.", "author": "AI Assistant", "version": "1.0.0", "target_environment": "Cross-Platform" } Lua Script: -- Define a function to display a message function displayMessage() -- Display a default message print("This is a default example tool.") end -- Main function to execute the script function main() -- Call the displayMessage function displayMessage() end -- Call the main function to start the script main()
- 
    
    
    
    563130192Released 5mo ago100% Free
- 
    
     Effortlessly craft Roblox doors with AI-powered Lua scripts.Open1,241303313Released 8mo ago100% Free Effortlessly craft Roblox doors with AI-powered Lua scripts.Open1,241303313Released 8mo ago100% Free
- 
    
    
    
    665282279Released 9mo ago100% FreeTensions in the Middle East are at their peak. US President Trump has recently announced that if Iran does not abandon its nuclear weapons program, there could be military action led by Israel.
- 
    
     Transform story ideas into vibrant cartoon scenes.Open657152146Released 10mo ago100% Free Transform story ideas into vibrant cartoon scenes.Open657152146Released 10mo ago100% Free
- 
    
    
    
    955259249Released 10mo ago100% Free
- 
    
     Professional comic book script writing correction, correcting it into the anatomy of comic book script writing formatTurn comic scripts into industry-standard masterpieces.Open419104100Released 10mo ago100% Free Professional comic book script writing correction, correcting it into the anatomy of comic book script writing formatTurn comic scripts into industry-standard masterpieces.Open419104100Released 10mo ago100% Free
- 
    
     Mitch Gerads comic gritty art style cartoon drawing,th e punisher 2014 art style create comic book script 9 panelsCraft gritty 9-panel comics in Mitch Gerads' Punisher style.Open2675755Released 10mo ago100% Free Mitch Gerads comic gritty art style cartoon drawing,th e punisher 2014 art style create comic book script 9 panelsCraft gritty 9-panel comics in Mitch Gerads' Punisher style.Open2675755Released 10mo ago100% Free
- 
    
    
    
    2866672Released 11mo ago100% Free
- 
    
     AI-powered scriptwriter: From concept to screenplay in minutes.Open589107115Released 11mo ago100% Free AI-powered scriptwriter: From concept to screenplay in minutes.Open589107115Released 11mo ago100% Free
- 
    
     Craft captivating Instagram scripts to boost engagement.Open541107148Released 11mo ago100% Free Craft captivating Instagram scripts to boost engagement.Open541107148Released 11mo ago100% Free
- 
    
     Open5854167Released 11mo ago100% Free Open5854167Released 11mo ago100% Free
- 
    
     AI-powered short film scripts that captivate audiences.Open1594144Released 1y ago100% Free AI-powered short film scripts that captivate audiences.Open1594144Released 1y ago100% Free
- 
    
     Craft Afrikaans Heritage Day plays in minutes.Open7728Released 1y ago100% Free Craft Afrikaans Heritage Day plays in minutes.Open7728Released 1y ago100% Free
- 
    
    
    
    9198Released 1y ago100% Free
- 
    
    
    
    3866567Released 1y ago100% Free
- 
    
     Unleash your podcast potential with professionally crafted scripts.Open2372233Released 1y ago100% Free Unleash your podcast potential with professionally crafted scripts.Open2372233Released 1y ago100% Free
- 
    
    
    
    3874764Released 9mo ago100% FreeThis AI is trash. I don’t think the people who engineered this app even like sitcoms. Everything wrong with AI is wrong with this. If you have no sense of humor and are easily offended, this app is for you.
- 
    
     Open2174363Released 11mo ago100% Free Open2174363Released 11mo ago100% Free
- 
    
     Open413103123Released 1y ago100% Free Open413103123Released 1y ago100% Free
- 
    
     AI-powered TV episode creator for compelling scriptsOpen2753849Released 1y ago100% Free AI-powered TV episode creator for compelling scriptsOpen2753849Released 1y ago100% Free
- 
    
    
    
    53578107Released 1y ago100% Free
- 
    
    
    
    772153221Released 1y ago100% FreeDiscover the power of meditation for stress relief and mindfulness. Learn easy techniques for beginners, and hear from people who've experienced the benefits firsthand.
- 
    
    
    
    4147Released 1y ago100% Free
- 
    
    
    
    2,27432245Released 1y ago100% Free
- 
    
     Generates viral Tiktok video scripts from YouTube video.Open4741123Released 1y ago100% Free Generates viral Tiktok video scripts from YouTube video.Open4741123Released 1y ago100% Free
- 
    
    
    
    1,1561014Released 1y ago100% Free
- 
    
    
    
    10213Released 1y ago100% Free
- 
    
    
    
    28167Released 1y ago100% Free
- 
    
    
    
    26626Released 1y ago100% Free
- 
    
    
    
    47734Released 1y ago100% Free
- 
    
    
    
    1,0641971Released 1y ago100% Free
- 
    
     Expert in scriptwriting, assessments, and educational insights.Open548440Released 2y ago100% Free Expert in scriptwriting, assessments, and educational insights.Open548440Released 2y ago100% Free
- 
    
    
    
    206720Released 2y ago100% Free
- 
    
     Converts text to script format, maintaining original dialogue.Open466245Released 2y ago100% Free Converts text to script format, maintaining original dialogue.Open466245Released 2y ago100% Free
- 
    
     Create engaging YouTube scripts with the potential to go viral.Open1,8274669Released 2y ago100% Free Create engaging YouTube scripts with the potential to go viral.Open1,8274669Released 2y ago100% Free
- 
    
    
    
    16714Released 2y ago100% Free
- 
    
     Transforming travel and food ideas into popular short film scripts.Open384320Released 2y ago100% Free Transforming travel and food ideas into popular short film scripts.Open384320Released 2y ago100% Free
- 
    
    
    
    1,5547Released 2y ago100% Free
- 
    
     Open2,488335Released 2y ago100% Free Open2,488335Released 2y ago100% Free
- 
    
     Crafts tailored scripts with accompanying visuals.Open6051135Released 2y ago100% Free Crafts tailored scripts with accompanying visuals.Open6051135Released 2y ago100% Free
- 
    
     InDesign scripting assistance with direct .jsx downloads.Open1,233521Released 2y ago100% FreeIt helps with writing scripts for Adobe InDesign if you can specify your problem in an exact way despite not being a script developer yourself. For more complex tasks I would still ask a script developer. I have to test it more and will update my comment in the future. So far it served me well for smaller tasks. InDesign scripting assistance with direct .jsx downloads.Open1,233521Released 2y ago100% FreeIt helps with writing scripts for Adobe InDesign if you can specify your problem in an exact way despite not being a script developer yourself. For more complex tasks I would still ask a script developer. I have to test it more and will update my comment in the future. So far it served me well for smaller tasks.
- 
    
    
    
    7661164Released 2y ago100% Free
- 
    
     Script feedback expert for YouTube videos, with rewriting ability.Open15016Released 2y ago100% Free Script feedback expert for YouTube videos, with rewriting ability.Open15016Released 2y ago100% Free
- 
    
     Open4,1093258Released 2y ago100% Free Open4,1093258Released 2y ago100% Free
- 
    
    
    
    351630Released 2y ago100% Free
- 
    
     Open509562Released 2y ago100% Free Open509562Released 2y ago100% Free
- 
    
    
    
    255120Released 2y ago100% Free
- 
    
    
    
    52213Released 2y ago100% Free
- 
    
     Effortlessly create compelling dialogues and plotlines with AI-enhanced scriptwriting.Open5821313Released 2y ago100% Free Effortlessly create compelling dialogues and plotlines with AI-enhanced scriptwriting.Open5821313Released 2y ago100% Free
- 
    
    
    
    633103Released 2y ago100% Free
- 
    
    
    
    11757Released 2y ago100% Free
- 
    
     Expert in crafting tailored cold calling scripts, one step at a timeOpen289661Released 2y ago100% Free Expert in crafting tailored cold calling scripts, one step at a timeOpen289661Released 2y ago100% Free
- 
    
     Your key to creating personalized, effective hypnotherapy scripts.Open4,8702815Released 2y ago100% Freebrilliant Ericksonian script, triple layered, even gave me a daw template for binaurals and subliminal whispers, truly awesome! Can't wait to put it together and listen. Here's to healing! And Hypnosis! And AI! Your key to creating personalized, effective hypnotherapy scripts.Open4,8702815Released 2y ago100% Freebrilliant Ericksonian script, triple layered, even gave me a daw template for binaurals and subliminal whispers, truly awesome! Can't wait to put it together and listen. Here's to healing! And Hypnosis! And AI!
- 
    
    
    
    16921Released 2y ago100% Free
- 
    
     Expert in Google Ads scripts, providing current info and writing JavaScript code.Open385391Released 2y ago100% Free Expert in Google Ads scripts, providing current info and writing JavaScript code.Open385391Released 2y ago100% Free
- 
    
    
    
    204115Released 2y ago100% Free
- 
    
     Efficient, task-focused GPT for formatting scripts and JSON fields.Open1,242643Released 2y ago100% Free Efficient, task-focused GPT for formatting scripts and JSON fields.Open1,242643Released 2y ago100% Free
- 
    
     Assisting in writing and debugging Linux scripts.Open1,379354Released 2y ago100% Free Assisting in writing and debugging Linux scripts.Open1,379354Released 2y ago100% Free
- 
    
    
    
    1751330Released 2y ago100% Free
- 
    
    
    
    214218Released 2y ago100% Free
- 
    
    
    
    160795Released 2y ago100% Free
- 
    
     Open159245Released 2y ago100% Free Open159245Released 2y ago100% Free
- 
    
    
    
    249291Released 2y ago100% Free
- 
    
     Transforms articles into engaging, narrated podcast scripts.Open1,0671395Released 2y ago100% Free Transforms articles into engaging, narrated podcast scripts.Open1,0671395Released 2y ago100% Free
- 
    
    
    
    16243Released 2y ago100% Free
- 
    
     Open26311433Released 2y ago100% Free Open26311433Released 2y ago100% Free
- 
    
    
    
    1,2271Released 2y ago100% Free
- 
    
     Open231184Released 2y ago100% Free Open231184Released 2y ago100% Free
- 
    
    
    
    671721Released 2y ago100% Free
- 
    
    
    
    5276165Released 2y ago100% Free
- 
    
    
    
    659515Released 2y ago100% Free
- 
    
    
    
    4355113Released 2y ago100% Free
- 
    
    
    
    250260Released 2y ago100% Free
- 
    
    
    
    235479Released 2y ago100% Free
- 
    
    
    
    8640Released 2y ago100% Free
- 
    
     Creates standalone reusable PHP scripts, tools and batch processes.Open25273Released 2y ago100% Free Creates standalone reusable PHP scripts, tools and batch processes.Open25273Released 2y ago100% Free
- 
    
     Assisting with Google Ads Scripts creation and updates.Open141180Released 2y ago100% Free Assisting with Google Ads Scripts creation and updates.Open141180Released 2y ago100% Free
- 
    
    
    
    27799Released 2y ago100% Free
- 
    
    
    
    91314Released 2y ago100% Free
- 
    
    
    
    200372Released 2y ago100% Free
- 
    
    
    
    304143Released 2y ago100% Free
- 
    
    
    
    3074Released 1y ago100% Free
- 
    
    
    
    73116Released 1y ago100% Free
- 
    
    
    
    263218Released 1y ago100% Free
- 
    
    
    
    17422Released 1y ago100% Free
- 
    
     A scriptwriting assistant for explainer videos.Open3523Released 1y ago100% Free A scriptwriting assistant for explainer videos.Open3523Released 1y ago100% Free
- 
    
    
    
    2,5571014Released 1y ago100% Free
- 
    
    
    
    498822Released 1y ago100% Free
- 
    
     Name a person, and I'll create a movie script about them.Open312421Released 1y ago100% Free Name a person, and I'll create a movie script about them.Open312421Released 1y ago100% Free
- 
    
     Creating scripts for Platinum Jubilee celebration videos.Open691Released 2y ago100% Free Creating scripts for Platinum Jubilee celebration videos.Open691Released 2y ago100% Free
- 
    
    
    
    357112Released 2y ago100% Free
- 
    
    
    
    336337Released 2y ago100% Free
- 
    
     Crafting compelling YouTube titles and descriptions.Open523838Released 2y ago100% Free Crafting compelling YouTube titles and descriptions.Open523838Released 2y ago100% Free
- 
    
    
    
    19817Released 2y ago100% Free
- 
    
    
    
    6401080Released 2y ago100% Free
- 
    
    
    
    391464Released 2y ago100% Free
- 
    
    
    
    1,7402666Released 2y ago100% Free
- 
    
    
    
    12643Released 2y ago100% Free
- 
    
    
    
    437448Released 2y ago100% Free
- 
    
    
    
    5775138Released 2y ago100% Free
- 
    
    
    
    17821Released 2y ago100% Free
- 
    
    
    
    164131Released 2y ago100% Free
- 
    
    
    
    452520Released 2y ago100% Free
- 
    
    
    
    4907165Released 2y ago100% Free
- 
    
    
    
    3753168Released 2y ago100% Free
- 
    
     Scripting made extraordinary with Shell ScripterOpen171270Released 2y ago100% Free Scripting made extraordinary with Shell ScripterOpen171270Released 2y ago100% Free
- 
    
    
    
    1,5562046Released 2y ago100% Free
Post
         Jason AI
Jason AI
 Mini tools
Mini tools
 
             
             
     
     
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
             
            