Filter submissions
158 submissions
# Starred Locked Notes Created User IP address Script Title Script Description Script Name Email Address Organization Name Organization URL Sort descending Operations
42 Star/flag Script Upload: Submission #42 Lock Script Upload: Submission #42 Add notes to Script Upload: Submission #42 Tue, 11/19/2019 - 14:00 Anonymous 73.109.151.117 Basic Execute Basic Execute Script: "Basic Execute"
Neon speak: "Lets get started."
Execute: "What time is it"
Neon speak: "I'm finished."
Exit
Daniel McKnight daniel@neongecko.com
43 Star/flag Script Upload: Submission #43 Lock Script Upload: Submission #43 Add notes to Script Upload: Submission #43 Tue, 11/19/2019 - 14:00 Anonymous 73.109.151.117 Good Morning short good morning script Script: "Good Morning"
Neon speak: "Good Morning"
"The time is"
Execute: "What time is it"
Neon speak: "The weather is"
Execute: "what is the weather"
Neon speak: "Thank you for starting me up. I look forward to talking with you"
Exit
Daniel daniel@neongecko.com
44 Star/flag Script Upload: Submission #44 Lock Script Upload: Submission #44 Add notes to Script Upload: Submission #44 Tue, 11/19/2019 - 14:00 Anonymous 73.109.151.117 Hello World Input Hello World Input Script: "Hello World Input"
Variable: {input}: ""
Neon speak: "Hello World. Say anything or exit"
voice_input{input}
Neon speak: "you said {input}"
Exit
Daniel daniel@neongecko.com
45 Star/flag Script Upload: Submission #45 Lock Script Upload: Submission #45 Add notes to Script Upload: Submission #45 Tue, 11/19/2019 - 14:01 Anonymous 73.109.151.117 Test Neon Demo Test Neon Demo Script: "Test Neon Demo"
Variable: {test_set}: ""
Neon speak:
"Please select your test preference. You can choose from the following demos: 'personal' for profile setup"
"'language' for translation,"
"'standard',"
"'clapper or clap',"
"'av or music',"
"'picture or record',"
"'caffeine',"
"'email',"
"'coupons',"
"'summary',"
"'clear',"
"'alarm or timer',"
"'wakewords or wake words',"
"'dialog', or "
"'control' group tests."
voice_input{test_set}
Case: {test_set}
"personal"
Execute:
"neon my name is Joshua Test"
"neon my name is John Jacob Jingleheimer Smith"
"neon tell me my first name"
"neon tell me my last name"
"neon tell me my full name"
"neon my email address is josh@neongecko.com"
"language"
Execute:
"neon translate cherry to russian"
"neon tell me my language setting
"neon speak to me in english
"neon speak to me in Russian and French
"neon speak to me in english
"standard"
Execute: "neon say hello world
Execute: "what is the time
Execute: "what is today's date
Execute: "what time is it in paris
Execute: "what is the weather in seattle
Execute: "neon spell microphone
Execute: "what is 25 times 71
Execute: "what is the derivative of x squared
Execute: "what is the share price for ibm
Execute: "tell me a joke
Execute: "tell me about linux
Execute: "send me the source for that
Execute: "where are you
Execute: "who are you
Execute: "my location is Seattle, WA
Execute: "what is my ip address
"clapper or clap"
Execute: "Set up clapper process
Execute: "Quit clapper process
Execute: "Deny clapper process by default
Execute: "Enable clapper process by default
"av or music"
Execute: "neon av play Relaxing jazz radio
Execute: "neon av play Sleepy blues piano radio
Execute: "pause
Execute: "resume
Execute: "stop
Execute: "avplay american folk guitar radio
Execute: "increase volume
Execute: "decrease volume
Execute: "mute volume
Execute: "unmute volume
Execute: "what is the volume
Execute: "neon play the latest news
"picture or record"
Execute: "take a picture
Execute: "show me my last picture
Execute: "take a 3-second video
Execute: "show me my last video
Execute: "neon record 3 seconds
Execute: "playback my last recording
"caffeine"
Execute: "how much caffeine is in sprite
Execute: "how about j street coffee
Execute: "how much caffeine is in a cherry coke
"email"
Execute: "email me my transcripts
"coupons"
Execute: "neon update my brands
Execute: "i like google
Execute: "tell me coupons for microsoft
Execute: "i like neon
Execute: "tell me my likes
Execute: "i do not like alpha
Execute: "tell me my dislikes
Execute: "tell me my coupons
Execute: "email me my coupons
"summary"
Execute: "neon talk to me in Russian
Execute: "what time is it in Moscow
Execute: "what is the weather in Moscow
Execute: "tell me about electricity
Execute: "what is 625 divided by 25
Execute: "tell me my likes
Execute: "how many inches are in a mile
Execute: "translate cherry to French
Execute: "how much caffeine is in pepsi
Execute: "talk to me in English
Execute: "change units/measuring system
"clear"
Execute: "I want to clear my user brands
Execute: "I want to clear my user likes
Execute: "clear all of my user data
"alarm or timer"
Execute: "neon set an alarm for 6:30 pm
Execute: "neon remind me to go home at 7 pm
Execute: "neon set a 2 minute timer
Execute: "neon how much time is left
Execute: "neon clear all reminders
Execute: "cancel all alarms
Execute: "cancel all timers
"wakewords or wake words"
Execute: "require wakewords
Execute: "begin skipping wake words
Execute: "i am not alone
Execute: "neon i am alone
"dialog"
Execute: "switch to primary dialogue mode
Execute: "how are you?
Execute: "switch to random dialogue mode
Execute: "how are you?
"control"
Execute: "create a support ticket
Execute: "i want [you] to exit
Execute: " i want [you] to shutdown
Execute: "what is my current software version

Exit
Daniel daniel@neongecko.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
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
49 Star/flag Script Upload: Submission #49 Lock Script Upload: Submission #49 Add notes to Script Upload: Submission #49 Tue, 11/19/2019 - 14:05 Anonymous 73.109.151.117 Neon AI Android Startup Script: "Neon AI Android Startup"
Language: "English American Female"
Variable: {startup_skill}: ""
Neon speak: "Welcome to Neon AI Scripts. Please choose a script to run when you open the app."
Execute: "tell me my scripts"
Neon speak: "Which one would you like?"
voice_input{startup_skill}
Execute: "set my startup script to {startup_skill}"
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
53 Star/flag Script Upload: Submission #53 Lock Script Upload: Submission #53 Add notes to Script Upload: Submission #53 Tue, 11/19/2019 - 15:46 Anonymous 73.109.151.117 Convert Demo Demo script that converts units of measure. Script: "Convert Demo"
Language: "en-us female"
Variable: {quantity}: ""
Variable: {from_units}: ""
Variable: {to_units}: ""
Variable: {selected}: ""
Variable: {conversions}: weight, volume, length, time, currency
Neon speak: "Say convert select_one{conversions} to convert or exit when done"
voice_input{selected,conversions}
Neon speak: "How many units would you like to convert?"
voice_input{quantity}
Neon speak: "What are the units to convert from?"
voice_input{from_units}
Neon speak: "What are the units to convert to?"
voice_input{to_units}
Execute: "how many {to_units} are in {quantity} {from_units}"
Exit
Daniel McKnight daniel@neongecko.com
54 Star/flag Script Upload: Submission #54 Lock Script Upload: Submission #54 Add notes to Script Upload: Submission #54 Tue, 11/19/2019 - 16:04 Anonymous 73.109.151.117 Variable Demo Demo script that can tell you about weather, time, or pupulation of a city. Script: "Variable Demo"
Language: "en-au female"
Variable: {location}: ""
Variable: {info_type}: time, weather, population
Neon speak:
"Say select_one{info_type} for world info"
voice_input{info_type}
Neon speak:
"What location would you like?"
voice_input{location}
Execute: "What is the {info_type} in {location}"
Exit
Daniel daniel@neongecko.com
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
57 Star/flag Script Upload: Submission #57 Lock Script Upload: Submission #57 Add notes to Script Upload: Submission #57 Tue, 11/19/2019 - 19:03 Anonymous 73.109.151.117 User Register Demo user register demo Script: "User Register Demo"
Variable: {full_name}: ""
Variable: {first_name}: ""
Variable: {last_name}: ""
Variable: {selection}: ""
Neon speak:
"Hello human. My full name is Neon Gecko Inc. Please call me Neon. Lets get started."
LOOP get_name
Neon speak: "Please tell me your full name or say exit"
voice_input{full_name}
Execute: "neon my name is {full_name}"
Neon speak: "Thank you."
Python: time.sleep(5)
Execute: "neon tell me my first name"
Execute: "neon tell me my last name"
LOOP change_name
Neon speak: "Is that correct? Say yes, no, change first name, change last name or exit"
voice_input{selection}
Case: {selection}
"yes"
Neon speak: "Okay"
Execute: "exit"
"no"
Neon speak: "Sorry. Please say name to try again"
LOOP get_name END
"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"
LOOP change_name END
"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"
LOOP change_name END
Exit
Daniel dainel@neongecko.com
58 Star/flag Script Upload: Submission #58 Lock Script Upload: Submission #58 Add notes to Script Upload: Submission #58 Wed, 11/20/2019 - 11:46 Anonymous 73.109.151.117 Table Scrape Demo short table scrape demo Script: "Table Scrape Demo"
Variable: {options}: table_scrape(https://www.neongecko.com/demos)
Variable: {chosen}: ""
Neon speak:
"Please tell me what kind of help video you would like to see. You can say things like random{options}"
voice_input{chosen}
Neon speak:
"Okay"
Execute: "av play closest{chosen,options}"
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
84 Star/flag Script Upload: Submission #84 Lock Script Upload: Submission #84 Add notes to Script Upload: Submission #84 Wed, 05/06/2020 - 12:54 Anonymous 50.35.82.111 Demo Guess Number Timeout Neon will select a number between 1 and 10 at random and give hints until the user guesses correctly. If there is no response for 15 seconds, the script will exit Script: "Demo Guess Number Timeout"
Author: Daniel McKnight
Timeout: 15
Description:
Neon will select a number between 1 and 10 at random
and give hints until the user guesses correctly. If there is no response for 15 seconds, the script will exit

Variable: numbers = 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
Variable: neon_num = random(numbers)
Variable: user_guess = ""

Set: neon_num = random(numbers)
Neon speak:
# "My number is {neon_num}"
"I'm thinking of a number between 1 and 10"
"Guess what it is or say 'exit'"
LOOP guess
voice_input{user_guess}
if {user_guess} in {numbers}:
if {user_guess} == {neon_num}:
Neon speak: "You guessed it!"
Exit
if {user_guess} > {neon_num}:
Neon speak: "Lower"
LOOP guess END
if {user_guess} < {neon_num}:
Neon speak: "Higher"
LOOP guess END
else
if {user_guess} != "exit":
Neon speak:
"That's not a valid guess, try again."
LOOP guess END
Exit
Daniel McKnight 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
96 Star/flag Script Upload: Submission #96 Lock Script Upload: Submission #96 Add notes to Script Upload: Submission #96 Thu, 06/11/2020 - 17:27 Anonymous 50.35.82.111 Test Email Demo script for sending emails Script: Test Email
Variable: body = "Test email body\nnewline"
Neon speak: "</speak>sending email"
Email: My Email Title, body
Exit
Daniel McKnight daniel@neongecko.com
97 Star/flag Script Upload: Submission #97 Lock Script Upload: Submission #97 Add notes to Script Upload: Submission #97 Fri, 06/19/2020 - 15:55 Anonymous 50.35.82.111 Demo Profile Reconveyance Short demo that includes reading a value from a user profile and reconveyance of user input. Script: Demo Profile Reconveyance
Variable: body = "Test email body\nnewline"
Variable: emailAddr = profile(user.email)
Variable: spoken
if {emailAddr}:
Neon speak: "your email address is {emailAddr}"
else:
Neon speak: I don't know what your email address is
Neon speak: Say something and I'll say it back to you
voice_input(spoken)
Neon Speak: You said:
Reconvey: spoken

Exit
Daniel daniel@neongecko.com
99 Star/flag Script Upload: Submission #99 Lock Script Upload: Submission #99 Add notes to Script Upload: Submission #99 Wed, 06/24/2020 - 19:21 Anonymous 50.35.82.111 Subroutine Test Testing subroutines # Subroutine Test

Script: "Subroutine Test"

Name Speak : Patty : "</speak>Version 20200624 18:33 Subroutine Test"

## Initialize

Variable: {exitList} = “Patty exit”, “Patty cancel”, “never mind”
Variable: {noList} = “no”, “not now”, "never mind", "nope", "n"
Variable: {yesList} = "yes", "yup", "y"
Variable: {alertsPhraseList} = "help", "I need help", "help me", "emergency", "this is an emergency", "I need a doctor", "I need a doctor", "I need a doctor", "I need a doctor", "I need a doctor", "I need a nurse", "I need aid", "I need a caregiver", "I need assistance", "I fell", "I can't get up"
Variable: {heyPattyList} = "hey Patty", "Patty are you there"

Variable: {askPrompt} = ""
Variable: {returnLabel} = ""
Variable: {askInput} = ""

returnLabel = InstallAssistant
askPrompt = "Hi, I'm Patty. Say your name, or cancel."

Goto : ASK

@InstallAssistant

userName = askInput
Name Speak : Patty : "Hi {userName}. I am glad you chose to test subroutines."
Name Speak : Patty : "Patty Exiting"
exit

##

@ASK
if {askPrompt} != ""
Name Speak : Patty : "{askPrompt}"
voice_input {askInput}
if {askInput} IN {exitList[*]}:
Name Speak : Patty : "Say yes to confirm exiting Patty"
voice_input{askInput}
if {askInput} IN {yesList[*]}:
Name Speak : Patty : "Patty, signing off"
exit
else
goto : ASK
if {askInput} IN {heyPattyList[*]}:
Name Speak : Patty : "Patty, the Neon AI Patient Assistant, is listening"
goto : ASK
Name Speak : Patty : "About to return to {returnLabel}"
Goto: {returnLabel}

Daniel McKnight daniel@neongecko.com
101 Star/flag Script Upload: Submission #101 Lock Script Upload: Submission #101 Add notes to Script Upload: Submission #101 Mon, 06/29/2020 - 17:32 Anonymous 50.47.129.133 Language Test Short example demonstrating changing language settings. Script: Language test
Language: en-us male
Neon speak: "I am an American Male"
Language: female en-au
Neon speak: "Now I am Australian Female"
Language: en-gb
Neon speak: Now I am British in your preferred gender
Exit
Daniel McKnight daniel@neongecko.com