Filter submissions
213 submissions
# Starred Locked Notes Created User IP address Script Title Script Description Script Name Email Address Sort ascending Organization Name Organization URL Operations
59 Star/flag Script Upload: Submission #59 Lock Script Upload: Submission #59 Add notes to Script Upload: Submission #59 Wed, 11/20/2019 - 18:49 imedqo 73.109.151.117 Mycroft Navigator Navigates the mycroft.ai website Script: "Mycroft Navigator"
# Language: "en-us female"
Variable: {options}: table_scrape(https://mycroft.ai)
Variable: {chosen}: ""
Variable: {termination_bool}: done
Neon speak: "Please tell me what Mycroft web page you'd like to see. You can say things like random{options}"
LOOP WN
voice_input{chosen}
# Neon speak: "navigating to {chosen}"
if closest{chosen,options}:
Execute: "neon browse to closest{chosen,options}"
else:
Neon speak: "Page not found"
Neon speak: "What Mycroft web page would you like to see next?"
LOOP WN END
Exit
Guy Daniels guy@neongecko.com guy daniels
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/
115 Star/flag Script Upload: Submission #115 Lock Script Upload: Submission #115 Add notes to Script Upload: Submission #115 Sat, 02/10/2024 - 04:33 Anonymous 5.188.210.30 oiipezno <a href="https://semaglutide.directory/">cheap semaglutide</a> <a href="https://semaglutide.directory/">cheap semaglutide</a> rybelsus buy uk rybelsus buy uk globaltrade247@outlook.com rybelsus buy uk https://semaglutide.click/
148 Star/flag Script Upload: Submission #148 Lock Script Upload: Submission #148 Add notes to Script Upload: Submission #148 Sun, 02/25/2024 - 00:55 Anonymous 5.188.210.91 okyxdtnm <a href="https://ozempic.cfd/">ozempic semaglutide tablets 7.5 mcg</a> <a href="https://ozempic.cfd/">ozempic semaglutide tablets 7.5 mcg</a> semaglutide best price semaglutide best price friendsofrigoberta@aol.com semaglutide best price http://wegovy.trade/
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/
253 Star/flag Script Upload: Submission #253 Lock Script Upload: Submission #253 Add notes to Script Upload: Submission #253 Fri, 04/12/2024 - 02:49 Anonymous 5.188.210.38 ojavmktz <a href="http://isynthroid.online/">synthroid price canada</a> <a href="http://isynthroid.online/">synthroid price canada</a> rybelsus medication rybelsus medication flagua@yahoo.com rybelsus medication https://synthroidotp.online/
165 Star/flag Script Upload: Submission #165 Lock Script Upload: Submission #165 Add notes to Script Upload: Submission #165 Mon, 03/04/2024 - 05:31 Anonymous 5.188.210.21 okrmtqjj <a href="http://rybelsus.company/">buy semaglutide online from india</a> <a href="http://rybelsus.company/">buy semaglutide online from india</a> semaglutide 14mg tablets semaglutide 14mg tablets estela@hotmail.com semaglutide 14mg tablets https://rybelsus.cfd/
126 Star/flag Script Upload: Submission #126 Lock Script Upload: Submission #126 Add notes to Script Upload: Submission #126 Fri, 02/16/2024 - 13:10 Anonymous 5.188.210.30 ucfjdykf <a href="https://ozempic.quest/">wegovy online cheap</a> <a href="https://ozempic.quest/">wegovy online cheap</a> where can i buy semaglutide where can i buy semaglutide enola@hotmail.com where can i buy semaglutide https://semaglutide.us.com/
133 Star/flag Script Upload: Submission #133 Lock Script Upload: Submission #133 Add notes to Script Upload: Submission #133 Mon, 02/19/2024 - 02:19 Anonymous 5.188.210.91 gdgrkicu <a href="https://ozempictabs.com/">rybelsus where to buy</a> <a href="https://ozempictabs.com/">rybelsus where to buy</a> wegovy over the counter wegovy over the counter emilysa@mail.com wegovy over the counter http://rybelsussemaglutide.shop/
212 Star/flag Script Upload: Submission #212 Lock Script Upload: Submission #212 Add notes to Script Upload: Submission #212 Sat, 03/23/2024 - 21:42 Anonymous 5.188.210.30 jeyvzupe <a href="http://metformin.store/">glucophage 500 mg tablet</a> <a href="http://metformin.store/">glucophage 500 mg tablet</a> glucophage for sale glucophage for sale emilie@aol.com glucophage for sale https://bestmetformin.online/
108 Star/flag Script Upload: Submission #108 Lock Script Upload: Submission #108 Add notes to Script Upload: Submission #108 Thu, 03/09/2023 - 07:54 Anonymous 146.70.117.227 User Voice Recognition This is a User Voice Recognition skill for Neon that
includes the ability to recognize the user's voice and save the voice
recognition data to the bootable USB drive for the Mark 2. The updated
code saves the user's voice recognition file to a text file named after
the user's name, and then Neon confirms that the file has been saved
after the training is completed.

Skill Description: This skill allows Neon AI to recognize and remember
the voice of its user (up to four different voices) and save the voice
recognition data to the bootable USB drive for the Mark II device.
import speech_recognition as sr
import os

class UserVoiceRecognitionSkill:
def __init__(self):
self.user_voice_profiles = {}
self.sample_rate = 44100
self.chunk_size = 1024
self.format = sr.paInt16

def train_voice_profile(self, n_session):
r = sr.Recognizer()
with sr.Microphone(sample_rate=self.sample_rate, chunk_size=self.chunk_size) as source:
n_session.say("What is your name?")
audio = r.listen(source)

try:
user_name = r.recognize_sphinx(audio)
except sr.UnknownValueError:
n_session.say("Sorry, I couldn't understand your name. Please try again.")
return

with sr.Microphone(sample_rate=self.sample_rate, chunk_size=self.chunk_size) as source:
n_session.say(f"Hi {user_name}! Please say a few sentences so I can learn to recognize your voice.")
audio = r.listen(source)

try:
voice_profile = r.recognize_sphinx(audio)
if len(self.user_voice_profiles) < 4:
self.user_voice_profiles[user_name] = voice_profile
n_session.say("Thank you! I have learned to recognize your voice.")
else:
n_session.say("I can only recognize up to four different voices. Please remove a voice profile to add a new one.")
except sr.UnknownValueError:
n_session.say("Sorry, I couldn't understand what you said. Please try again.")

# Save user's voice recognition file to Bootable USB Drive for the Mark II
with open(f"{user_name}.txt", "w") as f:
f.write(voice_profile)

# Confirm the voice recognition file is saved
n_session.say(f"I now know your voice, {user_name}, and have saved it to my files.")
n_session.complete()

def execute(self, n_session):
if not self.user_voice_profiles:
self.train_voice_profile(n_session)

r = sr.Recognizer()
with sr.Microphone(sample_rate=self.sample_rate, chunk_size=self.chunk_size) as source:
audio = r.listen(source)

try:
user_input = r.recognize_sphinx(audio)
for user_name, voice_profile in self.user_voice_profiles.items():
if voice_profile.lower() in user_input.lower():
n_session.say(f"Hi {user_name}! How can I help you today?")
return
n_session.say("Sorry, I don't recognize your voice. Would you like to train me again?")
except sr.UnknownValueError:
n_session.say("Sorry, I couldn't understand what you said.")
Adam Obradovic elric@riseup.net
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
110 Star/flag Script Upload: Submission #110 Lock Script Upload: Submission #110 Add notes to Script Upload: Submission #110 Thu, 03/09/2023 - 08:34 Anonymous 146.70.117.227 YouTube Music Player Description: This skill allows users to search for and play music from YouTube while complying with copyright laws. The skill will only play music that is licensed for use or falls under fair use guidelines.

Activation Phrase: "Hey Neon, play music from YouTube."

Sample Utterances:

"Play [song name] by [artist name]."
"Find [song name] on YouTube."
"Play the top songs from [artist name] on YouTube."

Skill Steps:

Neon AI will prompt the user for the name of the song and/or artist they want to listen to.
The skill will use the YouTube API to search for the requested music.
If the requested music is licensed for use or falls under fair use guidelines, Neon AI will play the music for the user.
If the requested music is not licensed for use or does not fall under fair use guidelines, Neon AI will inform the user that the requested music cannot be played due to copyright restrictions.
The user can then request a different song or artist to listen to, or end the session.

Legal Disclaimer:

The YouTube Music Player skill is intended for personal, non-commercial use only. The user is responsible for ensuring that any music played through this skill is licensed for use or falls under fair use guidelines. Neon AI is not responsible for any copyright infringement that may result from the use of this skill. By using this skill, the user agrees to comply with all applicable copyright laws and regulations.
import neon
from neon_util import get_youtube_video

app = neon.Application()

@app.handle(intent='play_music')
def play_music_handler(request, responder):
song_name = request.slot_value('song_name')
artist_name = request.slot_value('artist_name')

# Use YouTube API to search for the requested music
video_id = get_youtube_video(song_name, artist_name)

if video_id is not None:
# Play the music if it is licensed for use or falls under fair use guidelines
responder.play_media('https://www.youtube.com/watch?v=' + video_id)
else:
# Inform the user that the requested music cannot be played due to copyright restrictions
responder.reply('Sorry, the requested music cannot be played due to copyright restrictions.')

app.run()
Adam Obradovic elric@riseup.net
105 Star/flag Script Upload: Submission #105 Lock Script Upload: Submission #105 Add notes to Script Upload: Submission #105 Tue, 12/14/2021 - 18:03 Anonymous 76.121.181.179 Corny One The simplest possible CBE - elaborate later. Script: "Corny One"
Variable: example
Variable: discard
Variable: whatisay
Variable: try
Neon Speak: "Teach me with an example."
Neon Speak: "Tell me something like this: when I say,,, jump,,, you say,,, how high."
voice_input(discard)
voice_input(whatisay)
voice_input(discard)
voice_input(whatyousay)
Neon Speak: "I think I got it."
Neon Speak: "Go ahead, try me."
voice_input(discard)
Neon Speak: "{whatyousay}"
LOOP Q1
    Neon Speak: "Try me again, or say exit."
    voice_input(try)
    if {try} == "exit":
        Exit
Neon Speak: "{whatyousay}"
LOOP Q1 END
Exit
Too Embarassing elon@neon.ai
106 Star/flag Script Upload: Submission #106 Lock Script Upload: Submission #106 Add notes to Script Upload: Submission #106 Tue, 12/14/2021 - 18:17 Anonymous 76.121.181.179 Testy Test Script: "Testy"
Variable: example
Variable: discard
Variable: whatisay
Variable: try
Neon Speak: "Teach me with an example."
Neon Speak: "Tell me something like this: when I say,,, jump,,, you say,,, how high."
voice_input(discard)
voice_input(whatisay)
voice_input(discard)
voice_input(whatyousay)
Neon Speak: "I think I got it."
Neon Speak: "Go ahead, try me."
voice_input(discard)
Neon Speak: "{whatyousay}"
LOOP Q1
Neon Speak: "Try me again, or say exit."
voice_input(try)
if {try} == "exit":
Exit
Neon Speak: "{whatyousay}"
#Execute: "{question}"
LOOP Q1 END
Exit
Elon Testing elon@neon.ai
131 Star/flag Script Upload: Submission #131 Lock Script Upload: Submission #131 Add notes to Script Upload: Submission #131 Sun, 02/18/2024 - 17:13 Anonymous 5.188.210.87 aktvarxu <a href="http://semaglutidewegovy.online/">purchase ozempic</a> <a href="http://semaglutidewegovy.online/">purchase ozempic</a> rybelsus xl rybelsus xl ejm@yahoo.com rybelsus xl http://semaglutideozempic.shop/
222 Star/flag Script Upload: Submission #222 Lock Script Upload: Submission #222 Add notes to Script Upload: Submission #222 Fri, 03/29/2024 - 09:13 Anonymous 5.188.210.38 hhelxknt <a href="http://isynthroid.online/">online pharmacy no script synthroid 75</a> <a href="http://isynthroid.online/">online pharmacy no script synthroid 75</a> rybelsus buy online rybelsus buy online eabue@hotmail.com rybelsus buy online https://synthroidsl.online/
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/
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/
207 Star/flag Script Upload: Submission #207 Lock Script Upload: Submission #207 Add notes to Script Upload: Submission #207 Fri, 03/22/2024 - 12:02 Anonymous 5.188.210.84 sjvslolj <a href="https://olisinopril.com/">buy lisinopril 20 mg online uk</a> <a href="https://olisinopril.com/">buy lisinopril 20 mg online uk</a> semaglutide xr semaglutide xr dsfgsdf@mail.com semaglutide xr https://olisinopril.com/