forked from MycroftAI/skill-weather
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathskill.json
48 lines (48 loc) · 1.69 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
{
"title": "Weather",
"url": "https://github.com/NeonGeckoCom/skill-weather",
"summary": "Get current weather and forecast info.",
"short_description": "Get current weather and forecast info.",
"description": "This skill provides current weather information at different locations and forecasts up to 5 days. Use of this skill requires use of third-party APIs. If you do not have access to Neon API servers, you may access the Alpha Vantage API directly by providing a key in `~/owm.txt`. You can generate an Open Weather Map key [here](https://home.openweathermap.org/users/sign_up)",
"examples": [
"What is the weather in Los Angeles?",
"What is the forecast for Friday?"
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"multi-key-dict==2.0.3",
"neon-utils~=1.9",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.0",
"requests>=2.13.0"
],
"system": {},
"skill": []
},
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "https://rawgithub.com/FortAwesome/Font-Awesome/master/svgs/solid/sun.svg",
"category": "",
"categories": [],
"tags": [],
"credits": [
"Mycroft AI",
"NeonDaniel",
"reginaneon"
],
"skillname": "skill-weather",
"authorname": "NeonGeckoCom",
"foldername": null,
"troubleshooting": "Try asking for a different location or changing your default location by saying `Neon change my location to Seattle`."
}