OpenVoiceOS / ovos_skill_manager

skill installer for OVOS
Apache License 2.0
5 stars 6 forks source link

No consistency in naming, descriptions etc in Skill JSON files #54

Open AIIX opened 3 years ago

AIIX commented 3 years ago

Example: Skill Wolfie Missing: Valid Description Missing: Correct Naming Scheme

Incomplete Skill JSON files cause the UI to look bad, skill-wolfie is literally name skill-wolfie unlike other skills "Duck Duck Go", "Speed Test" etc

Description of the entire skill is just "skill-wolfie" instead of a valid description which also makes no tangible sense to the user of what this skill really does

JarbasAl commented 3 years ago

seems like a https://github.com/OpenVoiceOS/ovos_skill_manager issue, the json for skill wolfie does not match your symptoms


{
  "name": "Wolfram Alpha",
  "skillname": "skill-wolfie",
  "authorname": "JarbasSkills",
  "foldername": "skill-wolfie",
  "url": "https://github.com/JarbasSkills/skill-wolfie",
  "branch": "v0.1",
  "desktopFile": false,
  "warning": "",
  "systemDeps": false,
  "platforms": [
    "arm",
    "arm64",
    "i386",
    "x86_64",
    "ia64"
  ],
  "download_url": "https://github.com/JarbasSkills/skill-wolfie/archive/v0.1.tar.gz",
  "examples": [
    "ask the wolf what is the speed of light",
    "How tall is Mount Everest?",
    "When was The Rocky Horror Picture Show released?",
    "What is Madonna's real name?",
    "What's 18 times 4?",
    "How many inches in a meter?"
  ]
}
NeonDaniel commented 3 years ago

I wonder if this is a local cache error? I know at one point skill-wolfie had a minimal JSON file without examples