forked from MycroftAI/skill-date-time
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskill.json
More file actions
59 lines (59 loc) · 1.94 KB
/
Copy pathskill.json
File metadata and controls
59 lines (59 loc) · 1.94 KB
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
59
{
"title": "neon-skill-date_time",
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/calendar.svg",
"summary": "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."
],
"categories": [
"Daily"
],
"credits": [
"Neongecko"
],
"tags": [],
"category": "Daily",
"package_name": "neon-skill-date_time",
"pip_spec": "neon-skill-date_time",
"license": "BSD-3-Clause",
"author": "Neongecko",
"version": "1.1.2a3",
"url": "https://github.com/NeonGeckoCom/skill-date_time",
"skill_id": "skill-date_time.neongeckocom=neon_skill_date_time:TimeSkill",
"skillname": "skill-date_time",
"authorname": "NeonGeckoCom",
"name": "neon-skill-date_time",
"requirements": {
"python": [
"pytz>=2022.1",
"geocoder~=1.38",
"timezonefinder~=5.2",
"ovos-bus-client~=0.0,>=0.0.4",
"ovos-utils~=0.0, >=0.0.34",
"neon-utils~=1.12",
"ovos-workshop~=0.0,>=0.0.12",
"ovos-lingua-franca~=0.4",
"pydantic~=2.0"
],
"system": {},
"skill": []
},
"desktopFile": false,
"warning": "",
"systemDeps": false,
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"foldername": null,
"short_description": "Get the time, date, day of the week"
}