diff --git a/.github/workflows/update_skill_json.yml b/.github/workflows/update_skill_json.yml index b2c8b93..57f0078 100644 --- a/.github/workflows/update_skill_json.yml +++ b/.github/workflows/update_skill_json.yml @@ -1,9 +1,15 @@ -# This workflow will run unit tests +# This workflow will update skill.json files name: Update skill.json on: push: + branches-ignore: + - dev + - master + pull_request: + branches: + - dev jobs: update_skill_json: - uses: neongeckocom/.github/.github/workflows/skill_update_json_spec.yml@master + uses: neongeckocom/.github/.github/workflows/skill_update_json_spec.yml@FEAT_UpdateSkillMetaParsing diff --git a/locale/en-us/skill.json b/locale/en-us/skill.json new file mode 100644 index 0000000..2c41250 --- /dev/null +++ b/locale/en-us/skill.json @@ -0,0 +1,22 @@ +{ + "skill_id": "skill-about.neongeckocom", + "source": "https://github.com/NeonGeckoCom/skill-about", + "package_name": "neon-skill-about", + "license": "BSD-3-Clause", + "author": "Neongecko", + "description": "Skill used to provide information about this assistant.", + "name": "About", + "examples": [ + "Tell me my license.", + "Tell me my skills.", + "What can you do?" + ], + "tags": [ + "Daily", + "Information", + "NeonGecko Original", + "NeonAI" + ], + "icon": "https://0000.us/klatchat/app/files/neon_images/icons/neon_skill.png", + "extra_plugins": {} +} \ No newline at end of file diff --git a/skill.json b/skill.json deleted file mode 100644 index 6accc24..0000000 --- a/skill.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "title": "About", - "url": "https://github.com/NeonGeckoCom/skill-about", - "summary": "Skill used to provide information about this assistant.", - "short_description": "Skill used to provide information about this assistant.", - "description": "This skill provides information about Neon. You can ask about licensing and your Neon installation. This skill also provides formatted examples for installed skills.", - "examples": [ - "Tell me my license.", - "Tell me my skills.", - "What can you do?" - ], - "desktopFile": false, - "warning": "", - "systemDeps": false, - "requirements": { - "python": [ - "neon-utils~=1.2,>=1.2.2,!=1.9.0", - "ovos-utils~=0.0, >=0.0.28" - ], - "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", - "Information" - ], - "tags": [ - "NeonGecko Original", - "NeonAI" - ], - "credits": [ - "NeonDaniel", - "reginaneon", - "NeonGeckoCom" - ], - "skillname": "skill-about", - "authorname": "NeonGeckoCom", - "foldername": null -} \ No newline at end of file