Skip to content

Commit

Permalink
feat: royalty free images (#40)
Browse files Browse the repository at this point in the history
* feat: royalty free images
chore: sync skill.json to locale folder

* Update skill.json

* adjust action

* Sync skill.json

* add dependency to avoid race condition

* explicit license

* Update .github/workflows/update_skill_json.yml

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* move skill.json

---------

Co-authored-by: mikejgray <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 19, 2024
1 parent 0eee088 commit edde2fa
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 5 deletions.
20 changes: 19 additions & 1 deletion .github/workflows/update_skill_json.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: update_skill_json
on:
push: {}
Expand All @@ -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 <[email protected]>"
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand All @@ -49,3 +53,7 @@ Laugh randomly or when requested.
#funny
#entertainment
#repeating

## License

Apache-2.0
10 changes: 7 additions & 3 deletions skill.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Binary file removed sshot.png
Binary file not shown.
Binary file modified ui/images/0.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/images/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/images/2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ui/images/3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit edde2fa

Please sign in to comment.