forked from MycroftAI/skill-ip
-
Notifications
You must be signed in to change notification settings - Fork 1
/
skill.json
59 lines (59 loc) · 1.87 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
59
{
"title": "IP Address",
"url": "https://github.com/NeonGeckoCom/skill-ip_address",
"summary": "Retrieve the [IP address](https://en.wikipedia.org/wiki/IP_address), also known as the \"network address\" of the Device and respond verbally to the user, and if the Device supports it, display the IP address.",
"short_description": "Retrieve the [IP address](https://en.wikipedia.org/wiki/IP_address), also known as the \"network address\" of the Device and respond verbally to the user, and if the Device supports it, display the IP address.",
"description": "Returns the known IP addresses to the user, if requested. Useful for testing.",
"examples": [
"What's your IP address?",
"Tell me your IP address.",
"What is my public IP address?"
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"ifaddr~=0.1",
"neon-utils[network]~=1.8,>=1.11.1a3",
"ovos-bus-client~=0.0,>=0.0.5",
"ovos-utils~=0.0,>=0.0.28",
"ovos-workshop~=0.0,>=0.0.12",
"requests~=2.20"
],
"system": {},
"skill": []
},
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "https://0000.us/klatchat/app/files/neon_images/icons/neon_skill.png",
"category": "Configuration",
"categories": [
"Configuration"
],
"tags": [
"IP-address",
"IPaddress",
"network-address",
"network",
"system"
],
"credits": [
"Mycroft AI",
"NeonDaniel",
"reginaneon",
"Ryan Sipes",
"Steve Penrod"
],
"skillname": "skill-ip_address",
"authorname": "NeonGeckoCom",
"foldername": null
}