Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing skill.json #18

Merged
merged 1 commit into from
Nov 15, 2024
Merged
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
25 changes: 25 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"skill_id": "skill-moviemaster.openvoiceos",
"source": "https://github.com/OpenVoiceOS/ovos-skill-moviemaster",
"name": "Movie Master",
"description": "Find information about movies, actors, and production details. Easily find information about a movie with your voice.",
"examples": [
"What is the movie _______ about?",
"Tell me about the movie _______",
"Who plays in the movie _______?",
"What genres does the flick _______ belong to?",
"Look for information on the movie _______.",
"When was the movie _______ made?",
"Do you have info on the film _______?",
"What are popular movies playing now?",
"What films do you recommend like _______?",
"How long is the movie _______?",
"What are the highest rated movies out?"
],
"tags": [
"TMDB",
"Movies",
"Actors",
"entertainment"
]
}
53 changes: 0 additions & 53 deletions res/desktop/skill.json

This file was deleted.

66 changes: 0 additions & 66 deletions skill.json

This file was deleted.

Loading