Filter submissions
211 submissions
# Starred Locked Notes Created User IP address Script Title Sort descending Script Description Script Name Email Address Organization Name Organization URL Operations
245 Star/flag Script Upload: Submission #245 Lock Script Upload: Submission #245 Add notes to Script Upload: Submission #245 Sun, 04/07/2024 - 06:37 Anonymous 5.188.210.21 wdugpcjh <a href="http://prednisoneiv.online/">buy prednisone 1 mg mexico</a> <a href="http://prednisoneiv.online/">buy prednisone 1 mg mexico</a> prednisone 4 prednisone 4 dstransactions@yahoo.com prednisone 4 http://prednisoneo.com/
47 Star/flag Script Upload: Submission #47 Lock Script Upload: Submission #47 Add notes to Script Upload: Submission #47 Tue, 11/19/2019 - 14:03 Anonymous 73.109.151.117 Weather Loop Demo Weather Loop Demo Script: "Demo Weather Loop"
Variable: {location}: ""
Variable: {forecast}: ""
LOOP WW
Neon speak:
"Say A or Athens for the weather in Athens"
"Say B or Bombay for the weather in Bombay"
"Say S or Seattle for the weather in Seattle"
"Say exit to exit"
voice_input{location}
Case {location}:
"A or Athens"
Execute: "What is the weather in Athens"
Neon speak: "about to repeat A"
"B or Bombay"
Execute: "What is the weather in Bombay"
Neon speak:
"say 10 day or 5 day forecast"
voice_input{forecast}
Case {forecast}:
"10 day or 10"
Execute: "What is the 10 day forecast for Bombay"
"5 day or 5"
Execute: "What is the 5 day forecast for Bombay"
Neon speak: "about to repeat B"
"S or Seattle"
Execute: "What is the weather in Seattle"
Neon speak: "about to repeat S"
Neon speak:
"End of loop WW."
LOOP WW END
Neon speak: "I'm done now."
Exit

Daniel daniel@neongecko.com
67 Star/flag Script Upload: Submission #67 Lock Script Upload: Submission #67 Add notes to Script Upload: Submission #67 Wed, 12/04/2019 - 15:28 Anonymous 73.109.151.117 Weather Time Population Goto WTP script with added Goto examples to go to line and go to label Script: "Weather Time Population Goto"
Language: "en-au female"
Synonym: "Demo WTP Goto"
Variable: {response}: ""
Neon speak:
"Say 1 or World Times for world times"
"Say 2 or World Weather for world weather"
"Say 3 or World Populations for world populations"
voice_input{response}
Case {response}:
"1 or World Times"
Neon speak:
"Say A or Athens for Athens's time"
"Say B or Bombay for Bombay's time"
"Say S or Seattle for Seattle's time"
voice_input{response}
Case {response}:
"A or Athens"
Execute: "What time is it in Athens"
Goto: athens_weather
"B or Bombay"
Execute: "What time is it in Bombay"
"S or Seattle"
Execute: "What time is it in Seattle"
"2 or World Weather"
Neon speak:
"Say A or Athens for the weather in Athens"
"Say B or Bombay for the weather in Bombay"
"Say S or Seattle for the weather in Seattle"
voice_input{response}
Case {response}:
"A or Athens"
@athens_weather
Execute: "What is the weather in Athens"
Goto: 50
"B or Bombay"
Execute: "What is the weather in Bombay"
"S or Seattle"
Execute: "What is the weather in Seattle"
"3 or World Populations"
Neon speak:
"Say A or Athens for Athens's population"
"Say B or Bombay for Bombay's population"
"Say S or Seattle for Seattle's population"
voice_input{response}
Case {response}:
"A or Athens"
Execute: "What is the population of Athens"
"B or Bombay"
Execute: "What is the population of Bombay"
"S or Seattle"
Execute: "What is the population of Seattle"
Exit
Daniel daniel@neongecko.com
51 Star/flag Script Upload: Submission #51 Lock Script Upload: Submission #51 Add notes to Script Upload: Submission #51 Tue, 11/19/2019 - 15:24 Anonymous 73.109.151.117 Website Navigator website navigator Script: "Website Navigator"
# Synonym: "demo website navigator"
# Synonym: "website navigator demo"
# Language: "English American Female"
Variable: {options}: table_scrape(https://neongecko.com)
# Variable: {options}: demos: https://www.neongecko.com/demos , videos: https://www.neongecko.com/demos , nano: https://www.neongecko.com/NeonNanoforWebsiteDesigners , audible: https://www.neongecko.com/NeonAudibleAiTech , tools: https://www.neongecko.com/NeonTechnology , websites: https://www.neongecko.com/neonnano , phones: https://www.neongecko.com/NeonAndroid , devices: https://www.neongecko.com/NeonAIforHome
Variable: {chosen}: ""
# Neon speak: "Options: {options}"
Neon speak: "Please tell me what Neon AI web page you'd like to see. You can say things like random{options} or say quit or exit."
LOOP WN
voice_input{chosen}
# Neon speak: "navigating to {chosen}"
if {chosen} == "quit":
Neon speak: "say pause to turn off the mic or say exit to close the window."
voice_input{chosen}
if {chosen} == "pause":
# execute skill to turn off mic
Execute: "neon mute microphone"
else:
if closest{chosen,options}:
Execute: "neon browse to closest{chosen,options}"
else:
Neon speak: "Page not found"
Neon speak: "Tell me another Neon AI web page you'd like to see or say quit."
LOOP WN END
Exit
Daniel daniel@neongecko.com
85 Star/flag Script Upload: Submission #85 Lock Script Upload: Submission #85 Add notes to Script Upload: Submission #85 Fri, 05/08/2020 - 13:59 Anonymous 50.35.82.111 Website Navigator Timeout Website navigator with an added reminder prompt if no response is heard after 10 seconds Script: "Website Navigator Timeout"
Variable: {options}: table_scrape(https://neongecko.com)
Variable: {chosen}: ""
Timeout: 10 instructions
#Timeout: 10 7
@instructions
Neon speak: "Please tell me what Neon AI web page you'd like to see. You can say things like random{options} or say quit or exit."
LOOP WN
voice_input{chosen}
# Neon speak: "navigating to {chosen}"
if {chosen} == "quit":
Neon speak: "say pause to turn off the mic or say exit to close the window."
voice_input{chosen}
if {chosen} == "pause":
# execute skill to turn off mic
Execute: "neon mute microphone"
else:
if closest{chosen,options}:
Execute: "neon browse to closest{chosen,options}"
else:
Neon speak: "Page not found"
Neon speak: "Tell me another Neon AI web page you'd like to see or say quit."
LOOP WN END
Exit
Daniel McKnight daniel@neongecko.com
62 Star/flag Script Upload: Submission #62 Lock Script Upload: Submission #62 Add notes to Script Upload: Submission #62 Tue, 12/03/2019 - 11:51 imedqo 73.109.151.117 Welcome A welcome file to greet guests of neon.ai Script: "Welcome"
Variable: {name}: ""
Variable: {like}: ""
Variable: {location}: ""
Variable: {question}: ""
Neon Speak: "Hello, My name is Neon."
Neon Speak: "What is your name?"
voice_input{name}
Neon Speak: "Nice to meet you {name}"
Neon Speak: "tell me a brand you like, for example, I like neon"
voice_input{like}
Execute: "tell me my coupons"
Neon Speak: "Where are you"
voice_input{location}
Execute: "tell me the time in {location}"
Execute: "tell me the weather in {location}"
Neon Speak: "Please ask me a question or say exit"
voice_input{question}
if {question} == "exit"
Exit
Execute: "{question}"
Exit
Josh josh@neongecko.com
65 Star/flag Script Upload: Submission #65 Lock Script Upload: Submission #65 Add notes to Script Upload: Submission #65 Tue, 12/03/2019 - 12:30 imedqo 73.109.151.117 Welcome Loops Demo demo welcome loops skill file Script: "Welcome Loops Demo"
Variable: {name}: ""
Variable: {like}: ""
Variable: {location}: ""
Variable: {question}: ""
Neon Speak: "Hello, My name is Neon."
Neon Speak: "What is your name?"
voice_input{name}
Neon Speak: "Nice to meet you {name}"
Neon Speak: "tell me a brand you like, for example, I like neon"
voice_input{like}
Execute: "tell me my coupons"
Neon Speak: "Where are you"
voice_input{location}
Execute: "tell me the time in {location}"
Execute: "tell me the weather in {location}"
LOOP Q1
Neon Speak: "Please ask me a question or say exit"
if {question} == "exit"
Exit
voice_input{question}
#Execute: "{question}"
LOOP Q1 END
Exit
Josh josh@neongecko.com
48 Star/flag Script Upload: Submission #48 Lock Script Upload: Submission #48 Add notes to Script Upload: Submission #48 Tue, 11/19/2019 - 14:04 Anonymous 73.109.151.117 Welcome Neon Demo Welcome Neon Demo Script: "Welcome Neon Demo"
#Language: "English British Male"
Language: "en-gb"
Variable: {full_name}: ""
Variable: {first_name}: ""
Variable: {last_name}: ""
Variable: {response}: ""
Neon speak:
"Hello human. My full name is Neon Gecko Inc; call me Neon. Lets get started."
Execute: "what time is it"
Execute: "what is the weather"
Neon speak:
"Please say your first and last name or say exit, or you can type your response"
voice_input{full_name}
Execute: "my name is {full_name}"
Neon speak: "Thank you."
#Execute: "tell me my full name"
if profile{user.first_name}:
Execute: "tell me my first name"
if profile{user.last_name}:
Execute: "tell me my last name"
Neon speak:
"Is that correct? Say yes, change first name, change last name or exit"
voice_input{response}
Case: {response}
"yes"
Exit
"change first name"
Neon speak:
"Tell me your first name or say exit"
voice_input{first_name}
Execute: "neon my first name is {first_name}"
Execute: "neon tell me my first name"
"change last name"
Neon speak:
"Tell me your last name or say exit"
voice_input{last_name}
Execute: "neon my last name is {last_name}"
Execute: "neon tell me my last name"
Exit
Daniel daniel@neongecko.com
107 Star/flag Script Upload: Submission #107 Lock Script Upload: Submission #107 Add notes to Script Upload: Submission #107 Mon, 12/26/2022 - 19:58 Anonymous 111.196.190.249 welcomezhh welcomezhh in Chinese Script: "welcomezhh"
Language: zh-cn, female
Variable: name
Variable: like
Variable: location
Variable: question
Neon Speak: "你好, 我名字是 Neon."
Neon Speak: "你叫什么名字?"
voice_input(name)
Neon Speak: "很高兴见到你 {name}"

Neon Speak: "你在哪个城市?"
voice_input(location)
Execute: " {location} 现在什么时间?"
Execute: " {location} 现在什么天气?"
LOOP Q1
Neon Speak: "请问我问题,或说退出或 exit"
if {question} == "exit":
Exit
if {question} == "退出":
Exit
voice_input(question)
#Execute: "{question}"
LOOP Q1 END
Exit
andy zhou ablozhou@gmail.com
217 Star/flag Script Upload: Submission #217 Lock Script Upload: Submission #217 Add notes to Script Upload: Submission #217 Mon, 03/25/2024 - 05:40 Anonymous 5.188.210.38 wfzurqfw <a href="https://synthroidam.online/">synthroid 25 pill</a> <a href="https://synthroidam.online/">synthroid 25 pill</a> rybelsus weight loss rybelsus weight loss shawna@mail.com rybelsus weight loss https://isynthroid.online/
158 Star/flag Script Upload: Submission #158 Lock Script Upload: Submission #158 Add notes to Script Upload: Submission #158 Fri, 03/01/2024 - 00:54 Anonymous 5.188.210.84 wkauceik <a href="http://rybelsustabs.online/">semaglutide generic</a> <a href="http://rybelsustabs.online/">semaglutide generic</a> wegovy tab 3mg wegovy tab 3mg acquire@gmail.com wegovy tab 3mg http://semaglutiderybelsus.shop/
272 Star/flag Script Upload: Submission #272 Lock Script Upload: Submission #272 Add notes to Script Upload: Submission #272 Fri, 05/10/2024 - 17:36 Anonymous 5.188.210.30 wqooapwg <a href="https://metforminn.com/">metformin 850 mg prices uk</a> <a href="https://metforminn.com/">metformin 850 mg prices uk</a> metformin 2019 metformin 2019 pizzuaa@gmail.com metformin 2019 http://metforemin.online/
220 Star/flag Script Upload: Submission #220 Lock Script Upload: Submission #220 Add notes to Script Upload: Submission #220 Wed, 03/27/2024 - 07:21 Anonymous 5.188.210.93 wrzuecwtv <a href="https://valtrexarb.online/">generic valtrex cost</a> <a href="https://valtrexarb.online/">generic valtrex cost</a> can you buy valtrex online can you buy valtrex online hkarttunen@outlook.com can you buy valtrex online https://vatrex.online/
55 Star/flag Script Upload: Submission #55 Lock Script Upload: Submission #55 Add notes to Script Upload: Submission #55 Tue, 11/19/2019 - 18:29 Anonymous 73.109.151.117 WTP Demo Demo script with examples of nested cases and voice_input. Script: "WTP Demo"
Language: "en-au female"
Synonym: "Demo WTP"
Synonym: "WTP Demo"
Variable: {response}: ""
Neon speak:
"Say 1 or World Times for world times"
"Say 2 or World Weather for world weather"
"Say 3 or World Populations for world populations"
voice_input{response}
Case {response}:
"1 or World Times"
Neon speak:
"Say A or Athens for Athens's time"
"Say B or Bombay for Bombay's time"
"Say S or Seattle for Seattle's time"
voice_input{response}
Case {response}:
"A or Athens"
Execute: "What time is it in Athens"
"B or Bombay"
Execute: "What time is it in Bombay"
"S or Seattle"
Execute: "What time is it in Seattle"
"2 or World Weather"
Neon speak:
"Say A or Athens for the weather in Athens"
"Say B or Bombay for the weather in Bombay"
"Say S or Seattle for the weather in Seattle"
voice_input{response}
Case {response}:
"A or Athens"
Execute: "What is the weather in Athens"
"B or Bombay"
Execute: "What is the weather in Bombay"
"S or Seattle"
Execute: "What is the weather in Seattle"
"3 or World Populations"
Neon speak:
"Say A or Athens for Athens's population"
"Say B or Bombay for Bombay's population"
"Say S or Seattle for Seattle's population"
voice_input{response}
Case {response}:
"A or Athens"
Execute: "What is the population of Athens"
"B or Bombay"
Execute: "What is the population of Bombay"
"S or Seattle"
Execute: "What is the population of Seattle"
Exit
Daniel daniel@neongecko.com
254 Star/flag Script Upload: Submission #254 Lock Script Upload: Submission #254 Add notes to Script Upload: Submission #254 Fri, 04/12/2024 - 05:25 Anonymous 5.188.210.93 wyckrexzi <a href="http://valtrexid.com/">valtrex no perscrition</a> <a href="http://valtrexid.com/">valtrex no perscrition</a> valtrex rx cost valtrex rx cost djyarosh@mail.com valtrex rx cost http://vatrex.online/
274 Star/flag Script Upload: Submission #274 Lock Script Upload: Submission #274 Add notes to Script Upload: Submission #274 Mon, 05/13/2024 - 19:08 Anonymous 5.188.210.91 wzxkkfrw <a href="https://valtrexv.online/">buy valtrex australia</a> <a href="https://valtrexv.online/">buy valtrex australia</a> pills pills btconboy@mail.com pills https://modafinile.com/
200 Star/flag Script Upload: Submission #200 Lock Script Upload: Submission #200 Add notes to Script Upload: Submission #200 Wed, 03/20/2024 - 23:16 Anonymous 5.188.210.84 xbifgatz <a href="https://lisinoprildrl.online/">lisinopril medication prescription</a> <a href="https://lisinoprildrl.online/">lisinopril medication prescription</a> buy lisinopril online usa buy lisinopril online usa olle@aol.com buy lisinopril online usa http://lisinoprilgp.com/
149 Star/flag Script Upload: Submission #149 Lock Script Upload: Submission #149 Add notes to Script Upload: Submission #149 Sun, 02/25/2024 - 11:27 Anonymous 5.188.210.38 xdgyrzzz <a href="http://rybelsus.company/">semaglutide retail price</a> <a href="http://rybelsus.company/">semaglutide retail price</a> buy ozempic canada buy ozempic canada joojoorob@aol.com buy ozempic canada http://ozempictabs.shop/
233 Star/flag Script Upload: Submission #233 Lock Script Upload: Submission #233 Add notes to Script Upload: Submission #233 Wed, 04/03/2024 - 17:11 Anonymous 5.188.210.38 xdueaazf <a href="https://synthroidx.com/">synthroid capsules</a> <a href="https://synthroidx.com/">synthroid capsules</a> synthroid 0.175 synthroid 0.175 lorrine@aol.com synthroid 0.175 https://synthroidx.com/
186 Star/flag Script Upload: Submission #186 Lock Script Upload: Submission #186 Add notes to Script Upload: Submission #186 Tue, 03/12/2024 - 10:04 Anonymous 5.188.210.38 xeuaftlz <a href="https://isynthroid.online/">synthroid 125 mg cost</a> <a href="https://isynthroid.online/">synthroid 125 mg cost</a> synthroid 37.5 mcg synthroid 37.5 mcg shazzajude@aol.com synthroid 37.5 mcg https://asynthroid.com/