forked from MycroftAI/fallback-wolfram-alpha
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskill.json
More file actions
51 lines (51 loc) · 2.09 KB
/
skill.json
File metadata and controls
51 lines (51 loc) · 2.09 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-fallback_wolfram_alpha",
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/question.svg",
"summary": "General knowledge fallback handler based on [Wolfram Alpha](https://wolframalpha.com) services",
"description": "Answers general knowledge, math, and definition questions by using Wolfram Alpha API services. If the user is interested in knowing where the information for the spoken answer came from, Neon can send the most recent source of the spoken details to user\u2019s email. 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 2 + 2?",
"Who won best picture in 2006?",
"How far away is the moon?",
"Send me the source for that."
],
"credits": [
"Neongecko"
],
"category": "",
"package_name": "neon-skill-fallback_wolfram_alpha",
"pip_spec": "neon-skill-fallback_wolfram_alpha",
"license": "BSD-3-Clause",
"author": "Neongecko",
"tags": [],
"version": "3.0.1a1",
"url": "https://github.com/NeonGeckoCom/skill-fallback_wolfram_alpha",
"skill_id": "skill-fallback_wolfram_alpha.neongeckocom=neon_skill_fallback_wolfram_alpha:WolframAlphaSkill",
"skillname": "skill-fallback_wolfram_alpha",
"authorname": "NeonGeckoCom",
"name": "neon-skill-fallback_wolfram_alpha",
"requirements": {
"python": [
"requests>=2.13.0",
"neon-utils~=1.12",
"ovos-utils~=0.0,>=0.0.28",
"ovos-workshop~=0.0,>=0.0.15"
],
"system": {},
"skill": []
},
"desktopFile": false,
"warning": "",
"systemDeps": false,
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"foldername": null,
"short_description": "General knowledge fallback handler based on [Wolfram Alpha](https://wolframalpha.com) services"
}