-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update skill.json for skill-core_ready
- Loading branch information
github-actions[bot]
committed
Nov 18, 2023
1 parent
5c2b84f
commit 194ed5b
Showing
1 changed file
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"title": "Ready", | ||
"url": "https://github.com/NeonGeckoCom/skill-core_ready", | ||
"summary": "Skill to speak when Neon is ready", | ||
"short_description": "Skill to speak when Neon is ready", | ||
"description": "When Neon is started or restarted, this skill will speak a notification to the user. This speech can be enabled/disabled by intent.", | ||
"examples": [ | ||
"Enable ready notifications.", | ||
"Disable load speech." | ||
], | ||
"desktopFile": false, | ||
"warning": "", | ||
"systemDeps": false, | ||
"requirements": { | ||
"python": [ | ||
"neon-utils~=1.2", | ||
"ovos-bus-client~=0.0.3", | ||
"ovos-utils~=0.0.28", | ||
"ovos-workshop~=0.0.12" | ||
], | ||
"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": "Daily", | ||
"categories": [ | ||
"Daily" | ||
], | ||
"tags": [ | ||
"NeonGecko Original", | ||
"NeonAI" | ||
], | ||
"credits": [ | ||
"NeonDaniel", | ||
"NeonGeckoCom" | ||
], | ||
"skillname": "skill-core_ready", | ||
"authorname": "NeonGeckoCom", | ||
"foldername": null | ||
} |