Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

OVOS Workshop

Base classes, decorators, and helpers for building skills and applications for OpenVoiceOS.

Install

pip install ovos-workshop

Runtime dependencies include ovos-yes-no-plugin and ovos-option-matcher-fuzzy-plugin, which back the ask_yesno and ask_selection skill methods.

Quick Start

from ovos_workshop.skills.ovos import OVOSSkill
from ovos_workshop.decorators import intent_handler


class HelloWorldSkill(OVOSSkill):

    @intent_handler("hello.intent")
    def handle_hello(self, message):
        self.speak_dialog("hello.response")


def create_skill():
    return HelloWorldSkill()

Register in pyproject.toml:

[project.entry-points."opm.skills"]
hello-world-skill = "hello_world_skill:HelloWorldSkill"

Configuration

Key settings a skill can accept in its settings.json:

Key Default Description
ask_yesno_plugin ovos-solver-yes-no-plugin YesNoEngine plugin used by ask_yesno()
ask_selection_plugin ovos-option-matcher-fuzzy-plugin OptionMatcherEngine plugin used by ask_selection()

Both keys can also be set system-wide under the skills block in mycroft.conf.

Documentation

Full reference is in docs/:

License

Apache 2.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ovos_workshop-9.2.8a1.tar.gz (91.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ovos_workshop-9.2.8a1-py3-none-any.whl (103.6 kB view details)

Uploaded Python 3

File details

Details for the file ovos_workshop-9.2.8a1.tar.gz.

File metadata

  • Download URL: ovos_workshop-9.2.8a1.tar.gz
  • Upload date:
  • Size: 91.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for ovos_workshop-9.2.8a1.tar.gz
Algorithm Hash digest
SHA256 936a0145c19d92680146b675df68b6215d744bfe29633598bf7bbfd28482a457
MD5 e3fa13e2d55271b34c21d573aad0013c
BLAKE2b-256 d417733e5c149ab8b233f089f6ee3525929007015741de29689ce27caefe7cdf

See more details on using hashes here.

File details

Details for the file ovos_workshop-9.2.8a1-py3-none-any.whl.

File metadata

  • Download URL: ovos_workshop-9.2.8a1-py3-none-any.whl
  • Upload date:
  • Size: 103.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for ovos_workshop-9.2.8a1-py3-none-any.whl
Algorithm Hash digest
SHA256 fd85b7e6b8cd334b8389936e39d15ad50c9743f1065057afd15edd5e0c9c74f8
MD5 ea249c787b52395c3c0aa710ae5f5a5a
BLAKE2b-256 4bc91c0a3bf2224a818947f915975a5a1ca5d27f1d5391ac08c224f7bccfd1bb

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

9.2.8a1 This release

2 files

8.0.0

2 files

7.0.6

2 files

7.0.5

2 files

7.0.4

2 files

7.0.2

2 files

7.0.1

2 files

7.0.0

2 files

6.0.1

2 files

6.0.0

2 files

5.0.1

2 files

5.0.0

2 files

4.0.0

2 files

3.4.0

2 files

3.3.5

2 files

3.3.4

2 files

3.3.2

2 files

3.3.1

2 files

3.3.0

2 files

3.2.1

2 files

3.1.3

2 files

3.1.2

2 files

3.1.1

2 files

3.1.0

2 files

3.0.1

2 files

3.0.0

2 files

2.4.4

2 files

2.4.3

2 files

2.4.2

2 files

2.4.1

2 files

2.4.0

2 files

2.3.2

2 files

2.3.1

2 files

2.3.0

2 files

2.2.3

2 files

2.2.2

2 files

2.2.1

2 files

2.2.0

2 files

2.1.0

2 files

2.0.1

2 files

2.0.0

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

0.0.15

2 files

0.0.14

2 files

0.0.12

2 files

0.0.11

1 file

0.0.10

1 file

0.0.9

1 file

0.0.8

1 file

0.0.7

1 file

0.0.6

1 file

0.0.5

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page