Filter submissions
212 submissions
# Starred Locked Sort ascending Notes Created User IP address Script Title Script Description Script Name Email Address Organization Name Organization URL Operations
181 Star/flag Script Upload: Submission #181 Lock Script Upload: Submission #181 Add notes to Script Upload: Submission #181 Sun, 03/10/2024 - 00:46 Anonymous 5.188.210.80 vfpqjlpy <a href="http://medicinesaf.online/">buying from canadian pharmacies</a> <a href="http://medicinesaf.online/">buying from canadian pharmacies</a> pharmacy online shopping usa pharmacy online shopping usa rpino92282@aol.com pharmacy online shopping usa http://medicinesaf.online/
197 Star/flag Script Upload: Submission #197 Lock Script Upload: Submission #197 Add notes to Script Upload: Submission #197 Mon, 03/18/2024 - 18:32 Anonymous 5.188.210.25 yxjcwplw <a href="https://happyfamilymedicalstore.online/">no prescription needed canadian pharmacy</a> <a href="https://happyfamilymedicalstore.online/">no prescription needed canadian pharmacy</a> us pharmacy no prescription us pharmacy no prescription wac932@outlook.com us pharmacy no prescription https://happyfamilymedicalstore.online/
213 Star/flag Script Upload: Submission #213 Lock Script Upload: Submission #213 Add notes to Script Upload: Submission #213 Sun, 03/24/2024 - 04:24 Anonymous 5.188.210.87 rwigqlma <a href="https://azithromycinps.online/">can i buy azithromycin over the counter in australia</a> <a href="https://azithromycinps.online/">can i buy azithromycin over the counter in australia</a> zithromax generic brand zithromax generic brand flagua@yahoo.com zithromax generic brand http://azithromycinhq.com/
229 Star/flag Script Upload: Submission #229 Lock Script Upload: Submission #229 Add notes to Script Upload: Submission #229 Mon, 04/01/2024 - 06:39 Anonymous 5.188.210.91 ijgwcsbh <a href="https://tadalafilstd.com/">tadalafil india 20mg</a> <a href="https://tadalafilstd.com/">tadalafil india 20mg</a> buy rybelsus canada buy rybelsus canada kurzhalsrk@gmail.com buy rybelsus canada http://tadalafilstd.com/
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/
261 Star/flag Script Upload: Submission #261 Lock Script Upload: Submission #261 Add notes to Script Upload: Submission #261 Mon, 04/22/2024 - 18:00 Anonymous 5.188.210.84 octxcoad <a href="http://olisinopril.com/">cost of lisinopril 2.5 mg</a> <a href="http://olisinopril.com/">cost of lisinopril 2.5 mg</a> lisinopril 80 mg lisinopril 80 mg shazzajude@gmail.com lisinopril 80 mg http://olisinopril.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
98 Star/flag Script Upload: Submission #98 Lock Script Upload: Submission #98 Add notes to Script Upload: Submission #98 Wed, 06/24/2020 - 18:33 imedqo 24.19.150.34 Patient Assistant Patient Assistant Script: "Patient Assistant"
Language: "en-us male"

# Set up wait time for patient responses
Variable: timeoutReturnLabel = AnnounceVersion
Timeout: 30 TIMEOUT

# Announce version ("Testing" is displayed as text and is not spoken)

@AnnounceVersion

Name Speak : Pat : "Neon Patient Assistant Application Demonstration Version 2020 07 07 18:00 </speak> Testing"

Variable: exitList = "exit", "cancel", "never mind"
Variable: noList
Variable: yesList
Variable: alertsPhraseList
Variable: heyPatList
Variable: askPrompt
Variable: returnLabel
Variable: heardSilence
Variable: falseAlarmCount
Variable: askReturnValue = ""
Variable: userName
Variable: moreAppInfo
Variable: customizeSettings
Variable: customizeLanguage
Variable: customizeProsody
Variable: photoTime

@StartUp

# Initialize

# exitList = "exit", "cancel", "never mind"
noList = "no", "not now", "never mind", "nope", "n"
yesList = "yes", "yup", "y"
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", "fire"
heyPatList = "hey pat", "pat are you there", "is anybody listening", "what time is it"
speechGenderList = "female", "male"
speechRateList = "medium", "fast", "slow"
speechAccentList = "American", "British" or "Australian"
askPrompt = ""
returnLabel = ""
heardSilence = ""
falseAlarmCount = 0
askReturnValue = ""
userName = ""
moreAppInfo = ""
customizeSettings = ""
customizeLanguage = ""
customProsody = "rate=’medium’"
photoTime = ""

# Ask to install assistant

@PromptInstallAssistant

returnLabel = InstallAssistant
timeoutReturnLabel = PromptInstallAssistant
Name Speak : Pat : "Hi, I'm Pat. I'm a demonstration patient assistant from Neon AI. Thank you for helping test my conversational skills."
askPrompt = "Please tell me your name, or you can say cancel to exit."
Goto : ASK

@InstallAssistant

userName = {askReturnValue}

Name Speak : Pat : "Hi {userName}. I am glad you chose to install the Neon Patient Assistant Application."

## Offer additional information

@ReAskMoreInfo

Name Speak : Pat : "Before starting the Patient Assistant, would you like more information on the Neon conversational patient assistance application?"
timeoutReturnLabel = ReAskMoreInfo
voice_input{moreAppInfo}
if {moreAppInfo} IN {noList[*]}:
Goto: PromptCustomize

Name Speak : Pat : "Hi {userName}. I'm Pat the demonstration conversational patient assistant from Neon AI. I am an artificial intelligence personal assistant, I'm augmented with Neon Gecko open source code and CPI Corp patented technology. Neon AI makes the Patient Assistant application to enable patients to alert their caregivers to emergencies and other needs, and to get simple information. As your automated patient assistant I listen for calls for help and send alerts to the patient care administrator. For example, you can say help, or I fell. Another thing you can say is what time is it .. </speak> In the future you will be able to play your favorite music, turn the lights on or off, and even ask to send a text message .. And if you don't want to call me Pat, someday you will be able to change my name."

# Customize

@PromptCustomize

## Offer customization of settings for administrator, voice and system settings
## Set up PA voice: name, gender, accent, pitch, speed, [Later: language, diction, empathy]
## Set up system settings: timeoutSeconds (wait time for user input)
## Set up administrator (password, email, name, phone, [Later: staff names, secondary contacts] ..)
## Set up nurse (password, email, name, phone, [Later: staff names, secondary contacts] ..)

Name Speak : Pat : "Would you like to customize the Patient Assistant settings for my voice?"
# Name Speak : Pat : "Would you like to customize the Patient Assistant settings for administrator, voice and PAT system settings?"

timeoutReturnLabel = PromptCustomize
voice_input{customizeSettings}
if {customizeSettings} !IN {yesList[*]}:
Goto: BeginAssistant

Name Speak : Pat : "Hi {userName}. You can customize the voice for the Neon demonstration conversational patient assistant. You can say no change, or say female, male, normal, fast, slow, American, British or Australian. </speak> In the future you will be able to set up information for the administrator, staff members and the patient, and change my name and other PAT system settings."

@ReAskCustomize

# Name Speak : Pat : "Would you like to change the voice of the Neon conversational patient assistance application?"

timeoutReturnLabel = ReAskCustomize
voice_input{customizeSettings}
if {customizeSettings} == "":
Goto: PromptCustomize
if {customizeSettings} CONTAINS "no change":
Goto: BeginAssistant
if {customizeSettings} IN {noList[*]}:
Goto: BeginAssistant

customLanguage = ""

# Variable: britWords = british, gb, uk
#if {customizeSettings} CONTAINS "British":
if {customizeSettings} CONTAINS british, gb, uk:
customLanguage = "'en-GB'"
else
if {customizeSettings} CONTAINS "Australian, AU, aussie":
customLanguage = "en-AU"
else
customLanguage = "en-us"

if {customizeSettings} CONTAINS "female":
customLanguage = “{customLanguage} female"
else
customLanguage = “{customLanguage} male"

Language: {customLanguage}

if {customizeSettings} CONTAINS "fast":
customProsody = "rate='fast'"
else
if {customizeSettings} CONTAINS "slow":
customProsody = "rate='slow'"
else
customProsody = “rate=’medium’”

# Later: Provide example of new Language/Prosody and offer reset

# Later: Make settings into a case statement and error check:
# split_words(wordList, customizeSettings)
# customSettingCount = length({wordList})
# wordListIndex = 0
# LOOP
# Case
# LOOP END

@BeginAssistant
timeoutReturnLabel = WaitForAlertPhrase
Name Speak : Pat : "<prosody {customProsody}> Your demonstration patient assistant has signed in. You can say, hey Pat, or, Pat are you there, if you want to know if I am listening. </prosody>"

# Wait for alert

@WaitForAlertPhrase

askPrompt = ""
returnLabel = GotPatientPhrase
### Name Speak : Pat : "PA 1 pre ask"
Goto : ASK

@GotPatientPhrase
## Did patient ask for "help"
if {askReturnValue} !IN {alertsPhraseList[*]}:
### Name Speak : Pat : "PA 4 not an alert, listen again"
Goto: WaitForAlertPhrase

# Possible EMERGENCY

Name Speak : Pat : "PA 5 got alert, about to reconvey {askReturnValue}"
Reconvey : askReturnValue
Name Speak : Pat : "PA 6 did reconvey"

@PromptConfirmHelp

askPrompt = "Please say just kidding if this is not an emergency"
returnLabel = ConfirmHelp
### Name Speak : Pat : "PA 7 about to ask to cancel help request"
Goto : ASK
@ConfirmHelp

### Name Speak : Pat : "PA 8 check for jk"
## Did patient REALLY ask for "help"?
if {askReturnValue} == "":
Name Speak : Pat : "Pat the Patient Assistant heard nothing."
Name Speak : Pat : "PA 7 got alert, about to reconvey of heard nothing {askReturnValue}"
Reconvey : askReturnValue
Name Speak : Pat : "PA 8 did reconvey of nothing?"
## PA heard nothing after emergency request .. if second time then this is an emergency
if {heardSilence == "TRUE"} :
Goto: Emergency
heardSilence = "TRUE"
## LATER: Increase volume, speak slower
Name Speak : Pat : "{userName}! I need to hear from you! Is this an emergency?"
Goto: PromptConfirmHelp
if {askReturnValue} CONTAINS "just kidding", "never mind","not an emergency":
Name Speak : Pat : "Pat the Patient Assistant heard you say this is not an emergency."
Reconvey : askReturnValue
Name Speak : Pat : "Please say help again if this is an emergency."
### Name Speak : Pat : "PA 9 jk so restart listening"
Python: falseAlarmCount = {falseAlarmCount} + 1
Goto: WaitForAlertPhrase

# EMERGENCY

@Emergency

Name Speak : Pat : "This is an EMERGENCY"

Name Speak : Pat : "Pat the Patient Assistant would now send an emergency alert, keep engaged with the patient, and send updated alerts to the caregiver."

Name Speak : Pat : "Pat test completed. Say start again to start again?"
voice_input{askReturnValue}
### Name Speak : Pat : "PA 10 check for restart request"
if {askReturnValue} == "start again":
### Name Speak : Pat : "PA 10 restarting"
Goto: StartUp

Name Speak : Pat : "Pat exiting"
exit

# ========== Subroutines

@ASK
# The ASK subroutine speaks the askPrompt and waits for a response. If the response is a command to Pat to perform an action, then the request is effected and Pat continues waiting for a response, otherwise, the response is returned to the caller in the askReturnValue.
# Input parameters: askPrompt, returnLabel and timeOutReturnLabel
# Result parameter: askReturnValue

### Name Speak : Pat : "Ask 1 Starting"
if {askPrompt}:
Name Speak : Pat : " {askPrompt} "
### Name Speak : Pat : "Ask 2 Starting ask subroutine"
voice_input {askReturnValue}
### Name Speak : Pat : "Ask 3 got input"
if {askReturnValue} IN {exitList[*]}:
Name Speak : Pat : "Say yes to confirm exiting Pat, the Neon AI Patient Assistant"
voice_input{askReturnValue}
if {askReturnValue} IN {yesList[*]}:
Name Speak : Pat : "Pat, the Neon AI Patient Assistant, signing off"
exit
else
goto: ASK
### Name Speak : Pat : "Ask 4 not cancel command {askReturnValue}"
if {askReturnValue} IN {heyPatList[*]}:
Name Speak : Pat : "<prosody {customProsody}> {userName}, Pat the AI Patient Assistant demo here. I'm listening all the time but I don't <phoneme alphabet=”x-sampa” ph=”rikord”>record</phoneme> everything you say. I only make recordings of calls for help or in an emergency. </prosody>"
# Note - Disambiguation for the pronunciations of "record": <phoneme alphabet=”x-sampa” ph=”rikord”>record</phoneme> Verb as in “I record everything you say” vs. Noun as in "Make a record of the conversation".
Name Speak : Pat : "The time is"
Execute : "Neon what time is it"
if {falseAlarmCount} != 0:
Name Speak : Pat : "The false alarm count is {falseAlarmCount}!"
goto : ASK
### Name Speak : Pat : "Ask 5 About to return to {returnLabel}"
Goto: {returnLabel}


@TIMEOUT
Goto: {timeoutReturnLabel}
jsh r j@j.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
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
118 Star/flag Script Upload: Submission #118 Lock Script Upload: Submission #118 Add notes to Script Upload: Submission #118 Mon, 02/12/2024 - 05:52 Anonymous 5.188.210.38 nzllvblr <a href="https://rybelsus.click/">wegovy semaglutide tablets</a> <a href="https://rybelsus.click/">wegovy semaglutide tablets</a> ozempic tab 3mg ozempic tab 3mg jimjohn@yahoo.com ozempic tab 3mg http://ozempic.company/
134 Star/flag Script Upload: Submission #134 Lock Script Upload: Submission #134 Add notes to Script Upload: Submission #134 Mon, 02/19/2024 - 03:12 Anonymous 5.188.210.84 flgztanf <a href="https://ozempic.cfd/">wegovy over the counter</a> <a href="https://ozempic.cfd/">wegovy over the counter</a> rybelsus diabetes medication rybelsus diabetes medication torqfab@outlook.com rybelsus diabetes medication https://semaglutidewegovy.shop/
150 Star/flag Script Upload: Submission #150 Lock Script Upload: Submission #150 Add notes to Script Upload: Submission #150 Sun, 02/25/2024 - 23:39 Anonymous 5.188.210.30 cindfezk <a href="https://rybelsus.trade/">rybelsus buy australia</a> <a href="https://rybelsus.trade/">rybelsus buy australia</a> wegovy buy online wegovy buy online dsakfjljlsdk@outlook.com wegovy buy online https://rybelsus.best/
166 Star/flag Script Upload: Submission #166 Lock Script Upload: Submission #166 Add notes to Script Upload: Submission #166 Tue, 03/05/2024 - 13:32 Anonymous 5.188.210.25 cmkczgkt <a href="https://happyfamilymedicalstore.online/">canada pharmacy not requiring prescription</a> <a href="https://happyfamilymedicalstore.online/">canada pharmacy not requiring prescription</a> happy family medical store happy family medical store bnanaproductions@hotmail.com happy family medical store https://happyfamilymedicalstore.online/
182 Star/flag Script Upload: Submission #182 Lock Script Upload: Submission #182 Add notes to Script Upload: Submission #182 Sun, 03/10/2024 - 01:28 Anonymous 5.188.210.84 tgvnfykh <a href="https://lisinoprildrl.online/">zestoretic medication</a> <a href="https://lisinoprildrl.online/">zestoretic medication</a> lisinopril 30 mg cost lisinopril 30 mg cost urman4000@mail.com lisinopril 30 mg cost https://olisinopril.online/
198 Star/flag Script Upload: Submission #198 Lock Script Upload: Submission #198 Add notes to Script Upload: Submission #198 Mon, 03/18/2024 - 22:26 Anonymous 5.188.210.30 eegkjkyn <a href="https://bestmetformin.online/">order metformin without prescription</a> <a href="https://bestmetformin.online/">order metformin without prescription</a> buy cheap metformin online buy cheap metformin online pizzuaa@outlook.com buy cheap metformin online https://ametformin.com/
214 Star/flag Script Upload: Submission #214 Lock Script Upload: Submission #214 Add notes to Script Upload: Submission #214 Sun, 03/24/2024 - 05:51 Anonymous 5.188.210.25 vlurrjov <a href="http://happyfamilystorerx.online/">happy family store</a> <a href="http://happyfamilystorerx.online/">happy family store</a> online pharmacy europe online pharmacy europe stevenhlubyang@gmail.com online pharmacy europe https://happyfamilystorerx.online/
230 Star/flag Script Upload: Submission #230 Lock Script Upload: Submission #230 Add notes to Script Upload: Submission #230 Tue, 04/02/2024 - 17:26 Anonymous 5.188.210.21 kjhtegak <a href="https://oprednisone.online/">50 mg prednisone tablet</a> <a href="https://oprednisone.online/">50 mg prednisone tablet</a> prednisone 10 mg daily prednisone 10 mg daily patterson711@gmail.com prednisone 10 mg daily https://prednisonexg.online/
246 Star/flag Script Upload: Submission #246 Lock Script Upload: Submission #246 Add notes to Script Upload: Submission #246 Sun, 04/07/2024 - 21:22 Anonymous 5.188.210.38 txkytypk <a href="http://synthroidotp.online/">buy synthroid online without prescription</a> <a href="http://synthroidotp.online/">buy synthroid online without prescription</a> rybelsus without prescription rybelsus without prescription bigbartab@yahoo.com rybelsus without prescription http://synthroidotp.online/
262 Star/flag Script Upload: Submission #262 Lock Script Upload: Submission #262 Add notes to Script Upload: Submission #262 Thu, 04/25/2024 - 16:52 Anonymous 5.188.210.38 csrvjgch <a href="https://isynthroid.com/">synthroid 88 mcg cost</a> <a href="https://isynthroid.com/">synthroid 88 mcg cost</a> buy synthroid 175 mcg buy synthroid 175 mcg chaossinbad@yahoo.com buy synthroid 175 mcg https://synthroidam.online/