Metadata-Version: 2.4
Name: thalovant-skill-custos-fallback
Version: 0.1.0
Summary: Say that nothing matched, instead of leaving the room in silence
Author-email: Thalovant <support@thalovant.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/thalovant/thalovant-skill-custos-fallback
Keywords: ovos,skill,thalovant,hivemind,custos,fallback
Classifier: Intended Audience :: Developers
Classifier: Topic :: Multimedia :: Sound/Audio :: Speech
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-utils>=0.8.5
Requires-Dist: ovos-workshop<10.0.0,>=8.0.0
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-timeout>=2.0.0; extra == "test"
Provides-Extra: e2e
Requires-Dist: ovoscope>=1.6.7a1; extra == "e2e"
Requires-Dist: ovos-padatious>=2.0.1a1; extra == "e2e"
Requires-Dist: ovos-adapt-parser>=1.0.0; extra == "e2e"
Dynamic: license-file

# Custos Fallback

**Your voice assistant should never just go quiet on you.**

Ask it something it doesn't know, and normally nothing happens at all. No
answer, no "sorry" — just silence, and you standing there wondering if it even
heard you.

This adds the missing reply:

> *"I cannot answer that. Ask me about incidents, or how this appliance is
> doing."*

That's the whole skill.

## Install

```bash
pip install git+https://github.com/thalovant/thalovant-skill-custos-fallback
```

Nothing to set up. It only speaks when no other skill could help, so it never
gets in the way.

Works with any [OpenVoiceOS](https://openvoiceos.org) assistant.

## Anything else

- [How it works](HOW_IT_WORKS.md) — for the curious, and for anyone hacking on it
- Apache-2.0 licensed. Use it, fork it, ship it.
