forked from MycroftAI/skill-weather
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathskill.json
More file actions
51 lines (51 loc) · 1.78 KB
/
skill.json
File metadata and controls
51 lines (51 loc) · 1.78 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
{
"title": "neon-skill-weather",
"icon": "https://rawgithub.com/FortAwesome/Font-Awesome/master/svgs/solid/sun.svg",
"summary": "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?"
],
"credits": [
"Neongecko"
],
"category": "",
"package_name": "neon-skill-weather",
"pip_spec": "neon-skill-weather",
"license": "BSD-3-Clause",
"author": "Neongecko",
"tags": [],
"version": "3.1.1a3",
"url": "https://github.com/NeonGeckoCom/skill-weather",
"skill_id": "skill-weather.neongeckocom=neon_skill_weather:WeatherSkill",
"skillname": "skill-weather",
"authorname": "NeonGeckoCom",
"name": "neon-skill-weather",
"requirements": {
"python": [
"multi-key-dict==2.0.3",
"requests>=2.13.0",
"neon-utils[network]~=1.9,>=1.14.1a1",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.0",
"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 current weather and forecast info."
}