Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/csulb-cecs-senior-design/skill-r2arc-text
Implementing OVOS texting skill when user says one keyword
https://github.com/csulb-cecs-senior-design/skill-r2arc-text
Last synced: about 1 month ago
JSON representation
Implementing OVOS texting skill when user says one keyword
- Host: GitHub
- URL: https://github.com/csulb-cecs-senior-design/skill-r2arc-text
- Owner: CSULB-CECS-Senior-Design
- Created: 2024-03-09T03:14:27.000Z (10 months ago)
- Default Branch: dev
- Last Pushed: 2024-04-13T21:10:35.000Z (8 months ago)
- Last Synced: 2024-04-14T12:01:44.589Z (8 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple OVOS Texting Skill
In order to enable SMS ability, you need a cellular module. So far this skill works with Waveshare's SIM7600X HAT. This is a skill rather than a plugin because of it simple task to only text one phone number. Also, you need to define the word "emergency" as one of OVOS's hotword.
```
"hotwords":{
"Emergency":{
"module":"ovos-ww-plugin-vosk",
"samples":["emergency"],
"lang": "en",
"rule":"fuzzy",
"listen":false,
"active":true,
"bus_event":"text.emergency"
}
}
```## About
The skill send a text to a phone number when the user says the word emergency.
## Credits
- Michelle Tran
- Mike Gray's skill generator - https://github.com/mikejgray/ovos-skill-projen