diff --git a/.github/workflows/update_skill_json.yml b/.github/workflows/update_skill_json.yml index 5ec0f35..a4c2b5b 100644 --- a/.github/workflows/update_skill_json.yml +++ b/.github/workflows/update_skill_json.yml @@ -1,4 +1,3 @@ - name: update_skill_json on: push: {} @@ -8,3 +7,22 @@ jobs: permissions: contents: write uses: neongeckocom/.github/.github/workflows/skill_update_json_spec.yml@master + sync: + name: Sync skill.json to locale + runs-on: ubuntu-latest + needs: update-skill-json + permissions: + contents: write + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Sync skill.json + run: | + cp skill.json locale/en-us/skill.json + - name: Push skill.json Change + uses: stefanzweifel/git-auto-commit-action@v4 + with: + commit_message: Sync skill.json + file_pattern: "locale/skill.json" + skip_dirty_check: false + commit_author: "GitHub Actions " diff --git a/README.md b/README.md index b07020f..5c8997a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Makes your voice assistant laugh like a maniac -![A ghostly face, laughing evilly.](./sshot.png) +![A ghostly face, laughing evilly.](./ui/images/2.jpg) ## About @@ -38,6 +38,10 @@ Laugh randomly or when requested. - [@mikejgray](https://graywind.org) (revival) - [SoundBible](http://soundbible.com/suggest.php?q=laugh&x=0&y=0) - [FreeSound](https://freesound.org/search/?q=female+evil+laugh) +- [0.jpg](https://pixabay.com/illustrations/ai-generated-woman-horror-monster-8960870/) +- [1.jpg](https://pixabay.com/illustrations/ai-generated-ghost-apparition-8960859/) +- [2.jpg](https://pixabay.com/photos/skull-skull-and-crossbones-skeleton-570975/) +- [3.jpg](https://pixabay.com/illustrations/ai-generated-halloween-ghost-horror-8307427/) ## Category @@ -49,3 +53,7 @@ Laugh randomly or when requested. #funny #entertainment #repeating + +## License + +Apache-2.0 diff --git a/skill.json b/skill.json index c80f86a..9318795 100644 --- a/skill.json +++ b/skill.json @@ -1,8 +1,8 @@ { "title": "Laugh", "url": "https://github.com/OpenVoiceOS/ovos-skill-laugh", - "summary": "![Python](https://img.shields.io/badge/python-3.8-blue.svg) ![Python](https://img.shields.io/badge/python-3.9-blue.svg) ![Python](https://img.shields.io/badge/python-3.10-blue.svg) ![Python](https://img.shields.io/badge/python-3.11-blue.svg) Makes your voice assistant laugh like a maniac ![A ghostly face, laughing evilly.](./sshot.png)", - "short_description": "![Python](https://img.shields.io/badge/python-3.8-blue.svg) ![Python](https://img.shields.io/badge/python-3.9-blue.svg) ![Python](https://img.shields.io/badge/python-3.10-blue.svg) ![Python](https://img.shields.io/badge/python-3.11-blue.svg) Makes your voice assistant laugh like a maniac ![A ghostly face, laughing evilly.](./sshot.png)", + "summary": "![Python](https://img.shields.io/badge/python-3.8-blue.svg) ![Python](https://img.shields.io/badge/python-3.9-blue.svg) ![Python](https://img.shields.io/badge/python-3.10-blue.svg) ![Python](https://img.shields.io/badge/python-3.11-blue.svg) Makes your voice assistant laugh like a maniac ![A ghostly face, laughing evilly.](./ui/images/2.jpg)", + "short_description": "![Python](https://img.shields.io/badge/python-3.8-blue.svg) ![Python](https://img.shields.io/badge/python-3.9-blue.svg) ![Python](https://img.shields.io/badge/python-3.10-blue.svg) ![Python](https://img.shields.io/badge/python-3.11-blue.svg) Makes your voice assistant laugh like a maniac ![A ghostly face, laughing evilly.](./ui/images/2.jpg)", "description": "Laugh randomly or when requested.", "examples": [ "Laugh like Alexa", @@ -46,7 +46,11 @@ "- [@JarbasAl](https://jarbasal.github.io)", "- [@mikejgray](https://graywind.org) (revival)", "- [SoundBible](http://soundbible.com/suggest.php?q=laugh&x=0&y=0)", - "- [FreeSound](https://freesound.org/search/?q=female+evil+laugh)" + "- [FreeSound](https://freesound.org/search/?q=female+evil+laugh)", + "- [0.jpg](https://pixabay.com/illustrations/ai-generated-woman-horror-monster-8960870/)", + "- [1.jpg](https://pixabay.com/illustrations/ai-generated-ghost-apparition-8960859/)", + "- [2.jpg](https://pixabay.com/photos/skull-skull-and-crossbones-skeleton-570975/)", + "- [3.jpg](https://pixabay.com/illustrations/ai-generated-halloween-ghost-horror-8307427/)" ], "skillname": "ovos-skill-laugh", "authorname": "OpenVoiceOS", diff --git a/sshot.png b/sshot.png deleted file mode 100644 index 72915fd..0000000 Binary files a/sshot.png and /dev/null differ diff --git a/ui/images/0.jpg b/ui/images/0.jpg index e79dbb0..1bfb797 100644 Binary files a/ui/images/0.jpg and b/ui/images/0.jpg differ diff --git a/ui/images/1.jpg b/ui/images/1.jpg index 86584fb..337fbee 100644 Binary files a/ui/images/1.jpg and b/ui/images/1.jpg differ diff --git a/ui/images/2.jpg b/ui/images/2.jpg index 822175e..6407d59 100644 Binary files a/ui/images/2.jpg and b/ui/images/2.jpg differ diff --git a/ui/images/3.jpg b/ui/images/3.jpg index c90be81..ace86d5 100644 Binary files a/ui/images/3.jpg and b/ui/images/3.jpg differ