forked from MycroftAI/skill-personal
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathskill.json
More file actions
61 lines (61 loc) · 1.7 KB
/
skill.json
File metadata and controls
61 lines (61 loc) · 1.7 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
54
55
56
57
58
59
60
61
{
"title": "neon-skill-personal",
"icon": "https://0000.us/klatchat/app/files/neon_images/icons/neon_skill.png",
"summary": "Skill used for introduction between the user and Neon.",
"description": "Personal skill provides responses to questions about who Neon is.",
"examples": [
"Who are you?",
"Who made you?",
"When were you born?",
"What is your email address?",
"Where were you born?",
"What are you?",
"How are you?",
"What is your name?",
"Where are you?"
],
"categories": [
"Entertainment",
"Daily",
"Information"
],
"credits": [
"Neongecko"
],
"category": "Entertainment",
"package_name": "neon-skill-personal",
"pip_spec": "neon-skill-personal",
"license": "BSD-3-Clause",
"author": "Neongecko",
"tags": [],
"version": "1.0.4a2",
"url": "https://github.com/NeonGeckoCom/skill-personal",
"skill_id": "skill-personal.neongeckocom=neon_skill_personal:PersonalSkill",
"skillname": "skill-personal",
"authorname": "NeonGeckoCom",
"name": "neon-skill-personal",
"requirements": {
"python": [
"neon-utils~=1.12",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.0, >=0.0.15",
"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": "Skill used for introduction between the user and Neon."
}