Skip to content
Draft
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
10 changes: 8 additions & 2 deletions .github/workflows/update_skill_json.yml
Original file line number Diff line number Diff line change
@@ -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
22 changes: 22 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -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": {}
}
51 changes: 0 additions & 51 deletions skill.json

This file was deleted.