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.1a1.tar.gz (89.3 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.1a1-py3-none-any.whl (101.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for ovos_workshop-9.2.1a1.tar.gz
Algorithm Hash digest
SHA256 2ac05c2ab2e0b63d607114a0a8566f912fc490e594704bd1c143c6ba153cf69a
MD5 5bbdba4f0b001742472b789ce7a1293c
BLAKE2b-256 5ab0c757443090af7fba0534a763daa15851eaf0dd05daf92306d5c610f864b1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for ovos_workshop-9.2.1a1-py3-none-any.whl
Algorithm Hash digest
SHA256 df1ccbfcfdd3e38382a489b9bff0210c37de3ba616977f90df1000953fb47df2
MD5 3ff5724ece78cf020f899ab7404a813d
BLAKE2b-256 6ef5e134c80edd063f6a4a8bffc2164d8c039e2342d5f544e6b3ef0539528f89

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

9.2.1a1 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