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.3.11a2.tar.gz (95.6 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.3.11a2-py3-none-any.whl (107.3 kB view details)

Uploaded Python 3

File details

Details for the file ovos_workshop-9.3.11a2.tar.gz.

File metadata

  • Download URL: ovos_workshop-9.3.11a2.tar.gz
  • Upload date:
  • Size: 95.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ovos_workshop-9.3.11a2.tar.gz
Algorithm Hash digest
SHA256 b10d9a7d1fbf2db3c208a37630a8777a40fc401bd0d72d64a055960d20a51665
MD5 760b2b0ca1dd4bdfc68bb336db5c0847
BLAKE2b-256 649835d3a0f208c0809389cb01ecc4d9807f6d9d6e3c02b4f031d7bcbbb411e3

See more details on using hashes here.

File details

Details for the file ovos_workshop-9.3.11a2-py3-none-any.whl.

File metadata

File hashes

Hashes for ovos_workshop-9.3.11a2-py3-none-any.whl
Algorithm Hash digest
SHA256 7c37d2ed2641c5aa4bc55626e33e08a423c6e77570f2853f6bea93410b415cb0
MD5 596d576116093511386d656b59636b6c
BLAKE2b-256 fa2bd776865d7b9e41807586b24fbd093ee4344c267001fb5c6bbca1b0eeb582

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

9.3.11a2 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