Filter submissions
203 submissions
# Starred Locked Notes Created User IP address Script Title Sort descending Script Description Script Name Email Address Organization Name Organization URL Operations
216 Star/flag Script Upload: Submission #216 Lock Script Upload: Submission #216 Add notes to Script Upload: Submission #216 Sun, 03/24/2024 - 23:52 Anonymous 5.188.210.80 oujvdagn <a href="https://bestmedsx.online/">best online pharmacy usa</a> <a href="https://bestmedsx.online/">best online pharmacy usa</a> us pharmacy us pharmacy dziel5512@mail.com us pharmacy https://bestmedsx.online/
178 Star/flag Script Upload: Submission #178 Lock Script Upload: Submission #178 Add notes to Script Upload: Submission #178 Fri, 03/08/2024 - 18:19 Anonymous 5.188.210.21 ovxtbmcr <a href="https://predniso.online/">prednisone tablets</a> <a href="https://predniso.online/">prednisone tablets</a> purchase prednisone canada purchase prednisone canada lona@gmail.com purchase prednisone canada https://prednisonexg.online/
180 Star/flag Script Upload: Submission #180 Lock Script Upload: Submission #180 Add notes to Script Upload: Submission #180 Sun, 03/10/2024 - 00:27 Anonymous 5.188.210.38 owigouxn <a href="http://synthroidam.online/">synthroid 0.088 mg tab</a> <a href="http://synthroidam.online/">synthroid 0.088 mg tab</a> buy generic synthroid online buy generic synthroid online johnrousey@mail.com buy generic synthroid online https://asynthroid.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
151 Star/flag Script Upload: Submission #151 Lock Script Upload: Submission #151 Add notes to Script Upload: Submission #151 Mon, 02/26/2024 - 00:26 Anonymous 5.188.210.84 pdemgxkt <a href="https://rybelsustabs.shop/">semaglutide rybelsus</a> <a href="https://rybelsustabs.shop/">semaglutide rybelsus</a> wegovy tablets cost wegovy tablets cost dsfgsdf@hotmail.com wegovy tablets cost http://rybelsus.guru/
208 Star/flag Script Upload: Submission #208 Lock Script Upload: Submission #208 Add notes to Script Upload: Submission #208 Sat, 03/23/2024 - 00:06 Anonymous 5.188.210.80 pgoifnih <a href="https://bestmedsx.online/">reputable online pharmacy reddit</a> <a href="https://bestmedsx.online/">reputable online pharmacy reddit</a> canada pharmacy world canada pharmacy world predragdakovic@gmail.com canada pharmacy world http://medicinesaf.online/
231 Star/flag Script Upload: Submission #231 Lock Script Upload: Submission #231 Add notes to Script Upload: Submission #231 Wed, 04/03/2024 - 10:41 Anonymous 5.188.210.87 punvhmrp <a href="https://azithromycinps.online/">azithromycin online usa</a> <a href="https://azithromycinps.online/">azithromycin online usa</a> azithromycin 500 mg coupon azithromycin 500 mg coupon bmunoz1@gmail.com azithromycin 500 mg coupon https://azithromycinmds.online/
179 Star/flag Script Upload: Submission #179 Lock Script Upload: Submission #179 Add notes to Script Upload: Submission #179 Sat, 03/09/2024 - 22:54 Anonymous 5.188.210.91 qehxhrkc <a href="https://tadalafilstd.com/">best tadalafil brand in india</a> <a href="https://tadalafilstd.com/">best tadalafil brand in india</a> tadalafil 30mg tadalafil 30mg asengasoi@hotmail.com tadalafil 30mg https://tadalafilstd.com/
119 Star/flag Script Upload: Submission #119 Lock Script Upload: Submission #119 Add notes to Script Upload: Submission #119 Mon, 02/12/2024 - 14:23 Anonymous 5.188.210.87 quwlhjnv <a href="https://rybelsus.best/">buy rybelsus in canada</a> <a href="https://rybelsus.best/">buy rybelsus in canada</a> wegovy online prescription wegovy online prescription rhudson60@outlook.com wegovy online prescription https://wegovy.company/
265 Star/flag Script Upload: Submission #265 Lock Script Upload: Submission #265 Add notes to Script Upload: Submission #265 Sat, 04/27/2024 - 21:33 Anonymous 5.188.210.91 quzngafc <a href="https://bmtadalafil.online/">tadalafil generic otc</a> <a href="https://bmtadalafil.online/">tadalafil generic otc</a> 40 mg tadalafil 40 mg tadalafil milesandlaura@hotmail.com 40 mg tadalafil https://tadalafilgf.com/
124 Star/flag Script Upload: Submission #124 Lock Script Upload: Submission #124 Add notes to Script Upload: Submission #124 Wed, 02/14/2024 - 13:46 Anonymous 5.188.210.84 rboniirs <a href="https://rybelsus.monster/">wegovy where to buy</a> <a href="https://rybelsus.monster/">wegovy where to buy</a> semaglutide tab 7mg semaglutide tab 7mg rhudson60@mail.com semaglutide tab 7mg http://semaglutiderybelsus.online/
183 Star/flag Script Upload: Submission #183 Lock Script Upload: Submission #183 Add notes to Script Upload: Submission #183 Mon, 03/11/2024 - 09:40 Anonymous 5.188.210.93 rbvwrftho <a href="https://valtrexarb.online/">valtrex generic online</a> <a href="https://valtrexarb.online/">valtrex generic online</a> valtrex online canada valtrex online canada jennyferragamo@mail.com valtrex online canada http://valtrexid.com/
244 Star/flag Script Upload: Submission #244 Lock Script Upload: Submission #244 Add notes to Script Upload: Submission #244 Sun, 04/07/2024 - 02:08 Anonymous 5.188.210.84 rcbxjndm <a href="https://lisinoprilgp.com/">lisinopril pills</a> <a href="https://lisinoprilgp.com/">lisinopril pills</a> semaglutide rx semaglutide rx josefine@yahoo.com semaglutide rx http://olisinopril.com/
109 Star/flag Script Upload: Submission #109 Lock Script Upload: Submission #109 Add notes to Script Upload: Submission #109 Thu, 03/09/2023 - 07:58 Anonymous 146.70.117.227 Re-name Neon This skill allows the user to rename Neon and save the new
name to Neon's AI's Bootable USB Drive for the Mark II.

Activation Phrase: "Hey Neon, rename yourself."

Sample Utterances:

"Change your name to [new name]."
"Can you call yourself [new name] from now on?"
"I want to give you a new name. Let's call you [new name]."

Skill Steps:

Neon AI will prompt the user to provide a new name for it.
The user will provide the new name.
Neon AI will confirm the new name and ask the user if they want to
save it. If the user confirms, Neon AI will save the new name to its
Bootable
USB Drive for the Mark II and reply with a confirmation message.
If the user does not confirm, Neon AI will ask if the user wants to
try again or end the session.
import neon
import os

app = neon.Application()

@app.handle(intent='rename_neon')
def rename_neon_handler(request, responder):
new_name = request.slot_value('new_name')

# Confirm the new name and ask the user if they want to save it
confirmation_message = f"Are you sure you want to change my name to
{new_name}?"
confirmation = responder.yes_or_no(confirmation_message)

if confirmation == 'yes':
# Save the new name to Neon's AI's Bootable USB Drive for the
Mark II
bootable_drive_path = "/boot"
new_name_file_path = os.path.join(bootable_drive_path,
"neon_name.txt")
with open(new_name_file_path, "w") as f:
f.write(new_name)
responder.reply(f"My new name is now {new_name}.")
else:
# Ask the user if they want to try again or end the session
retry_message = "Do you want to try again or end this session?"
retry = responder.yes_or_no(retry_message)
if retry == 'yes':
responder.listen()
else:
responder.reply("Okay, see you next time!")

app.run()
Adam Obradovic elric@riseup.net
173 Star/flag Script Upload: Submission #173 Lock Script Upload: Submission #173 Add notes to Script Upload: Submission #173 Thu, 03/07/2024 - 07:57 Anonymous 5.188.210.21 redapiin <a href="https://bestprednisone.online/">prednisone 5442</a> <a href="https://bestprednisone.online/">prednisone 5442</a> prednisone 59 mg prednisone 59 mg unching@aol.com prednisone 59 mg http://prednisoneo.com/
191 Star/flag Script Upload: Submission #191 Lock Script Upload: Submission #191 Add notes to Script Upload: Submission #191 Fri, 03/15/2024 - 18:22 Anonymous 5.188.210.91 rmcfgjkj <a href="https://tadalafilstd.online/">can i buy cialis in usa</a> <a href="https://tadalafilstd.online/">can i buy cialis in usa</a> online tadalafil prescription online tadalafil prescription goranmoller@aol.com online tadalafil prescription https://tadalafi.online/
258 Star/flag Script Upload: Submission #258 Lock Script Upload: Submission #258 Add notes to Script Upload: Submission #258 Mon, 04/15/2024 - 16:20 Anonymous 5.188.210.91 rostjlht <a href="https://tadalafilstd.com/">where to buy tadalafil 20mg</a> <a href="https://tadalafilstd.com/">where to buy tadalafil 20mg</a> wegovy tab 3mg wegovy tab 3mg paigewestfall@yahoo.com wegovy tab 3mg https://tadalafilu.online/
137 Star/flag Script Upload: Submission #137 Lock Script Upload: Submission #137 Add notes to Script Upload: Submission #137 Tue, 02/20/2024 - 04:24 Anonymous 5.188.210.80 rqbcpsze <a href="https://rybelsustabs.com/">wegovy retail price</a> <a href="https://rybelsustabs.com/">wegovy retail price</a> semaglutide where to buy semaglutide where to buy rac73@yahoo.com semaglutide where to buy http://ozempic.monster/
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/
184 Star/flag Script Upload: Submission #184 Lock Script Upload: Submission #184 Add notes to Script Upload: Submission #184 Mon, 03/11/2024 - 22:53 Anonymous 5.188.210.38 scwevygw <a href="https://synthroidotp.online/">synthroid 0.025</a> <a href="https://synthroidotp.online/">synthroid 0.025</a> semaglutide canada semaglutide canada asimhussain@aol.com semaglutide canada http://synthroidam.online/