forked from NeonGeckoCom/skill-date_time
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
58 lines (58 loc) · 1.7 KB
/
skill.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"title": "Date and Time",
"url": "https://github.com/NeonGeckoCom/skill-date_time",
"summary": "Get the time, date, day of the week",
"short_description": "Get the time, date, day of the week",
"description": "Get the local time or time for major cities around the world. Times are given in 12-hour (2:30 pm) or 24-hour format (14:30) based on the Time Format setting at [Home](https://home.mycroft.ai/#/setting/basic) Time can optionally be shown on a display, like a digital clock. See the [Skill Setting](https://home.mycroft.ai/#/skill).",
"examples": [
"What time is it?",
"What time is it in Paris?",
"What's the date?",
"Tell me the day of the week."
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"geocoder~=1.38",
"neon-utils~=1.3",
"ovos-bus-client~=0.0.4",
"ovos-utils~=0.0.34",
"pytz>=2022.1",
"timezonefinder~=5.2"
],
"system": {},
"skill": []
},
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/calendar.svg",
"category": "Daily",
"categories": [
"Daily"
],
"tags": [
"date",
"time",
"clock",
"world-time",
"world-clock",
"date-time"
],
"credits": [
"Mycroft AI",
"NeonDaniel"
],
"skillname": "skill-date_time",
"authorname": "NeonGeckoCom",
"foldername": null
}