Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
neon-minerva[padatious]~=0.3
neon-minerva[padatious]~=0.3,>=0.3.1a2
48 changes: 25 additions & 23 deletions skill.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
{
"title": "Spelling",
"url": "https://github.com/NeonGeckoCom/skill-spelling",
"title": "neon-skill-spelling",
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/book-reader.svg",
"summary": "Let Neon help you spell words",
"short_description": "Let Neon help you spell words",
"description": "Neon can spell any word which is understood by speech-to-text.",
"examples": [
"How do you spell aardvark?",
"Spell succotash.",
"How do you spell bureacracy?",
"Spell omnipotence."
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"credits": [
"Neongecko"
],
"categories": [
"Information"
],
"tags": [],
"category": "Information",
"package_name": "neon-skill-spelling",
"pip_spec": "neon-skill-spelling",
"license": "BSD-3-Clause",
"author": "Neongecko",
"version": "1.1.1",
"url": "https://github.com/NeonGeckoCom/skill-spelling",
"skill_id": "skill-spelling.neongeckocom=skill_spelling:SpellingSkill",
"skillname": "skill-spelling",
"authorname": "NeonGeckoCom",
"name": "neon-skill-spelling",
"requirements": {
"python": [
"neon-utils~=1.12",
Expand All @@ -22,6 +36,9 @@
"system": {},
"skill": []
},
"desktopFile": false,
"warning": "",
"systemDeps": false,
"incompatible_skills": [],
"platforms": [
"i386",
Expand All @@ -31,21 +48,6 @@
"arm"
],
"branch": "master",
"license": "BSD-3-Clause",
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/book-reader.svg",
"category": "Information",
"categories": [
"Information"
],
"tags": [
"spell",
"spelling"
],
"credits": [
"Mycroft AI",
"NeonDaniel"
],
"skillname": "skill-spelling",
"authorname": "NeonGeckoCom",
"foldername": null
"foldername": null,
"short_description": "Let Neon help you spell words"
}