forked from MycroftAI/skill-stock
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathskill.json
More file actions
53 lines (53 loc) · 1.63 KB
/
skill.json
File metadata and controls
53 lines (53 loc) · 1.63 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
{
"title": "neon-skill-stock",
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/money-check-alt.svg",
"summary": "This skill provides stock values.",
"description": "Use this skill to lookup stock prices. Use of this skill requires use of third-party APIs. This skill will use Neon AI servers by default, but you can deploy your own instance of [Diana](https://github.com/NeonGeckoCom/neon-diana-utils).",
"examples": [
"What is the share price for Amazon?",
"What is the stock price for Microsoft?"
],
"credits": [
"Neongecko"
],
"categories": [
"Information",
"Daily"
],
"tags": [],
"category": "Information",
"package_name": "neon-skill-stock",
"pip_spec": "neon-skill-stock",
"license": "BSD-3-Clause",
"author": "Neongecko",
"version": "2.0.1a2",
"url": "https://github.com/NeonGeckoCom/skill-stock",
"skill_id": "skill-stock.neongeckocom=neon_skill_stock:StockSkill",
"skillname": "skill-stock",
"authorname": "NeonGeckoCom",
"name": "neon-skill-stock",
"requirements": {
"python": [
"neon-utils~=1.12",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.1",
"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": "This skill provides stock values."
}