forked from MycroftAI/skill-date-time
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Joan Montané <[email protected]>
- Loading branch information
1 parent
3e8ce5c
commit 677d372
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"skill_id": "skill-ovos-date-time.openvoiceos", | ||
"source": "https://github.com/OpenVoiceOS/skill-ovos-date-time", | ||
"name": " Data i hora", | ||
"description": "Obteniu l'hora, la data, el dia de la setmana", | ||
"examples": [ | ||
"Quina hora és?", | ||
"Digues-me el dia de la setmana", | ||
"Quants dies falten per al 24 de juny?", | ||
"Quina data som?", | ||
"Mostra'm l'hora", | ||
"Quin dia és el dia del Punt Volat de 2026?", | ||
"Quina hora és a París?" | ||
], | ||
"tags": [ | ||
"rellotge", | ||
"data", | ||
"hora", | ||
"consulta", | ||
"informació" | ||
] | ||
} |